aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/common/storagelink.h
Commit message (Expand)AuthorAgeFilesLines
* Improve enum naming by reducing redundant informationTor Brede Vekterli2023-10-121-6/+6
* Replace bools with type safe enumsTor Brede Vekterli2023-10-121-4/+7
* Allow Bouncer to send messages up when in state `CLOSED`Tor Brede Vekterli2023-10-121-1/+4
* Allow CommunicationManager to send down messages during flushingTor Brede Vekterli2023-10-111-10/+16
* Revert "Ensure internal messages are flushed before shutting down RPC subsyst...Harald Musum2023-10-111-16/+10
* Allow CommunicationManager to send down messages during flushingTor Brede Vekterli2023-10-111-10/+16
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add debug logging to storagelinkHenning Baldersheim2022-12-211-1/+1
* Misc cleanup and formatting of distributor codeTor Brede Vekterli2022-12-151-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* No longer any need to scope the notify call. Also remove comment on timeout.Henning Baldersheim2020-10-121-1/+0
* vespalib::Monitor -> std::mutex and std::condition_variableHenning Baldersheim2020-10-121-4/+6
* Move StorageLink::print member function definition to cpp file.Tor Egge2020-10-031-3/+1
* Implement async putHenning Baldersheim2020-05-041-0/+32
* Revert "- Implement async put"Harald Musum2020-05-041-32/+0
* - Implement async putHenning Baldersheim2020-05-041-0/+32
* Adjust forward declarations in storage.Tor Egge2019-02-031-2/+2
* Use atomics for flags and configs set and read across threadsTor Brede Vekterli2019-01-101-2/+3
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-2/+1
* - Optimize includes.Henning Baldersheim2017-04-251-10/+6
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-6/+10
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-231-10/+6
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
* Avoid inlining the iostream stuff.Henning Baldersheim2016-11-231-4/+1
* Reduce boost::noncopyable exposure.Henning Baldersheim2016-09-141-5/+2
* PublishJon Bratseth2016-06-151-0/+198