aboutsummaryrefslogtreecommitdiff
path: root/zenstore/zenstore.cpp
Commit message (Collapse)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
| |
* | Remove Cid to CAS chunk mapping after GC.Per Larsson2021-12-131-0/+2
| |
* | clang-formatStefan Boberg2021-10-231-1/+1
| |
* | compactcas: Changed CasDiskLocation implementation so it can store chunks > ↵Stefan Boberg2021-10-221-0/+2
|/ | | | | | | | | | 4GB (max is now 1TB) The offset and size members are now five bytes each, which leaves two bytes which are intended to be used for content-type and flags but are currently unused Also added some unit tests for compactcas This change bumps the global storage schema in order to wipe any existing disk state
* zenstore: Added forcelink stuff to ensure we bring in filecas testsStefan Boberg2021-10-081-0/+2
|
* Added module cpp/h for zenstoreStefan Boberg2021-09-191-0/+17