aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore
Commit message (Expand)AuthorAgeFilesLines
* fix response error conversion (#643)Dan Engelbrecht2024-01-291-4/+5
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-253-35/+48
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-243-101/+51
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-233-224/+368
* add --ignore-missing-attachments to oplog-import command (#637)Dan Engelbrecht2024-01-223-49/+83
* improved errors from jupiter upstream (#636)Dan Engelbrecht2024-01-221-5/+22
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-202-2/+2
* 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-112-81/+193
* 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