aboutsummaryrefslogtreecommitdiff
path: root/zenutil/include
Commit message (Expand)AuthorAgeFilesLines
* Simplify HandleRpcGetCacheChunks (#53)mattpetersepic2022-02-091-1/+0
* Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)mattpetersepic2022-02-081-7/+0
* removed unnecessary <unordered_map> includeStefan Boberg2022-02-041-1/+0
* Cache policy support (#47)mattpetersepic2022-02-012-44/+105
* Rename Paylod to Value to match the client side. Rename PayloadId to ValueCon...mattpetersepic2022-01-271-3/+3
* Handle HTTP port collisions when initializing server (#40)zousar2022-01-271-4/+5
* Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)mattpetersepic2022-01-261-0/+4
* Cachepolicy (#36)mattpetersepic2022-01-251-36/+101
* Merged mainMartin Ridgers2021-11-151-0/+3
|\
| * Handle 'partial on error' cache policy.Per Larsson2021-11-151-0/+3
* | Merged mainMartin Ridgers2021-11-153-0/+198
|\|
| * Updated cache policy according to UE.Per Larsson2021-11-151-16/+60
| * Format fix.Per Larsson2021-11-121-1/+1
| * Fixed bug when cloning CbObject.Per Larsson2021-11-121-0/+1
| * Movec cache utility types to zenutil and fixed unit tests.Per Larsson2021-11-123-0/+153
* | NamedEvent is no longer an Event-type object.Martin Ridgers2021-11-111-2/+2
|/
* Lockfile implementation (#24)Stefan Boberg2021-10-271-5/+11
* Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-7/+7
* Added better handling for read-only modeStefan Boberg2021-09-171-0/+2
* clang-formatStefan Boberg2021-09-171-1/+1
* Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-171-0/+4
* Moved zenserverprocess into zenutil/zenserverprocess.hStefan Boberg2021-09-171-0/+0
* Exposed session id in ZenServerStateStefan Boberg2021-09-161-5/+7
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-161-1/+1
|\
| * Compact binary package caching support (#9)Per Larsson2021-09-161-1/+1
* | Changed how sponsor processes are managedStefan Boberg2021-09-161-2/+10
|/
* Changed logging implementationStefan Boberg2021-09-151-1/+1
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-1/+1
* Adding ZenServerInstance::GetBaseUri()Stefan Boberg2021-09-081-0/+3
* Extended ZenServerInstance life cycle managementStefan Boberg2021-08-091-2/+16
* Added ZenServerInstance::AttachToRunningServerStefan Boberg2021-08-091-6/+7
* Added ZenServerState implementation, used to track and enumerate live Zen ser...Stefan Boberg2021-08-091-0/+42
* Added support for defining test/non-test server environmentsStefan Boberg2021-08-061-10/+14
* Repurposing test utility code to enable server control via zenStefan Boberg2021-08-061-0/+56