aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/docstore
Commit message (Expand)AuthorAgeFilesLines
* use size literals in searchlibArne Juul2021-02-153-26/+29
* Add alloc_aligned member function.Tor Egge2021-02-131-2/+1
* Forward declare MemoryAllocator in vespalib/util/alloc.h.Tor Egge2021-02-131-0/+1
* libzstd 1.4.7 needs more bytes for compressed data.Tor Egge2021-01-211-1/+3
* Use std::mutex/std::condition_variableHenning Baldersheim2020-10-141-1/+1
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-081-14/+14
* Use DirectoryHandler to reduce code duplication.Henning Baldersheim2020-05-131-19/+5
* Depends on scheduling order so range must be extended.Henning Baldersheim2020-05-111-1/+1
* Account and limit number of lids per file to reduce spkies during compaction.Henning Baldersheim2020-05-112-27/+62
* Maintain the cached bitCount to avoid cost query time.Henning Baldersheim2020-01-221-5/+5
* Add test for correctly reported capacity.Henning Baldersheim2020-01-111-0/+9
* Update tests expected sizesHenning Baldersheim2020-01-081-2/+2
* Remove interface to modify buffer.Henning Baldersheim2020-01-082-7/+7
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-052-4/+4
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-1/+1
* Specify UTC explicitHenning Baldersheim2019-11-182-6/+6
* Don't ignore truncate result.Tor Egge2019-10-031-1/+2
* Port logdatastore unit test to Darwin.Tor Egge2019-09-292-2/+4
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-232-3/+3
* Fix format strings in searchlib module.Tor Egge2019-03-121-4/+4
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-1/+1
* Remove files used by old unit test runner.Tor Egge2019-02-199-9/+0
* Remove unused settings in proton.def.Geir Storli2019-01-211-2/+1
* Update comments and tests as memory size has increased by 8 bytes per entry i...Henning Baldersheim2018-09-242-10/+17
* Add test for sizeof(Value)Henning Baldersheim2018-09-241-0/+1
* Add crc for uncompressed content to catch shady bugs.Henning Baldersheim2018-09-211-2/+9
* Add test for compressed contentHenning Baldersheim2018-09-211-1/+17
* Refactor for testability.Henning Baldersheim2018-09-211-0/+36
* Properly test writethrough on UPDATE strategyHenning Baldersheim2018-07-191-14/+37
* Properly test both INVALIDATE and UPDATE strategy. Fix bug with incorrect siz...Henning Baldersheim2018-07-191-4/+57
* Add control of cache update policy when an item changes value.Henning Baldersheim2018-07-191-26/+27
* Reduce code visibilityHenning Baldersheim2018-06-123-0/+3
* Keep document live during attribute population until attribute write threadsTor Egge2018-06-051-7/+7
* Let config reflect what it is, a threadpool serving a range of background tas...Henning Baldersheim2017-10-063-31/+24
* Add equality operators on the configs.Henning Baldersheim2017-10-054-121/+95
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-287-10/+12
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-102-2/+2
* Avoid opening idxfile to early for writing. Especially as it might get trunca...Henning Baldersheim2017-08-081-1/+5
* Add test that files are actually skipped.Henning Baldersheim2017-08-048-1/+29
* Add test that files are actually skipped.Henning Baldersheim2017-08-046-0/+0
* Clean up incompletely compacted files at startup.Henning Baldersheim2017-08-041-0/+24
* Make tests work in out-of-source builds.Geir Storli2017-06-151-2/+2
* Update copyright headersJon Bratseth2017-06-1416-15/+16
* Revert "Update copyright headers"Jon Bratseth2017-06-1416-16/+15
* Update copyright headersJon Bratseth2017-06-1416-15/+16
* Revert "Copyright header"Jon Bratseth2017-06-1316-16/+15
* Merge with masterJon Bratseth2017-06-131-0/+30
|\
| * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-121-0/+30
* | Copyright headerJon Bratseth2017-06-1316-15/+16
|/
* Forward declare DocumentType.Henning Baldersheim2017-06-062-0/+2