aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps/storaged/storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Install Abseil failure signal handler in distributor/proton daemonsTor Brede Vekterli2024-04-101-0/+8
* Explicitly shut down Protobuf library prior to distributor process exitTor Brede Vekterli2024-02-261-0/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use std::_Exit instead of _exit.Tor Egge2023-02-081-1/+3
* Let deadlock detector dump stack of potentially deadlocked threadsTor Brede Vekterli2022-06-021-0/+1
* remove FastOS_ApplicationHÃ¥vard Pettersen2022-04-081-12/+13
* Logging is not signal safe (implicit allocs), so don't do it inside the signa...Tor Brede Vekterli2022-03-031-1/+0
* Make ConfigUri constructors explicit and use same context where possible in p...Henning Baldersheim2022-02-201-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* avoid deadlock on signal lockArne Juul2021-06-021-3/+1
* Include exception where needed and use std:.make_uniqueHenning Baldersheim2021-01-181-1/+2
* Improve handling of exceptions during distributor startupTor Brede Vekterli2021-01-051-2/+2
* Use std::mutex and std:.condition_variable and GC some unused code.Henning Baldersheim2020-10-131-14/+13
* use std::_Exit()Arne Juul2020-07-031-2/+3
* Relate to vespalib::duration instead of uint32_tHenning Baldersheim2020-01-021-1/+2
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-1/+1
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-15/+15
* Use proper scope for enum constants.Tor Egge2019-07-301-2/+2
* Remove memfile implementation.Henning Baldersheim2018-04-061-4/+1
* Remove unused support for SPI over RPC.Tor Egge2017-10-031-3/+0
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-1/+1
* 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
* add override in storageserver moduleArne H Juul2017-04-121-2/+2
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-0/+3
* Avoid pulling all of config everywhere.Henning Baldersheim2016-12-201-3/+3
* Add back iostream where actually neededHenning Baldersheim2016-11-201-0/+1
* less spurious warnings at shutdownArne H Juul2016-07-051-2/+2
* PublishJon Bratseth2016-06-151-0/+220