aboutsummaryrefslogtreecommitdiffstats
path: root/configutil
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-0722-22/+22
|
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-302-2/+2
|
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-011-1/+0
|
* Use std::mutex over vespalib::Lock and reduce code visibility.Henning Baldersheim2020-10-081-1/+2
|
* Remove topleveldispatch remnantsHarald Musum2020-09-252-32/+19
|
* avoid naked exitArne Juul2020-07-034-8/+12
|
* remove unused fastlib dependencyArne Juul2019-11-281-1/+0
|
* 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
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-3/+3
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-4/+0
|
* 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.
* Don't expect docprocservice as service typeJon Bratseth2019-01-221-1/+1
|
* let GET callback be non-constHåvard Pettersen2018-12-171-1/+1
|
* use portal server for unit testHåvard Pettersen2018-12-131-23/+18
|
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* filedistributorservice does not exist anymoreHarald Musum2018-03-102-11/+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
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Include what you need.Henning Baldersheim2017-08-181-0/+1
|
* Update copyright headersJon Bratseth2017-06-1421-21/+21
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1421-21/+21
|
* Update copyright headersJon Bratseth2017-06-1421-21/+21
|
* Revert "Copyright header"Jon Bratseth2017-06-1321-21/+21
|
* Copyright headerJon Bratseth2017-06-1321-21/+21
|
* Reduce exposure to config internals.Henning Baldersheim2017-06-082-1/+3
|
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-092-6/+16
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-0/+3
| | | | includes
* Add overrideHenning Baldersheim2017-04-294-22/+12
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-244-12/+22
|
* Use overrideHenning Baldersheim2017-04-234-22/+12
|
* add override in configutil moduleArne H Juul2017-04-115-19/+19
|
* Deinline destructors/constructorsHenning Baldersheim2017-03-083-4/+23
|
* Optimize includes.Henning Baldersheim2017-02-064-19/+14
|
* use new input/output model in slimeHaavard2017-02-031-2/+2
|
* Add READMEHarald Musum2017-01-251-0/+3
| | | | VESPA-6233
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-7/+3
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-3/+2
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* ignore filesHaavard2016-08-051-0/+1
|
* Add host filtering option to config status util (#350)Tor Brede Vekterli2016-07-129-36/+154
| | | | | | | | | | * 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
|
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-163-3/+3
|
* PublishJon Bratseth2016-06-1532-0/+1655