summaryrefslogtreecommitdiffstats
path: root/configutil
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0922-22/+22
|
* re-apply "remove fastos"Håvard Pettersen2023-03-011-1/+0
| | | | This reverts commit 003f019d7579e49f4ec7609ef8eac26ada6ae753.
* Revert "remove fastos"Harald Musum2023-02-281-0/+1
|
* remove fastosHåvard Pettersen2023-02-281-1/+0
|
* 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-235-5/+5
|
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-067-13/+11
|
* 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.