aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
Commit message (Expand)AuthorAgeFilesLines
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-205-42/+64
* reduce lock contention when checking for disk cache put reject (#465)Dan Engelbrecht2025-08-121-14/+10
* Merge branch 'main' into zs/put-overwrite-policyZousar Shaker2025-08-081-41/+46
|\
| * refactor blobstore (#458)Dan Engelbrecht2025-08-061-41/+46
* | Moving put rejections to happen in batch handlingzousar2025-08-051-8/+14
* | xmake precommitzousar2025-06-241-3/+3
* | Merge branch 'main' into zs/put-overwrite-policyzousar2025-06-248-153/+352
|\|
| * missing chunks bugfix (#424)Dan Engelbrecht2025-06-092-5/+8
| * add missing flush inblockstore compact (#411)Dan Engelbrecht2025-05-301-2/+3
| * faster oplog validate (#408)Dan Engelbrecht2025-05-301-2/+3
| * unblock cache bucket drop (#406)Dan Engelbrecht2025-05-262-14/+14
| * keep snapshot on log delete fail (#391)Dan Engelbrecht2025-05-121-5/+5
| * enable per bucket config (#388)Dan Engelbrecht2025-05-121-0/+3
| * blobstore size limit (#342)Dan Engelbrecht2025-04-041-1/+20
| * build store save access times (#341)v5.6.3-pre0Dan Engelbrecht2025-04-032-11/+40
| * use oidctoken executable to generate auth (#336)Dan Engelbrecht2025-04-021-13/+0
| * zen build cache service (#318)Dan Engelbrecht2025-03-266-39/+239
| * reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-063-19/+29
| * moving and small refactor of chunk blocks to prepare for builds api (#282)Dan Engelbrecht2025-02-121-54/+0
* | Change to PutResult structurezousar2025-06-244-40/+51
* | Control overwrite enforcement with a config settingzousar2025-03-021-0/+1
* | Enforce Overwrite Prevention According To Cache Policyzousar2025-02-263-10/+18
|/
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-162-2/+2
* Unity build fixes (#253)Stefan Boberg2024-12-051-1/+5
* caller controls threshold for bulk-loading chunks in IterateChunks (#222)Dan Engelbrecht2024-11-252-2/+3
* oplog prep gc fix (#216)Dan Engelbrecht2024-11-153-26/+62
* workspace share security (#192)Dan Engelbrecht2024-10-231-21/+62
* bucket size queries (#203)Dan Engelbrecht2024-10-213-1/+29
* remove gc v1 (#121)Dan Engelbrecht2024-10-034-100/+17
* gc block size target max size (#180)Dan Engelbrecht2024-10-021-2/+11
* gc command attachment options (#176)Dan Engelbrecht2024-09-302-7/+14
* optimize startup time (#175)Dan Engelbrecht2024-09-301-9/+3
* reduce lock time for memcache trim (#171)Dan Engelbrecht2024-09-271-3/+4
* Add `gc-attachment-passes` option to zenserver (#167)Dan Engelbrecht2024-09-251-4/+11
* Added namespace qualifier (optional) for z$ rpc requests (#166)Stefan Boberg2024-09-231-0/+1
* gc unused refactor (#165)Dan Engelbrecht2024-09-232-18/+27
* made fmt formatter format function const (#162)Stefan Boberg2024-09-201-1/+1
* unblock PreCache (#164)Dan Engelbrecht2024-09-201-1/+1
* gc performance improvements (#160)Dan Engelbrecht2024-09-172-29/+22
* clean cache slog files on startup (#143)Dan Engelbrecht2024-09-041-3/+7
* move gc logs to gc logger (#142)Dan Engelbrecht2024-09-041-0/+1
* oplog index snapshots (#140)Dan Engelbrecht2024-09-031-2/+2
* meta info store (#75)Dan Engelbrecht2024-08-302-7/+24
* hardening and reduced spam from GC on failure (#112)Dan Engelbrecht2024-08-141-2/+3
* add gc single threaded option (#104)Dan Engelbrecht2024-08-071-1/+4
* Make sure we monitor for new project, oplogs, namespaces and buckets during G...Dan Engelbrecht2024-06-133-10/+72
* workspaces config and fixes (#92)Dan Engelbrecht2024-06-111-4/+5
* workspace share aliases (#91)Dan Engelbrecht2024-06-041-0/+15
* add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)Dan Engelbrecht2024-06-043-19/+56
* workspace shares (#84)Dan Engelbrecht2024-05-291-0/+102