aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps
Commit message (Expand)AuthorAgeFilesLines
* Install Abseil failure signal handler in distributor/proton daemonsTor Brede Vekterli2024-04-102-0/+9
* Update to protobuf 5.26.1 (C++ API).Tor Egge2024-04-051-0/+1
* Explicitly shut down Protobuf library prior to distributor process exitTor Brede Vekterli2024-02-262-0/+5
* Update copyrightJon Bratseth2023-10-094-4/+4
* Use std::_Exit instead of _exit.Tor Egge2023-02-081-1/+3
* use common install_absolute_symlinkArne Juul2022-10-031-1/+1
* Let deadlock detector dump stack of potentially deadlocked threadsTor Brede Vekterli2022-06-021-0/+1
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-211-1/+0
* 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-074-4/+4
* 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
* Escape dollar signs in the CMakeLists.txt on code execution as this is used t...Arnstein Ressem2017-09-301-1/+1
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
* Fix directories.Arnstein Ressem2017-09-261-0/+2
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-1/+1
* Update copyright headersJon Bratseth2017-06-144-4/+4
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
* Update copyright headersJon Bratseth2017-06-144-4/+4
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+4
* Copyright headerJon Bratseth2017-06-134-4/+4
* Rename storageserver binaries to have vespa- prefix.Tor Egge2017-06-072-2/+2
* add override in storageserver moduleArne H Juul2017-04-121-2/+2
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-0/+3
* Optimize includes.Henning Baldersheim2017-02-061-1/+0
* Avoid pulling all of config everywhere.Henning Baldersheim2016-12-201-3/+3
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
* Add back iostream where actually neededHenning Baldersheim2016-11-201-0/+1
* Do not require icu unless you really need it.Henning Baldersheim2016-09-111-0/+1
* less spurious warnings at shutdownArne H Juul2016-07-051-2/+2
* PublishJon Bratseth2016-06-155-0/+282