aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/projectstore.h
Commit message (Expand)AuthorAgeFilesLines
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-201-4/+9
* Moved AcceptType Handling From ProjectStore To HttpProjectStorezousar2025-03-251-1/+0
* global open process cache for projectstore (#257)Dan Engelbrecht2024-12-051-1/+8
* projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-051-12/+22
* caller controls threshold for bulk-loading chunks in IterateChunks (#222)Dan Engelbrecht2024-11-251-2/+4
* stronger validation of payload existance (#229)Dan Engelbrecht2024-11-251-1/+1
* oplog prep gc fix (#216)Dan Engelbrecht2024-11-151-37/+58
* Improved oplog import/export progress indicator at commandline (#206)Dan Engelbrecht2024-11-061-1/+2
* Add ability to read the oplog's ReferencedSet, as written by the cook… (#190)v5.5.9-pre7Matt Peters2024-10-111-0/+3
* remove gc v1 (#121)Dan Engelbrecht2024-10-031-5/+1
* gc command attachment options (#176)Dan Engelbrecht2024-09-301-1/+0
* Reinstate member initialisation that was there originallyMartin Ridgers2024-09-191-2/+2
* Mandatory IterateOplog() paging argumentMartin Ridgers2024-09-191-2/+2
* Removed redundant initialisationMartin Ridgers2024-09-191-2/+2
* Placate clangMartin Ridgers2024-09-191-2/+2
* Optional paged results when iterating oplog entriesMartin Ridgers2024-09-191-2/+8
* delay oplog read (#141)Dan Engelbrecht2024-09-031-0/+22
* oplog index snapshots (#140)Dan Engelbrecht2024-09-031-27/+26
* meta info store (#75)Dan Engelbrecht2024-08-301-1/+11
* add compacting of oplogs as part of GC (#106)Dan Engelbrecht2024-08-121-5/+14
* make oplog lsn unsigned (#107)Dan Engelbrecht2024-08-121-11/+10
* project/oplog delete improvements (#105)Dan Engelbrecht2024-08-121-3/+4
* Make sure we monitor for new project, oplogs, namespaces and buckets during G...Dan Engelbrecht2024-06-131-18/+45
* oplog iterate chunks content type (#65)Dan Engelbrecht2024-04-261-6/+8
* iterate cas chunks (#59)Dan Engelbrecht2024-04-241-0/+3
* import oplog improvements (#54)Dan Engelbrecht2024-04-201-4/+0
* safer oplog import (#52)de/safer-oplog-importDan Engelbrecht2024-04-181-0/+2
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-281-0/+1
* add "fieldnames" query param for GetProjectFiles/GetProjectChunkInfos (#29)Dan Engelbrecht2024-03-281-7/+8
* consistent paths encoding (#24)Dan Engelbrecht2024-03-251-12/+12
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-201-2/+4
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-4/+15
* Keep track of added ops during GCV2 instead of rescanning full oplog when add...Dan Engelbrecht2024-02-131-0/+2
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-051-1/+4
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-231-6/+6
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-8/+5
* Change naming to ChunkInfos instead of Chunkszousar2023-12-061-3/+3
* Ran precommitzousar2023-12-051-1/+1
* Get hash when retrieving chunkszousar2023-12-051-0/+1
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-211-1/+6
* spdlog implementation hiding (#498)Stefan Boberg2023-11-061-4/+5
* individual gc stats (#506)Dan Engelbrecht2023-10-301-1/+2
* New GC implementation (#459)Dan Engelbrecht2023-10-301-5/+12
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-201-0/+1
* faster oplog iteration (#471)Dan Engelbrecht2023-10-131-3/+3
* fix gc infinite loop (#453)Dan Engelbrecht2023-10-061-4/+4
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-0/+17
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-131-5/+7
* project store gc deadlock (#381)Dan Engelbrecht2023-08-311-9/+13
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-181-0/+6