summaryrefslogtreecommitdiffstats
path: root/storageserver
Commit message (Collapse)AuthorAgeFilesLines
* Move test function makeDocumentBucket to document module.Tor Egge2017-10-201-4/+3
|
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-171-7/+12
| | | | argument to storage commands that inherit from BucketCommand.
* Cleanup while looking for missing join.Henning Baldersheim2017-10-132-5/+4
|
* Remove unused support for SPI over RPC.Tor Egge2017-10-034-76/+0
|
* Escape dollar signs in the CMakeLists.txt on code execution as this is used ↵Arnstein Ressem2017-09-301-1/+1
| | | | to populate another cmake script.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Fix directories.Arnstein Ressem2017-09-261-0/+2
|
* Align membersHenning Baldersheim2017-09-051-1/+0
|
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-1/+2
|
* Separate interface with a const getXXX for readonly and another getXXXSP ↵Henning Baldersheim2017-08-241-9/+4
| | | | when you really need the SP.
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-1/+3
|
* Include only what you need.Henning Baldersheim2017-08-182-17/+11
|
* Update copyright headersJon Bratseth2017-06-1425-25/+25
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1425-25/+25
|
* Update copyright headersJon Bratseth2017-06-1425-25/+25
|
* Revert "Copyright header"Jon Bratseth2017-06-1325-25/+25
|
* Copyright headerJon Bratseth2017-06-1325-25/+25
|
* Reduce the visible world..Henning Baldersheim2017-06-076-10/+41
|
* Rename storageserver binaries to have vespa- prefix.Tor Egge2017-06-072-2/+2
| | | | Temporarily add symlinks from old name to new name.
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+0
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-024-32/+26
| | | | includes
* no virtual on override + optimize includes.Henning Baldersheim2017-04-261-5/+2
|
* 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