| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add feedback about failing checks in zcache.rpc.allpolicies | Matt Peters | 2022-02-22 | 1 | -37/+54 |
| | | |||||
| * | Added missing override specifier. | Per Larsson | 2022-02-22 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2022-02-22 | 1 | -1/+4 |
| |\ | |||||
| | * | Use sigaction() instead of the deprecated sigignore() | Martin Ridgers | 2022-02-22 | 1 | -1/+4 |
| | | | |||||
| * | | Fixed crashing websocket test. | Per Larsson | 2022-02-22 | 2 | -10/+9 |
| |/ | |||||
| * | Removed using enum statements. | Per Larsson | 2022-02-22 | 1 | -9/+5 |
| | | |||||
| * | Changed log level. | Per Larsson | 2022-02-21 | 1 | -1/+1 |
| | | |||||
| * | Stop I/O context when running websocket tests. | Per Larsson | 2022-02-21 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2022-02-21 | 1 | -0/+1 |
| |\ | |||||
| | * | Align what GCC and Clang allow for switch cases to what MSVC allows | Martin Ridgers | 2022-02-21 | 1 | -0/+1 |
| | | | |||||
| * | | Added unhandled switch in websocket client. | Per Larsson | 2022-02-21 | 1 | -0/+4 |
| |/ | |||||
| * | Added unhandled switch enumerations. | Per Larsson | 2022-02-21 | 1 | -0/+6 |
| | | |||||
| * | Added missing parens around sizeof. | Per Larsson | 2022-02-21 | 1 | -1/+1 |
| | | |||||
| * | Initial support for websockets. | Per Larsson | 2022-02-21 | 11 | -12/+2020 |
| |\ | |||||
| | * | Removed optional offset for GetView. | Per Larsson | 2022-02-21 | 2 | -14/+3 |
| | | | |||||
| | * | Added option to enable websockets. | Per Larsson | 2022-02-21 | 6 | -44/+75 |
| | | | |||||
| | * | Refactored websocket message. | Per Larsson | 2022-02-21 | 7 | -305/+523 |
| | | | |||||
| | * | Basic websocket service and test. | Per Larsson | 2022-02-18 | 6 | -65/+270 |
| | | | |||||
| | * | Web socket client is shared between I/O thead and client. | Per Larsson | 2022-02-18 | 2 | -112/+127 |
| | | | |||||
| | * | Route websocket message. | Per Larsson | 2022-02-18 | 2 | -152/+178 |
| | | | |||||
| | * | Simple websocket client/server test. | Per Larsson | 2022-02-18 | 6 | -334/+882 |
| | | | |||||
| | * | Renamed file. | Per Larsson | 2022-02-16 | 1 | -0/+0 |
| | | | |||||
| | * | Added websocket message parser. | Per Larsson | 2022-02-16 | 4 | -82/+284 |
| | | | |||||
| | * | Renamed asio web socket impl. | Per Larsson | 2022-02-15 | 1 | -0/+2 |
| | | | |||||
| | * | Refactored websocket server and added static logger support. | Per Larsson | 2022-02-15 | 3 | -471/+742 |
| | | | |||||
| | * | Initial websocket support. | Per Larsson | 2022-02-09 | 3 | -1/+502 |
| | | | |||||
| * | | If open(O_CREAT) is used then a file mode must be given | Martin Ridgers | 2022-02-21 | 5 | -10/+10 |
| | | | |||||
| * | | Linux compile fix | Martin Ridgers | 2022-02-21 | 1 | -2/+2 |
| | | | |||||
| * | | Explicitly set access permissions so we're not affected by process' umask | Martin Ridgers | 2022-02-21 | 6 | -13/+37 |
| | | | |||||
| * | | Allow all users and groups to read/write files (POSIX) | Martin Ridgers | 2022-02-21 | 1 | -1/+1 |
| | | | |||||
| * | | Marked a few file descriptors to be closed on execute (POSIX) | Martin Ridgers | 2022-02-21 | 5 | -8/+8 |
| | | | |||||
| * | | Value propagation fix - Read/Write ValueAPI as CompressedBinary type when ↵ | mattpetersepic | 2022-02-18 | 4 | -39/+92 |
| | | | | | | | | | | | | | writing to zen and horde upstreams. Return failure from HandleGetCacheRecord if the requested type does not match the cachetype. (#55) * Fix bug with getting values PUT to Jupiter as CompressedBinary. When getting CompressedBinary records from Jupiter, they are expected to now be a record with a reference to the compact binary. This has to be accounted for when performing upstream GETs. * HandleGetCacheRecord: avoid crashing on invalid type, and avoid sending back data that doesn't match the AcceptType. | ||||
| * | | remote_build: allow path .zips are copied to to be overriden | Martin Ridgers | 2022-02-16 | 1 | -1/+2 |
| | | | |||||
| * | | Write access for all users to named event files on POSIX | Martin Ridgers | 2022-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | Allow all users to access the backing file for named mutexs | Martin Ridgers | 2022-02-14 | 1 | -2/+2 |
| | | | |||||
| * | | Fix typo 'application/x-ue-cb-cbpkg' -> 'application/x-ue-cbpkg' | Matt Peters | 2022-02-11 | 1 | -1/+1 |
| | | | |||||
| * | | remote_build: allow clone/fetch from external git daemons | Martin Ridgers | 2022-02-11 | 1 | -22/+31 |
| | | | |||||
| * | | remote_build: better handling of git-daemon processes | Martin Ridgers | 2022-02-11 | 1 | -17/+7 |
| | | | |||||
| * | | remote_build: build by commit instead of a remote/branch ref | Martin Ridgers | 2022-02-11 | 1 | -3/+6 |
| | | | |||||
| * | | Fixed GCC non-conformant errors regarding "KeyData* KeyData;" | Martin Ridgers | 2022-02-11 | 1 | -7/+7 |
| | | | |||||
| * | | Fixed "Record* Record;" non-conformant compile errors from GCC | Martin Ridgers | 2022-02-11 | 2 | -13/+13 |
| | | | |||||
| * | | Fixed "UserData* UserData" non-conformancy errors from GCC | Martin Ridgers | 2022-02-11 | 1 | -12/+12 |
| | | | |||||
| * | | 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 |
| |/ | |||||