aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cache/cacherpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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