aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Handle cache record policy.Per Larsson2021-11-104-21/+87
| * | | | | | | | | | | | | | Sort cache keys when resolving payload ID's.Per Larsson2021-11-096-48/+228
| * | | | | | | | | | | | | | Added batched get chunk(s).Per Larsson2021-11-083-110/+263
| * | | | | | | | | | | | | | Added upstream batch API.Per Larsson2021-11-027-122/+323
| * | | | | | | | | | | | | | Merge branch 'main' into zcache-batchPer Larsson2021-11-0112-243/+474
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-017-129/+229
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .hMartin Ridgers2021-11-012-92/+116
| | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | 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-292-0/+73
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | gc: implemented timestamped snapshot persistenceStefan Boberg2021-11-172-42/+146
* | | | | | | | | | | | 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
* | | | | | | | | | | | log: improved log pattern for file log to make it easier to consume file logs...Stefan Boberg2021-11-031-1/+8
* | | | | | | | | | | | Add /vsxmake* to .gitignoreStefan Boberg2021-11-032-3/+36
* | | | | | | | | | | | Fixed issue with manifest overwrite on state directory upgradeStefan Boberg2021-11-031-0/+3
* | | | | | | | | | | | projectstore: Implemented project/oplog discovery so we can take any persiste...Stefan Boberg2021-11-012-1/+68
* | | | | | | | | | | | 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
* | | | | | | | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-11-019-27/+155
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merged from mainStefan Boberg2021-10-299-37/+217
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | 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
| | * | | | | | | | | | Removed unused source filesStefan Boberg2021-10-292-14/+0
| | |/ / / / / / / / /
* | | | | | | | | | | gc: Implemented initial root gathering for projects/oplogsStefan Boberg2021-10-283-9/+62
* | | | | | | | | | | Merge remote-tracking branch 'origin/main' into gcStefan Boberg2021-10-281-10/+62
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * / / / / / / / / Lockfile implementation (#24)Stefan Boberg2021-10-271-10/+62
| |/ / / / / / / /
| * | | | | | | / Fixed crash at startup when updating manifest.Per Larsson2021-10-261-1/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | general: Fixed up some vcxproj files which had a warning level setStefan Boberg2021-10-243-9/+9
* | | | | | | | clang-formatStefan Boberg2021-10-232-7/+4
* | | | | | | | compactcas: Changed CasDiskLocation implementation so it can store chunks > 4...Stefan Boberg2021-10-221-1/+1
* | | | | | | | z$: Removed CasStoreStefan Boberg2021-10-213-14/+2
* | | | | | | | Removed accidentally committed test codeStefan Boberg2021-10-211-1/+0
* | | | | | | | gc: Added GcStorage base class and hooked it up to CasGcStefan Boberg2021-10-213-15/+15
* | | | | | | | Merged from mainStefan Boberg2021-10-214-175/+250
|\| | | | | | |
| * | | | | | | 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
| * | | | | | | Compressed oplog attachmentsPer Larsson2021-10-213-103/+141
* | | | | | | | Merge branch 'main' into gcStefan Boberg2021-10-203-2/+4
|\| | | | | | |
| * | | | | | | Merge branch 'main' of https://github.com/EpicGames/zen into mainStefan Boberg2021-10-202-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Format fix.Per Larsson2021-10-202-2/+2
| | | |_|_|_|_|/ | | |/| | | | |
| * / | | | | | Added ZEN_THIRD_PARTY_INCLUDES_START to prevent compilation issuesStefan Boberg2021-10-201-0/+2
| |/ / / / / /
* | | | | | | 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
* | | | | | | gc: Made ref tracking optional on `ZEN_USE_REF_TRACKING`Stefan Boberg2021-10-191-1/+1
* | | | | | | Merge from mainStefan Boberg2021-10-191-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-10-191-0/+2
| |\ \ \ \ \ \ \