aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Collapse)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
| | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC fails to compile if CacheBucket is only forward-declared within the class, issuing an "incomplete type" error in relation to the m_Buckets unordered map.
| | | * | | | | | | | | | | Fixed possible undefined use errorMartin Ridgers2021-11-011-1/+1
| | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | Upload cache record before blobs and call finalize when processing upstream ↵Per Larsson2021-11-013-101/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to Jupiter.
| * | | | | | | | | | | | 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 ↵Stefan Boberg2021-11-031-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logs from servers
* | | | | | | | | | | | 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 ↵Stefan Boberg2021-11-012-1/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | persistent oplog into account even if it has not been opened in the current session
* | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also added validation during writing
* | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added some tests added "test" mode for zenserver, to run any tests embedded in the zenserver (example: `zenserver test -tx=z$.*`)
| | * | | | | | | | | | 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
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented lockfile synchronization To be used instead of or in conjunction with existing events to coordinate launching and discovery of server instances
| * | | | | | | / 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thus they did not get the same settings as all other projects which made it easy to introduce warnings which would trigger in xmake builds Cleaned up some #include usage to use third-party include brackets
* | | | | | | | clang-formatStefan Boberg2021-10-232-7/+4
| | | | | | | |
* | | | | | | | compactcas: Changed CasDiskLocation implementation so it can store chunks > ↵Stefan Boberg2021-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4GB (max is now 1TB) The offset and size members are now five bytes each, which leaves two bytes which are intended to be used for content-type and flags but are currently unused Also added some unit tests for compactcas This change bumps the global storage schema in order to wipe any existing disk state
* | | | | | | | 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 ↵Stefan Boberg2021-10-212-72/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the first time and don't need to log about missing manifests
| * | | | | | | zenserver: don't try to delete the logs directory when wiping stateStefan Boberg2021-10-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also temporarily disabled scrubbing to work around startup sequencing problems
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref tracking is not fully functional anyway
* | | | | | | Merge from mainStefan Boberg2021-10-191-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-10-191-0/+2
| |\ \ \ \ \ \ \