aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/sentinel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move fd vector clearing into update-functionTor Brede Vekterli2024-05-071-1/+0
* Use `poll` instead of `select` in config sentinel work loopTor Brede Vekterli2024-05-071-10/+5
* Add env var for setting `no_new_privs` process bit on LinuxTor Brede Vekterli2023-11-141-0/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* wait until we get config before hooking signalsArne Juul2023-01-201-2/+0
* Include clocale instead of locale.hTor Egge2022-02-141-1/+1
* Include needed header files.Tor Egge2022-02-141-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* make it easy to turn on debugging for sentinel componentsArne Juul2021-06-131-1/+1
* Merge pull request #18132 from vespa-engine/arnej/actually-wait-for-connectivityArne H Juul2021-06-071-8/+12
|\
| * actually wait for connectivity OKArne Juul2021-06-041-8/+12
* | Remove unused variables.Tor Egge2021-06-041-2/+0
|/
* avoid using "int" for boolean return valueArne Juul2021-06-021-2/+2
* let manager configure itself in constructor insteadArne Juul2021-05-281-1/+0
* use environment and bootstrap it before creating managerArne Juul2021-05-271-6/+7
* rename ConfigHandler classArne Juul2021-05-271-2/+2
* Use simpler c++11 time constructions.Henning Baldersheim2021-03-101-8/+5
* Increase rpc handling frequency from 1hz to 10hzHenning Baldersheim2021-03-101-2/+2
* move event logging to better track stopping timelineArne Juul2020-09-171-2/+1
* use return from main() for clean shutdownArne Juul2020-07-031-8/+8
* Use std::string instead of un-free()d strdupTor Brede Vekterli2020-04-071-4/+6
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-2/+1
* Throw, catch and exit on bad port value, rather than straight exitJon Marius Venstad2019-11-151-0/+4
* Catch PortListenException in config-sentinel main loop, and exitJon Marius Venstad2019-11-151-2/+6
* add RPC server for start/stop of servicesArne Juul2019-02-051-15/+13
* use vespalib::SignalHandlerArne Juul2017-10-091-41/+15
* 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
* Reduce exposure to config internals.Henning Baldersheim2017-06-081-7/+3
* Awarning it is.Henning Baldersheim2017-05-251-1/+1
* We can afford to wait a bit more for config, nor is it an error if it is late.Henning Baldersheim2017-05-251-3/+8
* NULL -> nullptrHaavard2017-03-281-4/+4
* PublishJon Bratseth2016-06-151-0/+145