aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | Added batched get chunk(s).Per Larsson2021-11-084-123/+276
| * | | | | | | | | | | | | | | | | | | | Added upstream batch API.Per Larsson2021-11-029-140/+462
| * | | | | | | | | | | | | | | | | | | | Merge branch 'main' into zcache-batchPer Larsson2021-11-0121-263/+583
| |\| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-0112-144/+255
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .hMartin Ridgers2021-11-012-92/+116
| | | * | | | | | | | | | | | | | | | | | Added missing link-time dependencies to xmake.lua scriptsMartin Ridgers2021-11-011-0/+2
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Fixed shadowed symbol error in zenserver-test.cppMartin Ridgers2021-11-011-4/+6
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Fixed possible undefined use errorMartin Ridgers2021-11-011-1/+1
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Upload cache record before blobs and call finalize when processing upstream t...Per Larsson2021-11-013-101/+124
| * | | | | | | | | | | | | | | | | First pass batch request.Per Larsson2021-10-293-0/+176
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | gc: implemented timestamped snapshot persistenceStefan Boberg2021-11-172-42/+146
* | | | | | | | | | | | | | | | | zen: eliminated unused deploy commandStefan Boberg2021-11-175-126/+0
* | | | | | | | | | | | | | | | | gc: fixed missing cidstore associationStefan Boberg2021-11-161-0/+1
* | | | | | | | | | | | | | | | | z$: implemented basic bucket trackingStefan Boberg2021-11-041-0/+65
* | | | | | | | | | | | | | | | | z$: basic access trackingStefan Boberg2021-11-037-51/+259
* | | | | | | | | | | | | | | | | fixed tests for new msvc compiler warningsStefan Boberg2021-11-031-0/+5
* | | | | | | | | | | | | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-11-031-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | log: improved log pattern for file log to make it easier to consume file logs...Stefan Boberg2021-11-031-1/+8
* | | | | | | | | | | | | | | | | | More .gitignore cleanupStefan Boberg2021-11-031-5/+2
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Add /vsxmake* to .gitignoreStefan Boberg2021-11-033-3/+38
* | | | | | | | | | | | | | | | | Fixed unused variable warningStefan Boberg2021-11-031-1/+0
* | | | | | | | | | | | | | | | | Fixed issue with manifest overwrite on state directory upgradeStefan Boberg2021-11-031-0/+3
* | | | | | | | | | | | | | | | | fs: minor logging cleanupStefan Boberg2021-11-021-3/+1
* | | | | | | | | | | | | | | | | gc: implemented CID remapping for GCStefan Boberg2021-11-012-2/+50
* | | | | | | | | | | | | | | | | cid: Added RemapCid() for use in GCStefan Boberg2021-11-012-0/+19
* | | | | | | | | | | | | | | | | 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