summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/config-handler.cpp
Commit message (Expand)AuthorAgeFilesLines
* run prepare_for_shutdown before sending any signalsArne Juul2020-09-101-0/+5
* Drop timestamp.hHenning Baldersheim2019-12-161-53/+20
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-5/+4
* use chrono instead of fastos timeHåvard Pettersen2019-11-191-0/+1
* Throw, catch and exit on bad port value, rather than straight exitJon Marius Venstad2019-11-151-3/+3
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-261-1/+1
* re-implement delayed restartArne Juul2019-05-071-1/+25
* remove old codeArne Juul2019-03-131-1/+0
* remove telnet API, use state serverArne Juul2019-03-131-329/+12
* Merge pull request #8736 from vespa-engine/arnej/add-restart-serviceHenning Baldersheim2019-03-121-0/+17
|\
| * add "restart" hooksArne Juul2019-03-111-0/+17
* | initialize and zero terminate temp bufferArne Juul2019-03-121-0/+2
|/
* add RPC server for start/stop of servicesArne Juul2019-02-051-0/+66
* busy looping is badArne Juul2018-07-241-0/+3
* use metrics::Producer instead of SimpleMetricsProducerArne Juul2017-12-071-3/+2
* use vespalib metrics libraryArne Juul2017-12-071-52/+3
* Add total number of service restarts snapshot metricHåkon Hallingstad2017-10-231-0/+11
* add "uptime" metricArne Juul2017-10-161-9/+36
* Include only what you need.Henning Baldersheim2017-08-181-0/+2
* - make the construction of the pstack command string safe.Henning Baldersheim2017-08-111-28/+9
* 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
* We can afford to wait a bit more for config, nor is it an error if it is late.Henning Baldersheim2017-05-251-2/+2
* NULL -> nullptrHaavard2017-03-281-14/+14
* remove most usage of LinkedPtr from vespaHaavard2017-03-271-37/+22
* PublishJon Bratseth2016-06-151-0/+638