| 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 | 3 | -19/+220 |
| | | |||||
| * | Const correct. | Per Larsson | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-09-17 | 35 | -93/+250 |
| |\ | |||||
| | * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 26 | -71/+147 |
| | | | |||||
| | * | Moved zenserverprocess into zenutil/zenserverprocess.h | Stefan Boberg | 2021-09-17 | 13 | -9/+55 |
| | | | |||||
| | * | Exposed session id in ZenServerState | Stefan Boberg | 2021-09-16 | 2 | -6/+26 |
| | | | |||||
| | * | clang-format | Stefan Boberg | 2021-09-16 | 3 | -7/+13 |
| | | | |||||
| | * | Added Oid::FromMemory() | Stefan Boberg | 2021-09-16 | 2 | -0/+9 |
| | | | |||||
| * | | Added helper function for iterating string tokens. | Per Larsson | 2021-09-17 | 2 | -0/+79 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-09-16 | 13 | -34/+359 |
| |\ | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-16 | 11 | -167/+701 |
| | |\ | |||||
| | * | | Changed how sponsor processes are managed | Stefan Boberg | 2021-09-16 | 4 | -25/+194 |
| | | | | | | | | | | | | | 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. | ||||
| | * | | Added stubs for scrub CLI command | Stefan Boberg | 2021-09-16 | 4 | -0/+46 |
| | | | | |||||
| | * | | Improved top/ps behaviour | Stefan Boberg | 2021-09-16 | 1 | -3/+7 |
| | | | | |||||
| | * | | Added ZEN_CONSOLE macro, which logs the output directly to console | Stefan Boberg | 2021-09-16 | 1 | -0/+7 |
| | | | | |||||
| | * | | Added ProcessMonitor class, which is used to monitor a number of sponsor ↵ | Stefan Boberg | 2021-09-16 | 2 | -1/+101 |
| | | | | | | | | | | | | | processes, to control Zen instance lifetime | ||||
| | * | | Minor CbPackage serialization tweaks | Stefan Boberg | 2021-09-16 | 1 | -5/+4 |
| | | | | |||||
| * | | | zcache - minor cleanup. | Per Larsson | 2021-09-16 | 1 | -28/+24 |
| | |/ |/| | |||||
| * | | Compact binary package caching support (#9) | Per Larsson | 2021-09-16 | 11 | -167/+701 |
| |/ | |||||
| * | clang-format fixes | Stefan Boberg | 2021-09-16 | 18 | -68/+74 |
| | | |||||
| * | Improved package serialization to allow round tripping | Stefan Boberg | 2021-09-16 | 7 | -23/+144 |
| | | |||||
| * | Pass on ZEN_NOT_IMPLEMENTED arguments into the resulting ZEN_ASSERT macro | Stefan Boberg | 2021-09-16 | 1 | -1/+1 |
| | | |||||
| * | 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 | 2 | -10/+22 |
| | | | | | builds?). Also added size verification to certain payloads | ||||
| * | Fixed misleading comment for `CbAttachment::AsCompositeBinary` | Stefan Boberg | 2021-09-16 | 1 | -1/+1 |
| | | |||||
| * | Removed unnecessary arguments from IoBuffer::MakeFromTemporaryFile since ↵ | Stefan Boberg | 2021-09-16 | 2 | -16/+3 |
| | | | | | they make no real sense | ||||
| * | Added some placeholder HttpClient functions to be fleshed out | Stefan Boberg | 2021-09-15 | 2 | -1/+20 |
| | | |||||
| * | Hooked up zenhttp to the test framework so tests actually run as part of ↵ | Stefan Boberg | 2021-09-15 | 7 | -4/+32 |
| | | | | | zenserver-test | ||||
| * | Adde reminder that the content type is embedded in the IoBuffer | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | |||||
| * | Added support for compressed binary MIME type conversion | Stefan Boberg | 2021-09-15 | 2 | -36/+67 |
| | | |||||
| * | Made ZenContentType enum members have fixed value (for persistence), and ↵ | Stefan Boberg | 2021-09-15 | 1 | -8/+10 |
| | | | | | added kCOUNT for iteration over the members | ||||
| * | Added session id generation and code to include it in HttpClient HTTP requests | Stefan Boberg | 2021-09-15 | 6 | -4/+50 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-15 | 2 | -0/+6 |
| |\ | |||||
| | * | Merge branch 'main' into cbpackage-update | Stefan Boberg | 2021-09-15 | 86 | -659/+1043 |
| | |\ | |||||
| | * | | Added GetSize/GetData functions to reduce cognitive load and bridge the gap ↵ | Stefan Boberg | 2021-09-15 | 2 | -0/+6 |
| | | | | | | | | | | | | | between UE-style accessors and c++ style accessors | ||||
| * | | | Added some more trace-level logging | Stefan Boberg | 2021-09-15 | 1 | -1/+7 |
| | | | | |||||
| * | | | Added more context to missing chunk exceptions | Stefan Boberg | 2021-09-15 | 1 | -3/+4 |
| | | | | |||||
| * | | | Added explicit logging initialization to main() of standalone executables, ↵ | Stefan Boberg | 2021-09-15 | 3 | -1/+7 |
| | | | | | | | | | | | | | to make things work with the new default logger shadowing changes | ||||
| * | | | Fixed logging.h so it doesn't leak `using namespace std::literals` declaration | Stefan Boberg | 2021-09-15 | 1 | -8/+41 |
| | | | | |||||
| * | | | Corrected logic error in ValidateCbPackageAttachment() | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Tweaked logging to streamline access, and simplified setup code for new loggers | Stefan Boberg | 2021-09-15 | 3 | -18/+31 |
| | | | |||||
| * | | Changed `std::exception` into `std::runtime_error` since `std::exception` ↵ | Stefan Boberg | 2021-09-15 | 9 | -20/+20 |
| | | | | | | | | | does not have a constructor which accepts a string argument in the standard (this appears to be an MSVC implementation thing) | ||||
| * | | Made logging macros always append `sv` string_view literal suffix | Stefan Boberg | 2021-09-15 | 3 | -19/+21 |
| | | | | | | | | | Fixed up the few instances of explicit string_view arguments to make sure they compile properly with the new macros | ||||
| * | | 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 | ||||
| * | | Fixed up invalid fmt formatting strings | Stefan Boberg | 2021-09-15 | 2 | -6/+6 |
| | | | |||||
| * | | Unused variable warning fix | Stefan Boberg | 2021-09-15 | 2 | -0/+3 |
| | | | |||||