aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
...
| * add missing flush inblockstore compact (#411)Dan Engelbrecht2025-05-305-17/+130
| * faster oplog validate (#408)Dan Engelbrecht2025-05-304-10/+69
| * frequent disk space check (#407)Dan Engelbrecht2025-05-271-25/+84
| * unblock cache bucket drop (#406)Dan Engelbrecht2025-05-264-54/+124
| * handle exception with batch work (#401)Dan Engelbrecht2025-05-194-134/+147
| * make sure tests initialize trace so we don't end up allocating tons of memory...Stefan Boberg2025-05-151-0/+2
| * keep snapshot on log delete fail (#391)Dan Engelbrecht2025-05-126-104/+81
| * enable per bucket config (#388)Dan Engelbrecht2025-05-122-2/+22
| * tweak iterate block parameters (#390)Dan Engelbrecht2025-05-122-34/+50
| * flush cas log file (#387)Dan Engelbrecht2025-05-092-46/+31
| * make RemoveExpiredData and PreCache serial to reduce CPU overhead / lock cont...Dan Engelbrecht2025-05-071-85/+61
| * optimize block store CompactBlocks (#384)Dan Engelbrecht2025-05-071-14/+19
| * optimize cache bucket state writing (#382)Dan Engelbrecht2025-05-061-42/+59
| * make OOD and OOM in gc non critical (#381)Dan Engelbrecht2025-05-051-27/+218
| * silence Out Of Disk errors to sentry (#378)Dan Engelbrecht2025-05-051-48/+56
| * iterate chunks crash fix (#376)Dan Engelbrecht2025-05-024-76/+314
| * cbobject validation (#377)Dan Engelbrecht2025-05-021-10/+31
| * replace local equal_to_2 with eastl impl (#368)Stefan Boberg2025-04-251-16/+2
| * predicate to enable compiling with later EASTL version (#367)Stefan Boberg2025-04-241-1/+1
| * blobstore size limit (#342)Dan Engelbrecht2025-04-042-13/+255
| * build store save access times (#341)v5.6.3-pre0Dan Engelbrecht2025-04-033-30/+304
| * use oidctoken executable to generate auth (#336)Dan Engelbrecht2025-04-021-13/+0
| * reduce disk io during gc (#335)Dan Engelbrecht2025-04-011-20/+8
| * long filename support (#330)Dan Engelbrecht2025-03-319-117/+117
| * optional compress of block chunks (#326)Dan Engelbrecht2025-03-271-5/+26
| * zen build cache service (#318)Dan Engelbrecht2025-03-2611-46/+1738
| * reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-067-108/+143
| * improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-251-2/+2
| * moving and small refactor of chunk blocks to prepare for builds api (#282)Dan Engelbrecht2025-02-124-997/+0
* | Change to PutResult structurezousar2025-06-247-134/+201
* | Establish TODOs and unit test for rejected PUT propagationzousar2025-03-241-0/+1
* | Control overwrite enforcement with a config settingzousar2025-03-022-1/+3
* | Move utility methods in cachedisklayerzousar2025-02-261-38/+38
* | Enforce Overwrite Prevention According To Cache Policyzousar2025-02-266-101/+252
|/
* Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-226-71/+51
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-166-6/+6
* Suppress progress report callback if oplog import detects zero op oplog (#271)Dan Engelbrecht2025-01-131-6/+16
* Miscellaneous minor LLM fixes (#268)v5.5.17-pre0Stefan Boberg2024-12-172-1/+4
* batch fetch record cache values (#266)Dan Engelbrecht2024-12-173-21/+90
* more memory tagging and fixes (#263)Stefan Boberg2024-12-161-0/+16
* Builds API remote project store (#258)Dan Engelbrecht2024-12-121-2/+2
* Memory tracking improvements (#262)Stefan Boberg2024-12-111-1/+0
* projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-051-15/+17
* Unity build fixes (#253)Stefan Boberg2024-12-054-63/+76
* ODR violation fixStefan Boberg2024-12-031-2/+2
* reduce memory churn (#248)Stefan Boberg2024-12-021-5/+5
* validate that root path exists for workspace before adding it (#250)Dan Engelbrecht2024-12-021-0/+5
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-028-0/+191
* make sure we don't throw exception from worker thread (#247)Dan Engelbrecht2024-11-281-3/+17
* use plain sorted array instead of map of vectors (#237)Dan Engelbrecht2024-11-272-22/+33