aboutsummaryrefslogtreecommitdiff
path: root/zenstore/CAS.cpp
Commit message (Expand)AuthorAgeFilesLines
* CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-291-325/+0
* Replaced use of DWORD with uint32_tMartin Ridgers2021-10-131-1/+1
* Corrected incorrect casing of include statementsMartin Ridgers2021-10-121-1/+1
* Merged from upstreamStefan Boberg2021-10-051-2/+9
* cas: added some GC stubsStefan Boberg2021-10-011-0/+37
* Fixed dumb bug in CasChunkSet::IterateChunks which would cause infinite loopStefan Boberg2021-09-231-1/+1
* Encapsulated containers in CasChunkSet to allow for more efficient udpates/qu...Stefan Boberg2021-09-211-3/+36
* Removed scrubbing from CasImpl::Initialize since this is triggered by higher ...Stefan Boberg2021-09-211-3/+7
* Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-2/+2
* It's not possible to compile out testsStefan Boberg2021-09-201-1/+5
* Fixed unused variable warnings exposed by xmake build (unclear why I do not r...Stefan Boberg2021-09-191-0/+1
* Implemended basic scrubbing / detection of disk corruption. Still needs more ...Stefan Boberg2021-09-191-7/+17
* Changed some code over from ATL to BasicFile and added Scrub() stubs.Stefan Boberg2021-09-191-23/+62
* Changed logging implementationStefan Boberg2021-09-151-2/+2
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-2/+1
* Clang-format fixesStefan Boberg2021-08-241-1/+1
* Implemented more formalised CAS chunk filtering (with plenty of room for opti...Stefan Boberg2021-08-231-0/+9
* Implemented Flush() operation for CID/CAS store interfacesStefan Boberg2021-08-111-1/+9
* Removed pointer-based InsertChunk from CAS store interface.Stefan Boberg2021-05-251-23/+5
* Adding zenservice codeStefan Boberg2021-05-111-0/+192