summaryrefslogtreecommitdiffstats
path: root/configd
Commit message (Collapse)AuthorAgeFilesLines
...
* misc cleanup from BaldersheimArne H Juul2017-05-021-3/+1
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-1/+3
|
* Use overrideHenning Baldersheim2017-04-231-3/+1
|
* add override in configd moduleArne H Juul2017-04-101-1/+1
|
* NULL -> nullptrHaavard2017-03-286-26/+26
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-273-43/+26
|
* Optimize includes.Henning Baldersheim2017-02-062-4/+2
|
* md5 had to move too.Henning Baldersheim2017-01-051-0/+1
|
* less spurious warnings at shutdownArne H Juul2016-07-051-1/+5
| | | | | | | | | | | | * the storageserver didn't like getting the TERM signal both from runserver (via killpg) and sentinel, so it would print a warning to stderr. But the warning didn't end with a newline. * the line-splitter used by config-sentinel didn't handle input that didn't end with newline before EOF well, so the warning was never handled and sent to the vespa.log file earlier. * only print warning if too many signals seen (> 2), and end it with a newline. * don't ignore last byte of input if we can avoid it.
* stop faking input after EOFArne H Juul2016-07-042-4/+4
| | | | | | | * don't add extra newline after EOF received * eof() should only return true after all input is consumed * still need to handle EOF-without-newline, but do it in a more conservative manner.
* editing error: mis-placed parenthesisarnej279592016-07-031-2/+2
| | | | * this was leading to really strange problems in system tests.
* avoid "unused result" warningsArne H. Juul2016-07-022-3/+6
|
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-281-1/+2
| | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* use VESPA_USER environment variableArne Juul2016-06-171-4/+8
| | | | * defaults to "yahoo" if VESPA_USER is not set
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-1540-0/+2008