| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added cache policy tests for CbPackage. | Per Larsson | 2021-09-17 | 1 | -3/+169 |
| | | |||||
| * | Added test for store local/remote cache policy. | Per Larsson | 2021-09-17 | 1 | -0/+35 |
| | | |||||
| * | Initial support for cache policies. | Per Larsson | 2021-09-17 | 1 | -2/+81 |
| | | |||||
| * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 1 | -3/+6 |
| | | |||||
| * | Moved zenserverprocess into zenutil/zenserverprocess.h | Stefan Boberg | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-16 | 1 | -1/+219 |
| |\ | |||||
| | * | Compact binary package caching support (#9) | Per Larsson | 2021-09-16 | 1 | -1/+219 |
| | | | |||||
| * | | Changed how sponsor processes are managed | Stefan Boberg | 2021-09-16 | 1 | -0/+62 |
| |/ | | | | 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. | ||||
| * | Improved package serialization to allow round tripping | Stefan Boberg | 2021-09-16 | 1 | -1/+6 |
| | | |||||
| * | Fixed some unreferenced variable warnings (why don't we get these in sln ↵ | Stefan Boberg | 2021-09-16 | 1 | -0/+2 |
| | | | | | builds?). Also added size verification to certain payloads | ||||
| * | Hooked up zenhttp to the test framework so tests actually run as part of ↵ | Stefan Boberg | 2021-09-15 | 1 | -0/+2 |
| | | | | | zenserver-test | ||||
| * | Added explicit logging initialization to main() of standalone executables, ↵ | Stefan Boberg | 2021-09-15 | 1 | -0/+2 |
| | | | | | to make things work with the new default logger shadowing changes | ||||
| * | Changed logging implementation | Stefan Boberg | 2021-09-15 | 1 | -39/+30 |
| | | | | | | | * 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 | -2/+1 |
| | | | | | easier to tweak implementation | ||||
| * | Added client implementation of CbPackage filter/transact | Stefan Boberg | 2021-09-13 | 1 | -2/+2 |
| | | |||||
| * | Package filtering related test code | Stefan Boberg | 2021-09-13 | 1 | -5/+26 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-09-09 | 1 | -6/+2 |
| | | |||||
| * | Basic http tests, needs a lot more tests to exercise more functionality | Stefan Boberg | 2021-09-08 | 1 | -0/+93 |
| | | |||||
| * | clang-format fixes | Stefan Boberg | 2021-09-06 | 1 | -2/+6 |
| | | |||||
| * | Marked up unused parameters to squelch warnings | Stefan Boberg | 2021-09-05 | 1 | -1/+4 |
| | | |||||
| * | IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code | Stefan Boberg | 2021-09-02 | 1 | -5/+5 |
| | | |||||
| * | Remove trace.cpp/h and all traces of usage | Stefan Boberg | 2021-08-24 | 1 | -1/+0 |
| | | |||||
| * | Added support for defining test/non-test server environments | Stefan Boberg | 2021-08-06 | 1 | -2/+2 |
| | | |||||
| * | Repurposing test utility code to enable server control via zen | Stefan Boberg | 2021-08-06 | 1 | -1/+1 |
| | | |||||
| * | Made some changes to how mesh config works | Stefan Boberg | 2021-06-21 | 1 | -0/+28 |
| | | |||||
| * | clang-format only | Stefan Boberg | 2021-06-20 | 1 | -6/+2 |
| | | |||||
| * | Improved some logging in test harness, added launcher test | Stefan Boberg | 2021-06-18 | 1 | -1/+174 |
| | | |||||
| * | Validate that structured cache bucket identifiers are alphanumeric | Stefan Boberg | 2021-06-17 | 1 | -2/+23 |
| | | |||||
| * | Fixed up project.basic test to account for changes made to the project store ↵ | Stefan Boberg | 2021-05-26 | 1 | -8/+2 |
| | | | | | interface | ||||
| * | Structured cache changes | Stefan Boberg | 2021-05-22 | 1 | -21/+48 |
| | | | | | | - Changed cachestore to use BasicFile and TCasLog instead of local variants - Added structured cache persistence tests | ||||
| * | Partial refactoring of structured cache implementation - WIP | Stefan Boberg | 2021-05-21 | 1 | -0/+46 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+1092 |