| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adjust errors vs warnings messages (#160) | Dan Engelbrecht | 2022-09-08 | 1 | -1/+1 |
| | | | | | * demote a number of ZEN_ERROR to ZEN_WARN * changelog | ||||
| * | Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5 | Dan Engelbrecht | 2022-06-17 | 1 | -70/+20 |
| | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | rename EMode to Mode | Dan Engelbrecht | 2022-04-01 | 1 | -2/+2 |
| | | |||||
| * | incremental migration with optional clean of source | Dan Engelbrecht | 2022-03-31 | 1 | -1/+1 |
| | | | | | add more fine-grained access modes for BasicFile | ||||
| * | Migration now works in larger disk IO chunks | Dan Engelbrecht | 2022-03-31 | 1 | -2/+2 |
| | | | | | BasicFile and CasLogFile now has new explicit modes instead of create true/false | ||||
| * | clang-format | Dan Engelbrecht | 2022-03-31 | 1 | -2/+2 |
| | | |||||
| * | Change block size of compactcas stores | Dan Engelbrecht | 2022-03-31 | 1 | -2/+2 |
| | | |||||
| * | Add header to cas index file | Dan Engelbrecht | 2022-03-31 | 1 | -2/+2 |
| | | |||||
| * | Use blocks to store data in cas stores | Dan Engelbrecht | 2022-03-31 | 1 | -2/+2 |
| | | |||||
| * | Add whole range in CasChunkSet::AddChunksToSet(std::span<const IoHash> ↵ | Dan Engelbrecht | 2022-03-29 | 1 | -4/+1 |
| | | | | | HashesToAdd) | ||||
| * | Fixed fmt::format() undefined-user-type error | Martin Ridgers | 2022-01-10 | 1 | -1/+1 |
| | | |||||
| * | Added trace scopes. | Per Larsson | 2021-12-15 | 1 | -0/+5 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -55/+133 |
| | | |||||
| * | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 1 | -0/+325 |