| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Parital completed cloud cache token provider interface. | Per Larsson | 2022-02-01 | 7 | -273/+197 |
| | | |||||
| * | Merged main. | Per Larsson | 2022-01-28 | 36 | -835/+1701 |
| |\ | |||||
| | * | Compile fix | Martin Ridgers | 2022-01-28 | 1 | -1/+0 |
| | | | |||||
| | * | Rename Paylod to Value to match the client side: missing file from previous ↵ | Matt Peters | 2022-01-27 | 1 | -1/+1 |
| | | | | | | | | | commit. | ||||
| | * | Rename Paylod to Value to match the client side. Rename PayloadId to ↵ | mattpetersepic | 2022-01-27 | 7 | -128/+134 |
| | | | | | | | | | ValueContentId where its a hash instead of an oid. | ||||
| | * | Add batched CacheRecord put rpc (#38) | mattpetersepic | 2022-01-27 | 3 | -47/+248 |
| | | | | | | | * Add batched CacheRecord put rpc | ||||
| | * | Fixed ZenServerEntry::*ListenPort compile errors | Martin Ridgers | 2022-01-27 | 1 | -2/+2 |
| | | | |||||
| | * | Added session info and partial logging to standalone Trace | Martin Ridgers | 2022-01-27 | 1 | -48/+295 |
| | | | |||||
| | * | Handle HTTP port collisions when initializing server (#40) | zousar | 2022-01-27 | 10 | -56/+103 |
| | | | |||||
| | * | Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41) | mattpetersepic | 2022-01-26 | 4 | -63/+142 |
| | | | | | | | * Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords. | ||||
| | * | Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests (#39) | mattpetersepic | 2022-01-26 | 2 | -43/+83 |
| | | | | | | | * Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests | ||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-01-26 | 2 | -12/+6 |
| | |\ | |||||
| | | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-01-26 | 6 | -17/+36 |
| | | |\ | |||||
| | | * | | Super temporary sentry symbol upload script to help jog my memory whenever I ↵ | Stefan Boberg | 2022-01-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | need to update symbols for a submitted binary | ||||
| | | * | | Changed deployment scripts to always use xmake | Stefan Boberg | 2022-01-26 | 1 | -12/+3 |
| | | | | | |||||
| | * | | | Added some more exclusions for vs-chromium | Stefan Boberg | 2022-01-26 | 1 | -0/+2 |
| | | |/ | |/| | |||||
| | * | | Fixed issue with missing endpoint name when configuring upstream cache from Lua. | Per Larsson | 2022-01-26 | 4 | -18/+33 |
| | | | | |||||
| | * | | Temporary fix for ZEN_ASSERT(!Options.Name.empty()) failing when running as ↵ | Matt Peters | 2022-01-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | a service. | ||||
| | * | | Unused Delimiter string_view wouldn't compile POISX platforms | Martin Ridgers | 2022-01-25 | 1 | -1/+0 |
| | | | | |||||
| | * | | Fixed missing template decorator on RefPtr friend class | Martin Ridgers | 2022-01-25 | 1 | -0/+1 |
| | |/ | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-01-25 | 13 | -505/+667 |
| | |\ | |||||
| | | * | Cachepolicy (#36) | mattpetersepic | 2022-01-25 | 9 | -499/+643 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy CachePolicy implementation from UE5/Release-5.0. Add backwards compatability for clients and upstreams that are using the old protocol. * Add RefPtr templated move operator and constructor, so that RefPtr<const Foo*> A = std::move(RefPtr<Foo*>()) will do a move. * Fix broken CachePolicy tests and add tests for new Save/Load. * Remove TODO comments * CachePolicy Save/Load Fixes from codereview * Fix comment to match code change. * Remove backwards compatibility for CachePolicy change. Convert policy string tokens to PascalCase. Fix tests for new policy text. Change ParseCachePolicy to assert string is non-empty and always succeed. * Fix release build: use ZEN_WITH_TESTS define | ||||
| | | * | Fixed unexpected abort() call when joining an unjoinable thread | Martin Ridgers | 2022-01-25 | 1 | -1/+4 |
| | | | | |||||
| | | * | Mac compile fix | Martin Ridgers | 2022-01-25 | 1 | -1/+1 |
| | | | | |||||
| | | * | Command line paths containing whitespace were getting truncated | Martin Ridgers | 2022-01-25 | 1 | -4/+18 |
| | | | | |||||
| | | * | Added generateprojects.bat | Stefan Boberg | 2022-01-24 | 1 | -0/+1 |
| | | | | |||||
| | * | | Implemented support for storing compressed buffers as values in structured ↵ | Stefan Boberg | 2022-01-25 | 2 | -4/+14 |
| | |/ | | | | | | | cache store | ||||
| | * | prepare_commit: Add filter for filenames. Print full path from root in the ↵ | mattpetersepic | 2022-01-24 | 2 | -12/+74 |
| | | | | | | | | | display. (#37) | ||||
| * | | Get access token from auth mgr. | Per Larsson | 2022-01-28 | 7 | -11/+41 |
| | | | |||||
| * | | Extended auth mgr to restore OpenID provider(s) and token(s). | Per Larsson | 2022-01-28 | 4 | -16/+382 |
| | | | |||||
| * | | Add OpenID auth to auth mgr. | Per Larsson | 2022-01-26 | 3 | -9/+80 |
| | | | |||||
| * | | Added auth manager with support for OIDC providers. | Per Larsson | 2022-01-25 | 6 | -4/+155 |
| |/ | |||||
| * | Fixed missing object in project oplog response. | Per Larsson | 2022-01-24 | 1 | -1/+5 |
| | | |||||
| * | Refactored upstream cache to better handle different states in prep for ↵ | Per Larsson | 2022-01-24 | 14 | -439/+804 |
| | | | | | dynamic auth tokens. | ||||
| * | Format fix. | Per Larsson | 2022-01-22 | 24 | -107/+127 |
| | | |||||
| * | Use ExtendablePathBuilders | zousar | 2022-01-21 | 1 | -3/+3 |
| | | | | | Remove uses of non-extendable path builders to avoid limitations around path length outside of the low level file access layer. | ||||
| * | Fixed missing object in cache bucket manifest. | Per Larsson | 2022-01-21 | 1 | -1/+5 |
| | | |||||
| * | Fixed CacheRecordPolicy::Save | Devin Doucette | 2022-01-20 | 1 | -0/+2 |
| | | |||||
| * | Set a minimum Mac OS version that UE uses | Martin Ridgers | 2022-01-20 | 1 | -2/+2 |
| | | |||||
| * | Moved bundle.lua to scripts/bundle.lua to keep root clean | Martin Ridgers | 2022-01-20 | 2 | -1/+1 |
| | | |||||
| * | An implementation of 'xmake bundle' for Linux | Martin Ridgers | 2022-01-20 | 1 | -0/+23 |
| | | |||||
| * | Fixed incorrect zip file path | Martin Ridgers | 2022-01-20 | 1 | -1/+1 |
| | | |||||
| * | Raise an error if a given vcpkg tool is not found | Martin Ridgers | 2022-01-20 | 1 | -0/+4 |
| | | |||||
| * | 'xmake bundle' for Mac | Martin Ridgers | 2022-01-20 | 1 | -0/+33 |
| | | |||||
| * | Answer Yes to everything xmake wants to do when bundling | Martin Ridgers | 2022-01-20 | 1 | -2/+3 |
| | | |||||
| * | Xmake should be run before checking for sentry-native output | Martin Ridgers | 2022-01-20 | 1 | -2/+2 |
| | | |||||
| * | Use os.tryrm instead of os.rm so failed deletes don't abort | Martin Ridgers | 2022-01-20 | 1 | -1/+1 |
| | | |||||
| * | Added support for using info-zip with 'xmake bundle' | Martin Ridgers | 2022-01-20 | 1 | -0/+10 |
| | | |||||
| * | Refactored 'xmake bundle' so steps can be reused on other platforms | Martin Ridgers | 2022-01-20 | 1 | -57/+82 |
| | | |||||
| * | Tidied bundle task's description as it will support all platforms | Martin Ridgers | 2022-01-20 | 1 | -1/+1 |
| | | |||||