summaryrefslogtreecommitdiffstats
path: root/configutil/src/apps
Commit message (Collapse)AuthorAgeFilesLines
* remove FastOS_ApplicationHåvard Pettersen2022-04-082-34/+34
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* use getopt/getopt_long directlyHåvard Pettersen2022-04-012-14/+12
|
* add some sanity checkingArne H Juul2022-03-231-1/+1
|
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-062-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
|
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-302-2/+2
|
* avoid naked exitArne Juul2020-07-032-6/+8
|
* Revert "Use LOG instead of cerr"Jon Marius Venstad2019-11-251-1/+1
| | | | This reverts commit bac6cb7a02faf49d0cde633f20d757fed331d46b.
* Use LOG instead of cerrJon Marius Venstad2019-11-251-1/+1
|
* Print the exception message tooJon Marius Venstad2019-11-251-1/+1
|
* Catch exceptions setting up config source, and exitJon Marius Venstad2019-11-251-6/+17
|
* 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
|
* Add overrideHenning Baldersheim2017-04-291-2/+2
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-2/+2
|
* Use overrideHenning Baldersheim2017-04-231-2/+2
|
* add override in configutil moduleArne H Juul2017-04-112-2/+2
|
* Deinline destructors/constructorsHenning Baldersheim2017-03-082-4/+16
|
* Optimize includes.Henning Baldersheim2017-02-062-7/+8
|
* Add host filtering option to config status util (#350)Tor Brede Vekterli2016-07-121-24/+30
| | | | | | | | | | * 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
* use new method in Defaults instead of perl scriptArne H Juul2016-07-062-28/+10
|
* PublishJon Bratseth2016-06-156-0/+261