aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore
Commit message (Expand)AuthorAgeFilesLines
...
* Change naming to ChunkInfos instead of Chunkszousar2023-12-064-12/+12
* Ran precommitzousar2023-12-052-7/+3
* Get hash when retrieving chunkszousar2023-12-052-7/+32
* Add endpoint for all chunk infoszousar2023-12-013-8/+45
* add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-011-14/+29
* global thread worker pools (#577)Dan Engelbrecht2023-11-291-12/+4
* 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-212-85/+205
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-081-41/+41
* spdlog implementation hiding (#498)Stefan Boberg2023-11-063-8/+9
* gc v2 tests (#512)Dan Engelbrecht2023-11-061-12/+1
* individual gc stats (#506)Dan Engelbrecht2023-10-302-30/+64
* New GC implementation (#459)Dan Engelbrecht2023-10-302-5/+270
* added missing includes (#504)Stefan Boberg2023-10-271-0/+2
* 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-202-3/+7
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-181-2/+3
* faster oplog iteration (#471)Dan Engelbrecht2023-10-134-42/+53
* cache reference tracking (#455)Dan Engelbrecht2023-10-101-6/+9
* fix gc infinite loop (#453)Dan Engelbrecht2023-10-062-9/+17
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-031-23/+43
* lightweight gc (#431)Dan Engelbrecht2023-10-021-0/+4
* adding more stats (#429)Dan Engelbrecht2023-09-282-7/+15
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-203-46/+60
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-202-8/+119
* increase jupiter oplog import/export connection timeout to 30 min (#411)Dan Engelbrecht2023-09-191-1/+1
* Add retry if FinalizeRef responds with non-empty "Needs" attachments (#409)Dan Engelbrecht2023-09-195-261/+377
* add more trace scopes (#362)Dan Engelbrecht2023-09-151-30/+39
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-142-0/+4
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-1310-130/+350
* scan oplog object for fields (#397)Dan Engelbrecht2023-09-131-89/+130
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-128-72/+224
* better sorting of attachments in oplog blocks (#390)Dan Engelbrecht2023-09-111-13/+54
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-065-73/+119
* retry file create (#383)Dan Engelbrecht2023-09-041-2/+29
* project store gc deadlock (#381)Dan Engelbrecht2023-08-313-40/+57
* add helper functions in HttpProjectService to help with readability (#378)Dan Engelbrecht2023-08-292-1195/+1326
* Add `--embedloosefiles` option to `oplog-export` (#376)Dan Engelbrecht2023-08-243-73/+242
* 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-183-2/+135
* check oplog op attachments when gathering references for GC (#363)Dan Engelbrecht2023-08-182-27/+24
* project store stats (#357)Dan Engelbrecht2023-08-144-37/+197
* 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-114-9/+29
* Add `response.text` to output in log when jupiter request fails (#354)Dan Engelbrecht2023-08-101-2/+2
* Allow oplog file mapping where ServerPath is missing if a attachment hash is ...Dan Engelbrecht2023-08-101-4/+9