aboutsummaryrefslogtreecommitdiff
path: root/zenstore/zenstore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move BasicFile to zenutil to remove zenstore dependency from zen command (#190)Dan Engelbrecht2022-11-171-1/+1
|
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-171-1/+4
| | | | | | | | | | | | | | | | | | - Bumped ZEN_SCHEMA_VERSION - CasStore no longer a public API, it is hidden behind CidStore - Moved cas.h from public header folder - CidStore no longer maps from Cid -> Cas, we store entries in Cas under RawHash - CasStore now decompresses data to validate content (matching against RawHash) - CasChunkSet renames to HashKeySet and put in separate header/cpp file - Disabled "Chunk" command for now as it relied on CAS being exposed as a service - Changed CAS http service to Cid http server - Moved "Run" command completely inside ZEN_WITH_EXEC_SERVICES define - Removed "cas.basic" test - Uncommented ".exec.basic" test and added return-skip at start of test - Moved ScrubContext to separate header file - Renamed CasGC to GcManager - Cleaned up configuration passing in cas store classes - Removed CAS stuff from GcContext and clarified naming in class - Remove migration code
* Add separate blockstore.h/.cppDan Engelbrecht2022-03-311-0/+2
|
* Remove obsolete referencesDan Engelbrecht2022-03-311-2/+0
|
* WIPDan Engelbrecht2022-03-311-0/+2
|
* 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