aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
...
* adding more stats (#429)Dan Engelbrecht2023-09-282-11/+39
* flush block store blocks when finished (#425)Dan Engelbrecht2023-09-271-0/+1
* add more trace scopes (#362)Dan Engelbrecht2023-09-156-114/+150
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-142-10/+45
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-062-75/+27
* retry file create (#383)Dan Engelbrecht2023-09-042-3/+27
* safer gc on low disk (#373)Dan Engelbrecht2023-08-222-37/+46
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-213-10/+19
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-111-1/+1
* catch exceptions when scheduling GC and when writing GC scheduling state (#339)Dan Engelbrecht2023-08-011-136/+149
* CidStore now implements the ChunkResolver interfaceStefan Boberg2023-06-304-13/+21
* added zen::ChunkResolverStefan Boberg2023-06-301-0/+9
* drive-by constStefan Boberg2023-06-121-1/+1
* Content scrubbing (#271)Stefan Boberg2023-05-167-103/+316
* Additional trace instrumentation (#312)Stefan Boberg2023-05-165-1/+65
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-164-45/+83
* removed remnants of ZEN_USE_REF_TRACKINGStefan Boberg2023-05-152-28/+0
* added error reporting for bad BlockStore chunksStefan Boberg2023-05-151-5/+22
* removed unnecessary #include directives from cas.hStefan Boberg2023-05-151-10/+3
* added ScrubStorage to GcStorage base classStefan Boberg2023-05-155-15/+38
* added static_assert for BlockStoreDiskLocationStefan Boberg2023-05-151-0/+2
* corrected CidStore commentStefan Boberg2023-05-151-4/+0
* CidStore::Impl explicit constructor, fixed #ifndef NDEBUGStefan Boberg2023-05-151-3/+4
* minor GC API cleanupStefan Boberg2023-05-1510-35/+35
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-4/+4
* fix logic for old blocks in blockstore gc (#295)Dan Engelbrecht2023-05-121-21/+24
* clang-format (sorry)Stefan Boberg2023-05-111-1/+1
* build fix (accidental commit on the wrong branch)Stefan Boberg2023-05-112-1/+4
* clang-formatStefan Boberg2023-05-111-1/+3
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-05-112-24/+33
|\
| * flush file cas on exit (#291)Dan Engelbrecht2023-05-112-24/+33
* | added scrubcontext.cppStefan Boberg2023-05-111-0/+15
|/
* if a block is missing during gc, log an error but still continue (#289)Dan Engelbrecht2023-05-111-4/+8
* WARN level log if we can't write snapshot/manifest/access times (#288)Dan Engelbrecht2023-05-111-1/+1
* clean up log/index reading and fix incorrect logging about bad log files (#286)Dan Engelbrecht2023-05-102-84/+98
* make sure we create gc root directory before checking disk spaceDan Engelbrecht2023-05-101-7/+7
* Low disk space detector (#277)Dan Engelbrecht2023-05-093-14/+83
* Validate that entries points inside valid blocks at startup (#280)Dan Engelbrecht2023-05-093-42/+93
* Treat reading outside of block store file as a not found error. We may encoun...Dan Engelbrecht2023-05-021-0/+4
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0220-0/+7371