| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |