aboutsummaryrefslogtreecommitdiff
path: root/zenstore/compactcas.h
Commit message (Expand)AuthorAgeFilesLines
* Missing includesMartin Ridgers2022-01-071-0/+3
* Moved forward declaration after all include statementsMartin Ridgers2022-01-071-4/+4
* Merged main.Per Larsson2021-12-141-1/+4
|\
| * CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-291-1/+1
| * Only include zencore/windows.h on WindowsMartin Ridgers2021-10-121-1/+4
| * Corrected incorrect casing of include statementsMartin Ridgers2021-10-121-1/+1
* | Added size to GcStorage.Per Larsson2021-12-101-3/+3
* | Added naive container CAS GC support.Per Larsson2021-12-011-2/+12
* | Added CAS total size.Per Larsson2021-11-301-3/+7
* | compactcas: Changed CasDiskLocation implementation so it can store chunks > 4...Stefan Boberg2021-10-221-6/+33
* | cas: Hooked up GC to structured cacheStefan Boberg2021-10-191-0/+1
|/
* Fixed an issue in scrubbing which would flag certain chunks as invalidStefan Boberg2021-09-211-0/+1
* Implemended basic scrubbing / detection of disk corruption. Still needs more ...Stefan Boberg2021-09-191-3/+4
* clang-format againStefan Boberg2021-09-191-1/+1
* Changed some code over from ATL to BasicFile and added Scrub() stubs.Stefan Boberg2021-09-191-4/+7
* Implemented more formalised CAS chunk filtering (with plenty of room for opti...Stefan Boberg2021-08-231-2/+12
* Implemented Flush() operation for CID/CAS store interfacesStefan Boberg2021-08-111-0/+1
* clang-formatStefan Boberg2021-05-221-1/+1
* Renamed CasBlobFile -> BasicFileStefan Boberg2021-05-211-2/+2
* Moved CasBlobFile into basicfile.hStefan Boberg2021-05-211-0/+1
* Adding zenservice codeStefan Boberg2021-05-111-0/+66