aboutsummaryrefslogtreecommitdiff
path: root/zenstore/cidstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merged main.Per Larsson2021-12-141-1/+1
|\
| * CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-291-1/+1
* | Fixed bug in z$ service returning partial cache records and enable small obje...Per Larsson2021-12-141-10/+7
* | Remove Cid to CAS chunk mapping after GC.Per Larsson2021-12-131-0/+27
* | Added CacheStore and CAS store sizes to status endpoint.Per Larsson2021-11-301-0/+6
* | cid: Added RemapCid() for use in GCStefan Boberg2021-11-011-0/+17
* | cidstore: implemented validation of data during index initializationStefan Boberg2021-11-011-9/+24
|/
* Merged from upstreamStefan Boberg2021-10-051-1/+1
* clang-formatStefan Boberg2021-09-271-1/+1
* cidstore: made all updates log using LogMapping()Stefan Boberg2021-09-231-7/+23
* Encapsulated containers in CasChunkSet to allow for more efficient udpates/qu...Stefan Boberg2021-09-211-4/+4
* Wired up scrubbing to more higher level servicesStefan Boberg2021-09-211-11/+40
* Implemented CID store scrubbingStefan Boberg2021-09-201-2/+73
* Added more scrub stubs in higher level servicesStefan Boberg2021-09-201-0/+7
* Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-1/+1
* Compact binary package caching support (#9)Per Larsson2021-09-161-6/+7
* Changed logging implementationStefan Boberg2021-09-151-2/+2
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-1/+1
* Extended CidStore implementation with some helper functionsStefan Boberg2021-09-141-0/+22
* Asynchronous upstream caching to JupiterPer Larsson2021-08-311-2/+23
* clang-formatStefan Boberg2021-08-121-1/+2
* Implemented Flush() operation for CID/CAS store interfacesStefan Boberg2021-08-111-0/+7
* Implemented simple persistence for CidStore, which stores CID->CAS mappingsStefan Boberg2021-05-241-9/+61
* Added CidStore, currently used to track relationships between compressed and ...Stefan Boberg2021-05-241-0/+33