aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | projectstore: Implemented project/oplog discovery so we can take any persiste...Stefan Boberg2021-11-012-1/+68
* | | | | | | | | | | | | | | | | gc: added DeletionMode flag to allow gc dry runsStefan Boberg2021-11-013-0/+27
* | | | | | | | | | | | | | | | | project: fixed logging of new oplog entries (again) to be easier to scanStefan Boberg2021-11-011-1/+1
* | | | | | | | | | | | | | | | | projectstore: added validation of oplog data during initializationStefan Boberg2021-11-015-10/+93
* | | | | | | | | | | | | | | | | cidstore: implemented validation of data during index initializationStefan Boberg2021-11-011-9/+24
* | | | | | | | | | | | | | | | | caslog: Added GetLogSize, fixed issue with append offset computationStefan Boberg2021-11-012-1/+8
* | | | | | | | | | | | | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-11-014-19/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-11-0113-38/+173
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | filecas: Fixed debug loggingStefan Boberg2021-11-011-10/+60
| * | | | | | | | | | | | | | | | | | gc: Implemented initial root gathering for projects/oplogsStefan Boberg2021-10-283-9/+62
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/main' into gcStefan Boberg2021-10-285-14/+143
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | gc: CollectGarbage implementationStefan Boberg2021-11-012-1/+18
| |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merged from mainStefan Boberg2021-10-2917-52/+316
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | / / / / / / / / / / / / / | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Minor cleanupStefan Boberg2021-10-291-37/+2
| * | | | | | | | | | | | | | | | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-293-3/+59
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Added option --zen-upstream-dns that will be resolved to one or more endpoint.Per Larsson2021-10-293-3/+59
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | z$: hooked up bucket traversal for gcStefan Boberg2021-10-295-23/+148
| * | | | | | | | | | | | | | | zenserver-test: Some modifications to avoid ODR violationsStefan Boberg2021-10-291-8/+9
| * | | | | | | | | | | | | | | Removed unused source filesStefan Boberg2021-10-292-14/+0
| * | | | | | | | | | | | | | | filesystem: Improved test for GetRunningExecutablePath (still not ideal)Stefan Boberg2021-10-291-1/+1
| * | | | | | | | | | | | | | | memory: Minor change to squelch static analysis warningsStefan Boberg2021-10-291-2/+2
| * | | | | | | | | | | | | | | Added SharedBuffer::MakeView implementation accepting container argument, to ...Stefan Boberg2021-10-291-0/+6
| |/ / / / / / / / / / / / / /
| * / / / / / / / / / / / / / Lockfile implementation (#24)Stefan Boberg2021-10-275-15/+145
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | / Fixed crash at startup when updating manifest.Per Larsson2021-10-261-1/+0
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | cas: minor improvement to CasLogFile::Open error handlingStefan Boberg2021-10-251-1/+1
* | | | | | | | | | | | | general: Fixed up some vcxproj files which had a warning level setStefan Boberg2021-10-249-23/+21
* | | | | | | | | | | | | clang-formatStefan Boberg2021-10-238-17/+15
* | | | | | | | | | | | | cas: fixed some warningsStefan Boberg2021-10-233-9/+14
* | | | | | | | | | | | | compactcas: Changed CasDiskLocation implementation so it can store chunks > 4...Stefan Boberg2021-10-224-15/+129
* | | | | | | | | | | | | z$: Removed CasStoreStefan Boberg2021-10-214-16/+10
* | | | | | | | | | | | | filecas: minor code restructuringStefan Boberg2021-10-211-15/+16
* | | | | | | | | | | | | filecas: Added commit log, chunk gcStefan Boberg2021-10-218-18/+151
* | | | | | | | | | | | | Removed accidentally committed test codeStefan Boberg2021-10-211-1/+0
* | | | | | | | | | | | | gc: Added GcStorage base class and hooked it up to CasGcStefan Boberg2021-10-2110-38/+93
* | | | | | | | | | | | | Added IsReady flag to ZenServerEntryStefan Boberg2021-10-211-1/+2
* | | | | | | | | | | | | Merged from mainStefan Boberg2021-10-218-183/+487
|\| | | | | | | | | | | |
| * | | | | | | | | | | | zenserver: Tweaked state initialization so we know when we're running for the...Stefan Boberg2021-10-212-72/+107
| * | | | | | | | | | | | zenserver: don't try to delete the logs directory when wiping stateStefan Boberg2021-10-211-2/+4
| * | | | | | | | | | | | Fixed failing test.Per Larsson2021-10-211-1/+1
| * | | | | | | | | | | | Compressed oplog attachmentsPer Larsson2021-10-217-110/+377
* | | | | | | | | | | | | Merge branch 'main' into gcStefan Boberg2021-10-2012-13/+18
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Added missing include.Per Larsson2021-10-201-0/+2
| * | | | | | | | | | | | Merge branch 'main' of https://github.com/EpicGames/zen into mainStefan Boberg2021-10-2010-13/+14
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Format fix.Per Larsson2021-10-2010-13/+14
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * / | | | | | | | | | | Added ZEN_THIRD_PARTY_INCLUDES_START to prevent compilation issuesStefan Boberg2021-10-201-0/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | zen: Improved error reporting for `print` commandStefan Boberg2021-10-201-3/+20
* | | | | | | | | | | | Merge branch 'main' into gcStefan Boberg2021-10-201-16/+101
|\| | | | | | | | | | |
| * | | | | | | | | | | zen server: Added root manifest, with support for explicit schema versioningStefan Boberg2021-10-201-16/+101
* | | | | | | | | | | | cas: Adding cas.file.gc test for exercising garbage collection (incomplete)Stefan Boberg2021-10-201-1/+35
* | | | | | | | | | | | gc: commentStefan Boberg2021-10-191-0/+9