aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/cache/structuredcache.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructured structured cache store (#314)Stefan Boberg2023-05-171-192/+0
| | | | This change separates out the disk and memory storage strategies into separate cpp/h files to improve maintainability.
* added ScrubStorage to GcStorage base classStefan Boberg2023-05-151-2/+3
|
* minor GC API cleanupStefan Boberg2023-05-151-1/+1
| | | | | Scrub -> ScrubStorage Trigger -> TriggerGc (to make relationship to TriggerScrub clearer)
* Low disk space detector (#277)Dan Engelbrecht2023-05-091-18/+23
| | | | * - Feature: Disk writes are now blocked early and return an insufficient storage error if free disk space falls below the `--low-diskspace-threshold` value * Never keep an entry in m_ChunkBlocks that points to a nullptr
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-021-3/+2
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+187
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees