| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move BasicFile to zenutil to remove zenstore dependency from zen command (#190) | Dan Engelbrecht | 2022-11-17 | 1 | -1/+1 |
| | | |||||
| * | Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5 | Dan Engelbrecht | 2022-06-17 | 1 | -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/.cpp | Dan Engelbrecht | 2022-03-31 | 1 | -0/+2 |
| | | |||||
| * | Remove obsolete references | Dan Engelbrecht | 2022-03-31 | 1 | -2/+0 |
| | | |||||
| * | WIP | Dan Engelbrecht | 2022-03-31 | 1 | -0/+2 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -1/+1 |
| |\ | |||||
| | * | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 1 | -1/+1 |
| | | | |||||
| * | | Remove Cid to CAS chunk mapping after GC. | Per Larsson | 2021-12-13 | 1 | -0/+2 |
| | | | |||||
| * | | clang-format | Stefan Boberg | 2021-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | compactcas: Changed CasDiskLocation implementation so it can store chunks > ↵ | Stefan Boberg | 2021-10-22 | 1 | -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 tests | Stefan Boberg | 2021-10-08 | 1 | -0/+2 |
| | | |||||
| * | Added module cpp/h for zenstore | Stefan Boberg | 2021-09-19 | 1 | -0/+17 |