| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged main | Martin Ridgers | 2021-11-15 | 1 | -0/+3 |
| |\ | |||||
| | * | Handle 'partial on error' cache policy. | Per Larsson | 2021-11-15 | 1 | -0/+3 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-15 | 3 | -0/+198 |
| |\| | |||||
| | * | Updated cache policy according to UE. | Per Larsson | 2021-11-15 | 1 | -16/+60 |
| | | | |||||
| | * | Format fix. | Per Larsson | 2021-11-12 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed bug when cloning CbObject. | Per Larsson | 2021-11-12 | 1 | -0/+1 |
| | | | |||||
| | * | Movec cache utility types to zenutil and fixed unit tests. | Per Larsson | 2021-11-12 | 3 | -0/+153 |
| | | | |||||
| * | | NamedEvent is no longer an Event-type object. | Martin Ridgers | 2021-11-11 | 1 | -2/+2 |
| |/ | | | | | | | Platforms other than Windows do not really have a named event-like primitive or ones that are close are fallible if a process hard-terminates. Separating from Event more clearly conveys the use of NamedEvent objects; to synchronise two processes. | ||||
| * | Lockfile implementation (#24) | Stefan Boberg | 2021-10-27 | 1 | -5/+11 |
| | | | | | | Implemented lockfile synchronization To be used instead of or in conjunction with existing events to coordinate launching and discovery of server instances | ||||
| * | Moved more code into zen namespace, for consistency | Stefan Boberg | 2021-09-20 | 1 | -7/+7 |
| | | | | | Also removed snapshot_manifest (remnants of vfs prototype) | ||||
| * | Added better handling for read-only mode | Stefan Boberg | 2021-09-17 | 1 | -0/+2 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 1 | -0/+4 |
| | | |||||
| * | Moved zenserverprocess into zenutil/zenserverprocess.h | Stefan Boberg | 2021-09-17 | 1 | -0/+0 |
| | | |||||
| * | Exposed session id in ZenServerState | Stefan Boberg | 2021-09-16 | 1 | -5/+7 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-16 | 1 | -1/+1 |
| |\ | |||||
| | * | Compact binary package caching support (#9) | Per Larsson | 2021-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | Changed how sponsor processes are managed | Stefan Boberg | 2021-09-16 | 1 | -2/+10 |
| |/ | | | | We can now monitor more than one process and if a new process is started on the same port we will hand over the owner pid to the process which is already executing before exiting. Note that this is only done if there is actually already an owner process in the instance list. | ||||
| * | Changed logging implementation | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | | | | | | * Code should no longer directly `#include spdlog/spdlog.h`, instead use `#include <zencore/logging.h>` * Instead of explicit calls to `spdlog::info(...)` and such please use the logging macros defined in `zencore/logging.h`. I.e `ZEN_INFO`, `ZEN_DEBUG`, `ZEN_TRACE`, `ZEN_ERROR`, `ZEN_CRITITCAL` * The macros will pick up the "most local" logger via a `Log()` call to retrieve a logger instance. To override the default logger in a class please implement your own `Log()` function | ||||
| * | Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ↵ | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | | | | easier to tweak implementation | ||||
| * | Adding ZenServerInstance::GetBaseUri() | Stefan Boberg | 2021-09-08 | 1 | -0/+3 |
| | | |||||
| * | Extended ZenServerInstance life cycle management | Stefan Boberg | 2021-08-09 | 1 | -2/+16 |
| | | |||||
| * | Added ZenServerInstance::AttachToRunningServer | Stefan Boberg | 2021-08-09 | 1 | -6/+7 |
| | | |||||
| * | Added ZenServerState implementation, used to track and enumerate live Zen ↵ | Stefan Boberg | 2021-08-09 | 1 | -0/+42 |
| | | | | | server instances | ||||
| * | Added support for defining test/non-test server environments | Stefan Boberg | 2021-08-06 | 1 | -10/+14 |
| | | |||||
| * | Repurposing test utility code to enable server control via zen | Stefan Boberg | 2021-08-06 | 1 | -0/+56 |