aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/projectstore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* fix iterate chunks crash (#86)Dan Engelbrecht2024-05-271-0/+1
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-021-3/+10
* use write and move in place for safer writing of files (#70)Dan Engelbrecht2024-05-021-3/+3
* fix get project files loop (#68)Dan Engelbrecht2024-04-301-23/+20
* oplog iterate chunks content type (#65)Dan Engelbrecht2024-04-261-40/+112
* fix oplog import during gcv2 (#62)v5.5.0-pre3v5.5.0-pre2Dan Engelbrecht2024-04-251-39/+44
* iterate cas chunks (#59)Dan Engelbrecht2024-04-241-28/+27
* safer gcv2 on error (#60)Dan Engelbrecht2024-04-241-4/+13
* Bugfix: Only disable oplog update capture if we have started it (#58)Dan Engelbrecht2024-04-241-1/+6
* InsertChunks for CAS store (#55)Dan Engelbrecht2024-04-221-15/+44
* import oplog improvements (#54)Dan Engelbrecht2024-04-201-32/+1
* safer oplog import (#52)de/safer-oplog-importDan Engelbrecht2024-04-181-8/+71
* remote project store stats (#44)Dan Engelbrecht2024-04-101-0/+1
* improved assert (#37)Dan Engelbrecht2024-04-041-5/+5
* zenremoteprojectstore with httpclient (#35)Dan Engelbrecht2024-04-031-1/+1
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-281-58/+161
* add "fieldnames" query param for GetProjectFiles/GetProjectChunkInfos (#29)Dan Engelbrecht2024-03-281-13/+84
* Get raw size for compressed chunks correctly for `/prj/{project}/oplog/{log}/...Dan Engelbrecht2024-03-271-1/+7
* consistent paths encoding (#24)Dan Engelbrecht2024-03-251-21/+21
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-201-26/+30
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-30/+225
* 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-131-8/+23
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-051-32/+151
* 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-311-4/+0
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-251-14/+12
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-241-4/+8
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-231-59/+57
* add --ignore-missing-attachments to oplog-import command (#637)Dan Engelbrecht2024-01-221-15/+23
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-1/+1
* 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