aboutsummaryrefslogtreecommitdiff
path: root/zenstore/cas.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-355/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-3/+3
| | | * Add `import-project` and `export-project` command line parsing
* Adjust errors vs warnings messages (#160)Dan Engelbrecht2022-09-081-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-pre5Dan Engelbrecht2022-06-171-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 ModeDan Engelbrecht2022-04-011-2/+2
|
* incremental migration with optional clean of sourceDan Engelbrecht2022-03-311-1/+1
| | | | add more fine-grained access modes for BasicFile
* Migration now works in larger disk IO chunksDan Engelbrecht2022-03-311-2/+2
| | | | BasicFile and CasLogFile now has new explicit modes instead of create true/false
* clang-formatDan Engelbrecht2022-03-311-2/+2
|
* Change block size of compactcas storesDan Engelbrecht2022-03-311-2/+2
|
* Add header to cas index fileDan Engelbrecht2022-03-311-2/+2
|
* Use blocks to store data in cas storesDan Engelbrecht2022-03-311-2/+2
|
* Add whole range in CasChunkSet::AddChunksToSet(std::span<const IoHash> ↵Dan Engelbrecht2022-03-291-4/+1
| | | | HashesToAdd)
* Fixed fmt::format() undefined-user-type errorMartin Ridgers2022-01-101-1/+1
|
* Added trace scopes.Per Larsson2021-12-151-0/+5
|
* Merged main.Per Larsson2021-12-141-55/+133
|
* CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-291-0/+325