| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update README.md | Stefan Boberg | 2022-02-02 | 1 | -2/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | Revised TODO | Stefan Boberg | 2022-02-02 | 1 | -43/+14 |
| | | |||||
| * | CacheRecordPolicy: Fix inverted PolicyMask expression that caused parsing ↵ | Matt Peters | 2022-02-01 | 1 | -2/+2 |
| | | | | | ValuePolicies to fail. | ||||
| * | Cache policy support (#47) | mattpetersepic | 2022-02-01 | 9 | -603/+1514 |
| | | | | | | | | | Add HandleRpc methods for the remaining ICacheStore requests from unreal: PutCacheValues/GetCacheValues. We now have batched versions for PutCacheRecords,GetCacheRecords,PutCacheValues,GetCacheValues,GetCacheChunks. Add support for CachePolicy flags to all of these batched methods. * Add Batched PutCacheValues/GetCacheValues. Rename old GetCacheValues to GetCacheChunks. * HandleRpcGetCacheRecords: Receive a CacheRecordPolicy with each key, and skipdata on attachments we already have. * Changes to CachePolicy copied from Release-5.0 depot. Change serialization to use the key BasePolicy instead of DefaultValuePolicy. * GetChunks: Read CacheRecords from remote if necessary to find ContentId. Implement QueryLocal, StoreLocal, and SkipData. | ||||
| * | Tweaked remote_build.py TTY output | Martin Ridgers | 2022-02-01 | 1 | -2/+2 |
| | | |||||
| * | Partial remote host validation for remote_build.py | Martin Ridgers | 2022-02-01 | 1 | -7/+20 |
| | | |||||
| * | Validate remote_build.py key file for required tailing EOL | Martin Ridgers | 2022-02-01 | 1 | -7/+14 |
| | | |||||
| * | Disable remote_build.py's ANSI codes if the terminal doesn't support them | Martin Ridgers | 2022-02-01 | 1 | -2/+15 |
| | | |||||
| * | Script for building a branch over SSH | Martin Ridgers | 2022-02-01 | 1 | -0/+237 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2022-01-31 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed "int-into-bool-context" error that has mysteriously appeared | Martin Ridgers | 2022-01-31 | 1 | -1/+1 |
| | | | |||||
| * | | Initial support for symmetric encryption/decryption using OpenSSL. | Per Larsson | 2022-01-31 | 3 | -0/+287 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-01-30 | 22 | -388/+1007 |
| |\ | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-01-28 | 23 | -386/+1007 |
| | |\ | |||||
| | | * | 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 | ||||
| | * | | Structured cache PUTs now preserve content type for binary and compressed binary | Stefan Boberg | 2022-01-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Added generate_projects.bat helper | Stefan Boberg | 2022-01-30 | 1 | -0/+1 |
| | | | | |||||
| * | | | TraceInit can now be initialized with "None" tracing mode | Stefan Boberg | 2022-01-30 | 4 | -2/+16 |
| | |/ |/| | |||||
| * | | 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) | ||||
| * | 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 |
| | | |||||