summaryrefslogtreecommitdiffstats
path: root/storageserver
Commit message (Collapse)AuthorAgeFilesLines
* Optimize includes and add override.Henning Baldersheim2017-04-261-3/+1
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-2/+5
|
* Follow api changeHenning Baldersheim2017-04-231-5/+2
|
* add override in storageserver moduleArne H Juul2017-04-127-37/+37
|
* let EntryWrapper expose internal value with get functionHaavard2017-03-281-1/+1
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-271-5/+6
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-094-14/+37
|
* Optimize includes.Henning Baldersheim2017-02-064-19/+4
|
* Avoid pulling all of config everywhere.Henning Baldersheim2016-12-203-9/+6
|
* Update tests with explicitt includes.Henning Baldersheim2016-12-191-0/+1
|
* Do not carry exceptions in header filesHenning Baldersheim2016-12-191-6/+3
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-192-2/+0
|
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-121-6/+2
|
* Targeted include and cast to avoid template generation.Henning Baldersheim2016-12-121-2/+2
|
* Remove test that has been disabled for literally yearsTor Brede Vekterli2016-11-231-128/+0
| | | | | It also makes assumptions about the distributor bucket database that no longer necessarily hold.
* Add back iostream where actually neededHenning Baldersheim2016-11-201-0/+1
|
* TypoVegard Sjonfjell2016-11-171-1/+1
|
* Add testrunner dependencies to parallelized testsVegard Sjonfjell2016-11-171-0/+1
|
* Parallize cppunit test runner test suites using cppunit-parallelize.pyVegard Sjonfjell2016-11-161-1/+6
|
* Finished with the storage dependency mess cleanup.Arnstein Ressem2016-10-122-2/+3
|
* Do not require icu unless you really need it.Henning Baldersheim2016-09-112-0/+2
|
* less spurious warnings at shutdownArne H Juul2016-07-051-2/+2
| | | | | | | | | | | | * 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.
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Fix owner files.Haakon Dybdahl2016-06-171-1/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-1532-0/+2933