summaryrefslogtreecommitdiffstats
path: root/configutil/src/lib/configstatus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* do not copy config uriHåvard Pettersen2022-03-231-1/+1
|
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-011-1/+0
|
* Remove topleveldispatch remnantsHarald Musum2020-09-251-1/+0
|
* avoid naked exitArne Juul2020-07-031-1/+2
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-3/+3
|
* TLS support in vbenchHåvard Pettersen2019-01-251-1/+2
| | | | | | | | - vbench/dumpurl applications explicitly run without encryption for now (config file/command line options should be added). - configstatus tool uses default encryption which will pick up local settings via environment where applicable.
* filedistributorservice does not exist anymoreHarald Musum2018-03-101-1/+0
|
* Ignore logd in vespa-config-statusHarald Musum2017-11-221-1/+2
| | | | | Seems like logd does not do live reconfig, it just started having a state port, so it was never checked before
* 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-0/+1
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-021-0/+2
| | | | includes
* Add overrideHenning Baldersheim2017-04-291-8/+4
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-4/+8
|
* Use overrideHenning Baldersheim2017-04-231-8/+4
|
* add override in configutil moduleArne H Juul2017-04-111-4/+4
|
* Deinline destructors/constructorsHenning Baldersheim2017-03-081-0/+7
|
* Optimize includes.Henning Baldersheim2017-02-061-8/+5
|
* use new input/output model in slimeHaavard2017-02-031-2/+2
|
* Add host filtering option to config status util (#350)Tor Brede Vekterli2016-07-121-1/+5
| | | | | | | | | | * Let vespa-config-status take in an optional host filter set If the argument is not specified, services on all hosts in the model will be queried as before. Iff the filter argument is specified, only services on the hosts explicitly given will be queried. * Make variable name easier on the eyes
* PublishJon Bratseth2016-06-151-0/+237