aboutsummaryrefslogtreecommitdiff
path: root/zenstore/filecas.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Removed FileCasImpl (unused)Stefan Boberg2021-08-261-80/+4
* Added missing lock to side channel InsertChunk() implementationStefan Boberg2021-08-261-6/+39
* 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/+39
* Improved comment while reviewing codeStefan Boberg2021-08-211-1/+1
* Changed file CAS implementation to use ThrowSystemException instead of Window...Stefan Boberg2021-08-201-2/+2
* clang-formatStefan Boberg2021-08-121-2/+2
* Implemented Flush() operation for CID/CAS store interfacesStefan Boberg2021-08-111-0/+11
* Added some more diagnostics to potential file operation errorsStefan Boberg2021-05-271-2/+7
* Fixed logic to avoid a race condition which could cause a sharing violation w...Stefan Boberg2021-05-271-0/+4
* Removed pointer-based InsertChunk from CAS store interface.Stefan Boberg2021-05-251-4/+0
* Added logic to guard against accidental file move in file CAS fast pathStefan Boberg2021-05-131-1/+4
* Implemented move-in-place for large CAS payloadsStefan Boberg2021-05-131-0/+108
* Adding zenservice codeStefan Boberg2021-05-111-0/+237