aboutsummaryrefslogtreecommitdiff
path: root/zenstore/include
Commit message (Expand)AuthorAgeFilesLines
...
* clang-formatStefan Boberg2021-09-271-2/+2
* Reimplemented CasLogFile in terms of BasicFileStefan Boberg2021-09-261-5/+5
* Various BasicFile improvementsStefan Boberg2021-09-261-0/+2
* Added TemporaryFile implementation, provides a simple abstraction around temp...Stefan Boberg2021-09-251-2/+36
* cidstore: added some implementation notesStefan Boberg2021-09-231-0/+5
* Encapsulated containers in CasChunkSet to allow for more efficient udpates/qu...Stefan Boberg2021-09-211-5/+9
* Wired up scrubbing to more higher level servicesStefan Boberg2021-09-212-3/+15
* Added more scrub stubs in higher level servicesStefan Boberg2021-09-201-0/+1
* Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-1/+1
* Implemented BasicFile::StreamByteRangeStefan Boberg2021-09-191-0/+1
* Implemended basic scrubbing / detection of disk corruption. Still needs more ...Stefan Boberg2021-09-191-12/+9
* Added BasicFile::StreamFile helper function to support reading large files in...Stefan Boberg2021-09-191-2/+4
* Changed some code over from ATL to BasicFile and added Scrub() stubs.Stefan Boberg2021-09-191-1/+2
* Added zenstore.h and made headers use itStefan Boberg2021-09-194-1/+18
* Changed BasicFile implementationStefan Boberg2021-09-191-6/+15
* Compact binary package caching support (#9)Per Larsson2021-09-161-5/+12
* Extended CidStore implementation with some helper functionsStefan Boberg2021-09-141-4/+9
* Asynchronous upstream caching to JupiterPer Larsson2021-08-311-0/+1
* Added missing lock to side channel InsertChunk() implementationStefan Boberg2021-08-261-0/+9
* Implemented more formalised CAS chunk filtering (with plenty of room for opti...Stefan Boberg2021-08-231-0/+14
* Implemented support for dropping z$ buckets while onlineStefan Boberg2021-08-171-0/+1
* Implemented Flush() operation for CID/CAS store interfacesStefan Boberg2021-08-112-2/+6
* clang-formatStefan Boberg2021-06-021-3/+3
* Removed pointer-based InsertChunk from CAS store interface.Stefan Boberg2021-05-251-1/+0
* Implemented simple persistence for CidStore, which stores CID->CAS mappingsStefan Boberg2021-05-241-3/+7
* Added TODO to CasLogFile::AppendStefan Boberg2021-05-241-1/+7
* Added CidStore, currently used to track relationships between compressed and ...Stefan Boberg2021-05-241-0/+34
* Tiny comment fixStefan Boberg2021-05-231-1/+1
* clang-formatStefan Boberg2021-05-221-1/+1
* Renamed CasBlobFile -> BasicFileStefan Boberg2021-05-211-1/+5
* Moved CasBlobFile into basicfile.hStefan Boberg2021-05-212-20/+30
* Adding zenservice codeStefan Boberg2021-05-114-0/+214