aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/cache/httpstructuredcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-2052/+0
* add ability to limit concurrency (#565)Stefan Boberg2025-10-101-1/+1
* move rpcrecorder out from cache subfolder (#552)Dan Engelbrecht2025-10-031-1/+1
* cacherequests helpers test only (#551)Dan Engelbrecht2025-10-031-13/+3
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-031-2/+2
* cache RPC replay fixes (minor) (#544)Stefan Boberg2025-10-031-1/+1
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-291-6/+8
* Report Incomplete Records To Clientzousar2025-09-241-3/+5
* Change batch put responses for client reportingzousar2025-09-191-2/+5
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-1/+1
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-041-25/+42
* revert multi-cid store (#475)Dan Engelbrecht2025-08-261-196/+90
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-201-109/+197
* Merge branch 'main' into zs/put-overwrite-policyzousar2025-06-241-8/+19
|\
| * graceful wait in parallelwork destructor (#438)Dan Engelbrecht2025-06-161-1/+10
| * pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-3/+4
| * handle exception with batch work (#401)Dan Engelbrecht2025-05-191-8/+9
* | Change to PutResult structurezousar2025-06-241-32/+57
* | Establish TODOs and unit test for rejected PUT propagationzousar2025-03-241-0/+3
* | Enforce Overwrite Prevention According To Cache Policyzousar2025-02-261-29/+59
|/
* jupiter code cleanup (#276)Dan Engelbrecht2025-01-221-1/+1
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-2/+2
* Memory tracking improvements (#262)Stefan Boberg2024-12-111-0/+4
* global open process cache for projectstore (#257)Dan Engelbrecht2024-12-051-1/+3
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+13
* caller controls threshold for bulk-loading chunks in IterateChunks (#222)Dan Engelbrecht2024-11-251-2/+4
* bucket size queries (#203)Dan Engelbrecht2024-10-211-0/+115
* Added namespace qualifier (optional) for z$ rpc requests (#166)Stefan Boberg2024-09-231-51/+74
* cache optimizations (#88)Dan Engelbrecht2024-05-301-1/+1
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-021-1/+9
* batch cache put (#67)Dan Engelbrecht2024-05-021-5/+11
* InsertChunks for CAS store (#55)Dan Engelbrecht2024-04-221-30/+47
* clean up test linking (#4)Dan Engelbrecht2024-03-141-278/+2
* remove reference caching (#658)Dan Engelbrecht2024-02-271-1/+0
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-311-21/+1
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-1576/+33
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-191-1/+1
* cache RPC recorder threading fixes (#617)Stefan Boberg2023-12-191-15/+56
* fixed missing context for cache record PUT operations (#503)Stefan Boberg2023-10-271-2/+6
* merge disk and memory layers (#493)Dan Engelbrecht2023-10-241-23/+59
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-201-6/+19
* cache reference tracking (#455)Dan Engelbrecht2023-10-101-77/+108
* reject bad bucket reads (#456)Stefan Boberg2023-10-091-1/+1
* reject known bad bucket names in structured cache (#452)v0.2.27-pre0Stefan Boberg2023-10-061-1/+2
* fix HandleRpcRequest::WriteResponseAsync trace scope when we are not running ...Dan Engelbrecht2023-10-041-1/+2
* Correctly calculate the total number of RPC ops in the stats page for structu...Dan Engelbrecht2023-09-291-2/+2
* move badrequest count back to old scope for compatability with Zen DashboardDan Engelbrecht2023-09-281-2/+1
* adding more stats (#429)Dan Engelbrecht2023-09-281-26/+158
* prefer to handle cache RPC requests synchronously (#428)Stefan Boberg2023-09-271-4/+17
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-221-2/+6