aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cache/cacherpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various bug fixes (#778)Stefan Boberg2026-02-241-1/+1
* Revert "Fix correctness and concurrency bugs found during code review"Stefan Boberg2026-02-241-1/+1
* Fix correctness and concurrency bugs found during code reviewStefan Boberg2026-02-241-1/+1
* don't do full cb-object validation on cache records when read from disk (#739)Dan Engelbrecht2026-01-291-10/+9
* Ensure upstream put propagation includes overwritezousar2025-12-191-5/+12
* batch op not in destructor (#676)Dan Engelbrecht2025-12-041-2/+17
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-271-1/+4
* RawOffset can be anything and we expect an empty buffer to be returned along ...Dan Engelbrecht2025-11-261-17/+23
* cacherequests helpers test only (#551)Dan Engelbrecht2025-10-031-3/+2
* GetCacheChunk value request respects RawHash (#518)Zousar Shaker2025-09-291-1/+3
* Improvement to Incomplete Result Iterationzousar2025-09-251-2/+1
* Report Incomplete Records To Clientzousar2025-09-241-5/+39
* Adjust the responses from PUT commandszousar2025-09-231-2/+2
* Change batch put responses for client reportingzousar2025-09-191-20/+44
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-041-5/+3
* revert multi-cid store (#475)Dan Engelbrecht2025-08-261-37/+17
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-201-17/+37
* xmake precommitzousar2025-06-241-4/+4
* Merge branch 'main' into zs/put-overwrite-policyzousar2025-06-241-44/+72
|\
| * iterate chunks crash fix (#376)Dan Engelbrecht2025-05-021-1/+1
| * cbobject validation (#377)Dan Engelbrecht2025-05-021-10/+31
| * reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-33/+40
* | Change to PutResult structurezousar2025-06-241-65/+92
* | Establish TODOs and unit test for rejected PUT propagationzousar2025-03-241-0/+1
* | Enforce Overwrite Prevention According To Cache Policyzousar2025-02-261-64/+106
|/
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-1/+1
* batch fetch record cache values (#266)Dan Engelbrecht2024-12-171-2/+65
* reduce memory churn (#248)Stefan Boberg2024-12-021-5/+5
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+20
* validate compact binary rpc requests before trying to parse them (#200)Dan Engelbrecht2024-10-161-1/+10
* Added namespace qualifier (optional) for z$ rpc requests (#166)Stefan Boberg2024-09-231-1/+16
* don't add batch overhead if we are only going to put one cache valueDan Engelbrecht2024-09-101-5/+19
* If we fail to get compression info for a partial request - log and report a m...Dan Engelbrecht2024-08-191-6/+18
* add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)Dan Engelbrecht2024-06-041-55/+111
* cache optimizations (#88)Dan Engelbrecht2024-05-301-2/+2
* safer partial requests (#82)Dan Engelbrecht2024-05-171-3/+2
* fix argument order when logging missed partial chunk (#81)Dan Engelbrecht2024-05-141-8/+11
* return as missing if out of range chunk (#78)Dan Engelbrecht2024-05-081-20/+24
* check partial chunk result (#73)Dan Engelbrecht2024-05-031-9/+26
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-021-1/+6
* batch cache put (#67)Dan Engelbrecht2024-05-021-97/+149
* InsertChunks for CAS store (#55)Dan Engelbrecht2024-04-221-39/+52
* re-enable partial cache chunks (#21)v5.4.2-pre9v5.4.2-pre12v5.4.2-pre11v5.4.2-pre10Dan Engelbrecht2024-03-221-19/+28
* disable partial getcachechunk responses (#19)Dan Engelbrecht2024-03-221-1/+7
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-211-3/+33
* clean up test linking (#4)Dan Engelbrecht2024-03-141-49/+3
* respond with BadRequest result instead of throwing exception on bad request i...Dan Engelbrecht2024-02-051-7/+25
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-0/+1640