| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Do not zombify child processes to more closely match Windows | Martin Ridgers | 2022-02-11 | 1 | -0/+15 | |
| | | | ||||||
| * | | POSIX states the shared memory paths should start with a slash | Martin Ridgers | 2022-02-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #52 from EpicGames/ValuePropagationFix | zousar | 2022-02-09 | 5 | -108/+242 | |
| |\ \ | | | | | | | Change Value propagation to Zen or Jupiter | |||||
| | * | | prepare_commit to fix formatting | zousar | 2022-02-09 | 3 | -51/+61 | |
| | | | | ||||||
| | * | | Change Value propagation to Zen or Jupiter | zousar | 2022-02-08 | 4 | -106/+230 | |
| | |/ | | | | | | | This change ensures we retain the right content type of kCompressedBinary when propagating values from Zen->UpstreamZen. This is done via an RPC that posts a CbPackage. Furthermore when propagating from Zen->Jupiter, it composes its own referencing CbObject for them instead of sending a octet content type and Jupiter defining the referencing CbObject. When fetching Values from Jupiter, this new composed CbObject is still interpreted correctly by Zen. | |||||
| * | | Simplify HandleRpcGetCacheChunks (#53) | mattpetersepic | 2022-02-09 | 4 | -271/+942 | |
| | | | | | | | Refactor HandleRpcGetCacheChunks to reduce complexity. Port CacheStore tests from Unreal. | |||||
| * | | Remove the backwards compatibility for the Zen CachePolicy changes no… (#49) | mattpetersepic | 2022-02-08 | 5 | -255/+46 | |
| | | | | | | | Remove the backwards compatibility for the Zen CachePolicy changes now that there has been enough time for all internal users of the old protocol to update. | |||||
| * | | Use a clean and detatched head instead of pulling a branch along | Martin Ridgers | 2022-02-08 | 1 | -2/+3 | |
| |/ | ||||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2022-02-07 | 4 | -425/+26 | |
| |\ | ||||||
| | * | Merging minor fixes to main | Stefan Boberg | 2022-02-07 | 4 | -425/+26 | |
| | |\ | ||||||
| | | * | Added log output to make it clearer which lock file is in use | Stefan Boberg | 2022-02-04 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | Changed some initializers to constinit to ensure compile time initialization | Stefan Boberg | 2022-02-04 | 1 | -8/+24 | |
| | | | | | | | | | | | | | Also changed ConvertToUpstream to not use so many ternary operators to improve debuggability | |||||
| | | * | removed unnecessary <unordered_map> include | Stefan Boberg | 2022-02-04 | 1 | -1/+0 | |
| | | | | ||||||
| | | * | Removed old http client test code | Stefan Boberg | 2022-02-04 | 1 | -416/+0 | |
| | | | | ||||||
| * | | | Format fix. | Per Larsson | 2022-02-07 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Refactored auth manager to use simplified encryption API. | Per Larsson | 2022-02-07 | 5 | -80/+102 | |
| | | | | ||||||
| * | | | Replaced crypto transform abstraction with a concrete API. | Per Larsson | 2022-02-07 | 2 | -167/+186 | |
| |/ / | ||||||
| * | | Missing override suffix compile fix | Martin Ridgers | 2022-02-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Disabled unused lambda-capture/local-variable warnings to lessen maintenance ↵ | Martin Ridgers | 2022-02-04 | 1 | -0/+2 | |
| | | | | | | | | | cost | |||||
| * | | Close connection if HTTP header parsing failed | Martin Ridgers | 2022-02-04 | 1 | -5/+4 | |
| | | | ||||||
| * | | Fixed bug adding endpoint with no URL. | Per Larsson | 2022-02-04 | 1 | -0/+1 | |
| | | | ||||||
| * | | Enable crypto on Linux. | Ubuntu | 2022-02-03 | 1 | -2/+0 | |
| | | | ||||||
| * | | Enable encryption on all platforms. | Per Larsson | 2022-02-03 | 3 | -20/+12 | |
| | | | ||||||
| * | | Minor cleanup of free functions. | Per Larsson | 2022-02-03 | 8 | -68/+75 | |
| | | | ||||||
| * | | Merge branch 'main' into auth | Per Larsson | 2022-02-03 | 2 | -1/+18 | |
| |\ \ | ||||||
| | * | | Fixed signed/unsigned comparison compile error | Martin Ridgers | 2022-02-03 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Merge pull request #48 from EpicGames/non-elevated-asio | zousar | 2022-02-02 | 1 | -0/+17 | |
| | |\ | | | | | | | Adjust buffer sizes and use SIO_LOOPBACK_FAST_PATH on Windows | |||||
| | | * | Add comment about loopback fast path as suggested in review. | zousar | 2022-02-02 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | Use SIO_LOOPBACK_FAST_PATH on Windows and increase buffer sizes | zousar | 2022-02-01 | 1 | -0/+13 | |
| | | | | ||||||
| | | * | Merge branch 'main' into non-elevated-asio | zousar | 2022-02-01 | 21 | -736/+2425 | |
| | | |\ | ||||||
| | | * \ | Merge branch 'main' into non-elevated-asio | zousar | 2022-01-27 | 6 | -113/+439 | |
| | | |\ \ | ||||||
| | | * \ \ | Merge branch 'main' into non-elevated-asio | zousar | 2022-01-26 | 2 | -43/+83 | |
| | | |\ \ \ | ||||||
| | | * | | | | Handle HTTP port collisions when initializing server | zousar | 2022-01-26 | 10 | -56/+103 | |
| | | | | | | | ||||||
| * | | | | | | Added encryption key/IV option in LUA. | Per Larsson | 2022-02-03 | 1 | -0/+6 | |
| | | | | | | | ||||||
| * | | | | | | Added AES encryption key/IV cli options. | Per Larsson | 2022-02-03 | 5 | -12/+54 | |
| | | | | | | | ||||||
| * | | | | | | Encrypt serialized auth state. | Per Larsson | 2022-02-03 | 3 | -8/+87 | |
| | | | | | | | ||||||
| * | | | | | | Overwrite existing refresh token. | Per Larsson | 2022-02-02 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merged main. | Per Larsson | 2022-02-02 | 37 | -740/+2228 | |
| |\| | | | | | ||||||
| | * | | | | | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-02-02 | 2 | -6/+29 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Update CODING.md | Stefan Boberg | 2022-02-02 | 1 | -3/+13 | |
| | | | | | | | | ||||||
| | | * | | | | | Update README.md | Stefan Boberg | 2022-02-02 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Update README.md | Stefan Boberg | 2022-02-02 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Update README.md | Stefan Boberg | 2022-02-02 | 1 | -1/+5 | |
| | | | | | | | | ||||||
| | | * | | | | | Update README.md | Stefan Boberg | 2022-02-02 | 1 | -1/+9 | |
| | | | | | | | | ||||||
| | | * | | | | | Update README.md | Stefan Boberg | 2022-02-02 | 1 | -2/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | Added some diagnostics to http.sys server to make it clear when we are ↵ | Stefan Boberg | 2022-02-02 | 1 | -0/+4 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | listening to localhost only | |||||
| | * | | | | | Some minor cleanup | Stefan Boberg | 2022-02-02 | 2 | -37/+21 | |
| | | | | | | | ||||||
| | * | | | | | Mash -> MeshTracker | Stefan Boberg | 2022-02-02 | 3 | -13/+19 | |
| | | | | | | | ||||||
| | * | | | | | Added --no-batch option to formatcode script | Stefan Boberg | 2022-02-02 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Intended as a workaround for cases when clang-format crashes, which often is "fixed" by only formatting a specific file | |||||
| | * | | | | | clang-format | Stefan Boberg | 2022-02-02 | 11 | -36/+37 | |
| | | | | | | | ||||||