aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/projectstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* ensure we can build without trace (#619)Stefan Boberg2023-12-191-2/+2
* improve trace (#606)Dan Engelbrecht2023-12-131-2/+0
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-73/+188
* Change naming to ChunkInfos instead of Chunkszousar2023-12-061-3/+3
* Ran precommitzousar2023-12-051-6/+2
* Get hash when retrieving chunkszousar2023-12-051-7/+31
* Add endpoint for all chunk infoszousar2023-12-011-8/+4
* add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-011-14/+29
* tracing for gcv2 (#574)Dan Engelbrecht2023-11-281-0/+12
* gcv2 tests for project store and bugfixes (#571)Dan Engelbrecht2023-11-271-84/+209
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-271-2/+21
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-211-1/+17
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-211-84/+199
* spdlog implementation hiding (#498)Stefan Boberg2023-11-061-2/+2
* gc v2 tests (#512)Dan Engelbrecht2023-11-061-12/+1
* individual gc stats (#506)Dan Engelbrecht2023-10-301-29/+62
* New GC implementation (#459)Dan Engelbrecht2023-10-301-0/+258
* merge disk and memory layers (#493)Dan Engelbrecht2023-10-241-1/+1
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-201-3/+6
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-181-2/+3
* faster oplog iteration (#471)Dan Engelbrecht2023-10-131-22/+34
* cache reference tracking (#455)Dan Engelbrecht2023-10-101-6/+9
* fix gc infinite loop (#453)Dan Engelbrecht2023-10-061-5/+13
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-031-23/+43
* lightweight gc (#431)Dan Engelbrecht2023-10-021-0/+4
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-201-28/+32
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-8/+102
* add more trace scopes (#362)Dan Engelbrecht2023-09-151-30/+39
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-131-43/+77
* scan oplog object for fields (#397)Dan Engelbrecht2023-09-131-89/+130
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-121-2/+20
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-061-7/+8
* project store gc deadlock (#381)Dan Engelbrecht2023-08-311-29/+42
* Add `--embedloosefiles` option to `oplog-export` (#376)Dan Engelbrecht2023-08-241-8/+7
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-211-4/+5
* buffered file reading for oplog (#366)Dan Engelbrecht2023-08-211-5/+16
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-181-0/+40
* check oplog op attachments when gathering references for GC (#363)Dan Engelbrecht2023-08-181-19/+9
* project store stats (#357)Dan Engelbrecht2023-08-141-28/+45
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-111-2/+2
* Make sure we always write "data" attachment hash for snapshotted oplog entrie...Dan Engelbrecht2023-08-111-7/+25
* Allow oplog file mapping where ServerPath is missing if a attachment hash is ...Dan Engelbrecht2023-08-101-4/+9
* Add `--assume-http2` option to cloud style import/export command to use a HTT...Dan Engelbrecht2023-08-091-1/+3
* fix asserts and exceptions (#344)Dan Engelbrecht2023-08-081-1/+5
* file share support (#328)Stefan Boberg2023-06-161-17/+16
* oplog snapshot (#317)Stefan Boberg2023-05-251-6/+154
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-241-5/+5
* fixed bug where an oplog delete would not actually delete the oplogStefan Boberg2023-05-191-2/+9
* project store refactor (#316)Stefan Boberg2023-05-171-1476/+0
* Additional trace instrumentation (#312)Stefan Boberg2023-05-161-0/+36