aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore
Commit message (Expand)AuthorAgeFilesLines
* improved assert (#37)Dan Engelbrecht2024-04-043-10/+10
* zenremoteprojectstore with httpclient (#35)Dan Engelbrecht2024-04-035-193/+74
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-283-60/+164
* add "fieldnames" query param for GetProjectFiles/GetProjectChunkInfos (#29)Dan Engelbrecht2024-03-283-23/+137
* Get raw size for compressed chunks correctly for `/prj/{project}/oplog/{log}/...Dan Engelbrecht2024-03-271-1/+7
* make existing block log clearerDan Engelbrecht2024-03-261-1/+1
* fix order of parameters in block check result message (#26)Dan Engelbrecht2024-03-261-1/+1
* add filter to projectstore entries request (#25)Dan Engelbrecht2024-03-261-6/+65
* consistent paths encoding (#24)Dan Engelbrecht2024-03-253-47/+49
* add a limit to the number of times we attempt to finalize (#22)Dan Engelbrecht2024-03-251-81/+133
* use batch request for checking existing blocks as Jupiter is now fixed (#20)v5.4.2-pre15v5.4.2-pre14Dan Engelbrecht2024-03-231-41/+10
* check existance of reused blocks (#18)Dan Engelbrecht2024-03-225-43/+167
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-203-32/+39
* read jupiter token from file (#10)Dan Engelbrecht2024-03-181-5/+12
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-144-624/+1325
* fix potential partially written files (#2)Dan Engelbrecht2024-03-131-8/+2
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-281-1/+3
* Keep track of added ops during GCV2 instead of rescanning full oplog when add...Dan Engelbrecht2024-02-132-8/+25
* Save compressed large attachments to temporary files on disk (#650)Dan Engelbrecht2024-02-122-183/+217
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-054-362/+550
* respond with BadRequest result instead of throwing exception on bad request i...Dan Engelbrecht2024-02-051-2/+12
* improve oplog export logging (#644)Dan Engelbrecht2024-01-316-104/+219
* 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