| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added more scrub stubs in higher level services | Stefan Boberg | 2021-09-20 | 7 | -4/+72 | |
| | | ||||||
| * | Made use of mimalloc controlled by define | Stefan Boberg | 2021-09-20 | 1 | -2/+8 | |
| | | | | | | | | When ZEN_USE_MIMALLOC is set to 0, mimalloc will not be used. This is useful to diagnose issues with gflags and other generic analysis tools which expect malloc/free to be used for memory management | |||||
| * | Corrected some issues in the HttpProjectService comments to eliminate some ↵ | Stefan Boberg | 2021-09-20 | 1 | -4/+4 | |
| | | | | | potential confusion around namespaces | |||||
| * | clang-format | Stefan Boberg | 2021-09-20 | 2 | -31/+27 | |
| | | ||||||
| * | Resolved merge from main | Stefan Boberg | 2021-09-20 | 1 | -21/+37 | |
| |\ | ||||||
| | * | Respect skip attachments when retrieved from upstream cache. | Per Larsson | 2021-09-20 | 1 | -0/+12 | |
| | | | ||||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-09-20 | 2 | -4/+7 | |
| | |\ | ||||||
| | * | | Added support for skipping package attachments. | Per Larsson | 2021-09-20 | 1 | -21/+25 | |
| | | | | ||||||
| * | | | Moved more code into zen namespace, for consistency | Stefan Boberg | 2021-09-20 | 11 | -176/+184 | |
| | |/ |/| | | | | | Also removed snapshot_manifest (remnants of vfs prototype) | |||||
| * | | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-20 | 3 | -2/+12 | |
| |\| | ||||||
| | * | Try authenticate with Jupiter instance when initializing upstream cache. | Per Larsson | 2021-09-20 | 3 | -2/+12 | |
| | | | ||||||
| * | | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 2 | -4/+7 | |
| |/ | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-09-20 | 10 | -25/+777 | |
| |\ | ||||||
| | * | clang-format again | Stefan Boberg | 2021-09-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | Eliminated some redundant logger configuration | Stefan Boberg | 2021-09-17 | 1 | -2/+0 | |
| | | | ||||||
| | * | Changed file logging to use a rotating log strategy | Stefan Boberg | 2021-09-17 | 1 | -1/+18 | |
| | | | ||||||
| | * | zenserver can now run as a Windows service. We'll still need to improve how ↵ | Stefan Boberg | 2021-09-17 | 3 | -166/+180 | |
| | | | | | | | | | data files are found as the current defaults are relative to the user directory which ends up being in the Windows folder when running as the local system user | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-17 | 7 | -38/+209 | |
| | |\ | ||||||
| | * | | Implemented basics for Windows server support (not yet 100% - needs to ↵ | Stefan Boberg | 2021-09-17 | 8 | -9/+722 | |
| | | | | | | | | | | | | | properly report service state etc to the OS) | |||||
| | * | | Removed WindowsException from public headers | Stefan Boberg | 2021-09-17 | 1 | -5/+5 | |
| | | | | ||||||
| | * | | clang-format | Stefan Boberg | 2021-09-17 | 1 | -1/+11 | |
| | | | | ||||||
| * | | | Probe upstream Zen server when initializing upstream cache. | Per Larsson | 2021-09-20 | 3 | -2/+28 | |
| | |/ |/| | ||||||
| * | | Added upstream cache policy command line option ↵ | Per Larsson | 2021-09-17 | 5 | -23/+72 | |
| | | | | | | | | | (read|write,readonly,writeonly,disabled). | |||||
| * | | Initial support for cache policies. | Per Larsson | 2021-09-17 | 2 | -17/+139 | |
| |/ | ||||||
| * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 1 | -0/+6 | |
| | | ||||||
| * | Moved zenserverprocess into zenutil/zenserverprocess.h | Stefan Boberg | 2021-09-17 | 2 | -1/+7 | |
| | | ||||||
| * | clang-format | Stefan Boberg | 2021-09-16 | 1 | -3/+9 | |
| | | ||||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-09-16 | 1 | -21/+66 | |
| |\ | ||||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-16 | 6 | -152/+455 | |
| | |\ | ||||||
| | * | | Changed how sponsor processes are managed | Stefan Boberg | 2021-09-16 | 1 | -21/+66 | |
| | | | | | | | | | | | | | 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. | |||||
| * | | | zcache - minor cleanup. | Per Larsson | 2021-09-16 | 1 | -28/+24 | |
| | |/ |/| | ||||||
| * | | Compact binary package caching support (#9) | Per Larsson | 2021-09-16 | 6 | -152/+455 | |
| |/ | ||||||
| * | Fixed logging in structured cache (did not end up getting routed right) | Stefan Boberg | 2021-09-16 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed marshaling of outputs including sanity checks, logging | Stefan Boberg | 2021-09-16 | 2 | -2/+21 | |
| | | ||||||
| * | Fixed up mesh logging | Stefan Boberg | 2021-09-16 | 2 | -6/+11 | |
| | | ||||||
| * | Fixed some unreferenced variable warnings (why don't we get these in sln ↵ | Stefan Boberg | 2021-09-16 | 1 | -10/+20 | |
| | | | | | builds?). Also added size verification to certain payloads | |||||
| * | Added more context to missing chunk exceptions | Stefan Boberg | 2021-09-15 | 1 | -3/+4 | |
| | | ||||||
| * | Tweaked logging to streamline access, and simplified setup code for new loggers | Stefan Boberg | 2021-09-15 | 1 | -6/+9 | |
| | | ||||||
| * | Changed `std::exception` into `std::runtime_error` since `std::exception` ↵ | Stefan Boberg | 2021-09-15 | 5 | -9/+9 | |
| | | | | | does not have a constructor which accepts a string argument in the standard (this appears to be an MSVC implementation thing) | |||||
| * | Switched some Jupiter logging to not use `_format` - this is handled by the ↵ | Stefan Boberg | 2021-09-15 | 1 | -1/+1 | |
| | | | | | logging anyway so can just pass in the format string and args | |||||
| * | Changed logging implementation | Stefan Boberg | 2021-09-15 | 19 | -218/+226 | |
| | | | | | | | * 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 | 15 | -22/+20 | |
| | | | | | easier to tweak implementation | |||||
| * | Changed so more loggers go via the zen::loggers interface | Stefan Boberg | 2021-09-15 | 10 | -104/+32 | |
| | | ||||||
| * | Added options for indicating a server is running in "dedicated" mode | Stefan Boberg | 2021-09-15 | 3 | -8/+13 | |
| | | | | | I.e running on a host to serve *remote* clients | |||||
| * | Updated function service to new package management API | Stefan Boberg | 2021-09-14 | 1 | -21/+29 | |
| | | ||||||
| * | oplog: added handling of new attachment types | Stefan Boberg | 2021-09-14 | 1 | -3/+28 | |
| | | ||||||
| * | Implemented intended package streaming API flow (but currently it "streams" ↵ | Stefan Boberg | 2021-09-13 | 1 | -4/+3 | |
| | | | | | from memory) | |||||
| * | Added client implementation of CbPackage filter/transact | Stefan Boberg | 2021-09-13 | 1 | -0/+10 | |
| | | ||||||
| * | Changed interface for httpServerRequest::SessionId()/RequestId() so they ↵ | Stefan Boberg | 2021-09-13 | 2 | -16/+39 | |
| | | | | | | | | | | | | | | | share storage and lazy eval logic They now call into ParseSessionId()/ParseRequestId() when required Eliminates redundant logic in derived implementations Also moved package transport code into httpshared.(cpp|h) for easier sharing with client code Added some I/O error reporting in http.sys related code Changed IHttpPackageHandler interface to support partially updated handling flow | |||||
| * | Package filtering related test code | Stefan Boberg | 2021-09-13 | 2 | -2/+57 | |
| | | ||||||