| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'main' into streamapistreamapi | Per Larsson | 2022-03-19 | 0 | -0/+0 |
| |\ | |||||
| | * | Added websocket stream request/response handling. | Per Larsson | 2022-03-19 | 2 | -33/+134 |
| | | | |||||
| * | | Merge branch 'main' into streamapi | Per Larsson | 2022-03-19 | 28 | -374/+1212 |
| |\| | |||||
| | * | Suppress C4305 in third party includes | Joe Kirchoff | 2022-03-17 | 1 | -4/+5 |
| | | | |||||
| | * | Fix so ZenServer compiles when ZEN_WITH_COMPUTE_SERVICES is disabled | Dan Engelbrecht | 2022-03-17 | 1 | -0/+4 |
| | | | |||||
| | * | Update horde compute to use Jupiter for storage (#60) | Joe Kirchoff | 2022-03-17 | 9 | -150/+430 |
| | | | |||||
| | * | Introduced basic validation of the clang-format version | Stefan Boberg | 2022-03-17 | 1 | -1/+18 |
| | | | | | | | | | This is a very primitive implementation, which could probably be improved. We should also raise an error if clang-format is not found | ||||
| | * | Some more updates to .clang-format to remove redundant settings | Stefan Boberg | 2022-03-17 | 1 | -33/+0 |
| | | | |||||
| | * | FIxed up .clang-format setting for enums | Stefan Boberg | 2022-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | clang-format 12.0.0 which we used previously did not respect the AfterEnum setting, which lead to reformatting when using more recent builds. This change updates the setting to match the old behaviour | ||||
| | * | Bump xmake install instructions to 2.6.4 | Dan Engelbrecht | 2022-03-16 | 1 | -2/+2 |
| | | | | | | | 2.6.2 can't run the current build script, 2.6.4 is required. | ||||
| | * | Merge branch 'dashboard-zipfs' | Martin Ridgers | 2022-03-16 | 11 | -161/+655 |
| | |\ | |||||
| | | * | Fixed typo | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | Zip up the frontend content and append to executable when bundling | Martin Ridgers | 2022-03-15 | 1 | -12/+81 |
| | | | | |||||
| | | * | Allow nil arguments when bundle.lua launches processes | Martin Ridgers | 2022-03-15 | 1 | -2/+9 |
| | | | | |||||
| | | * | Serve the /dashboard endpoint from an embedded .zip file | Martin Ridgers | 2022-03-15 | 3 | -86/+148 |
| | | | | |||||
| | | * | Implemented zip file locating for fat Mach-o binaries | Martin Ridgers | 2022-03-15 | 1 | -1/+33 |
| | | | | |||||
| | | * | Function to find .zip appended to a IoBuffer-wrapped executable file | Martin Ridgers | 2022-03-15 | 1 | -0/+97 |
| | | | | |||||
| | | * | Added some new mime types; javascript, css, png and ico | Martin Ridgers | 2022-03-15 | 2 | -0/+33 |
| | | | | |||||
| | | * | ZipFs class providing a rudimentary in-memory/memory-mapped file system | Martin Ridgers | 2022-03-15 | 2 | -0/+194 |
| | | | | |||||
| | | * | Marked IoBuffer::operator bool () method as explicit | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | Set a default value for "Size" parameter of IoBuffer(OuterBuffer, ...) | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | Moved experimental/frontend.* to frontend/frontend.* | Martin Ridgers | 2022-03-15 | 3 | -1/+1 |
| | | | | |||||
| | * | | Corrected linux install | Dan Engelbrecht | 2022-03-16 | 1 | -1/+1 |
| | |/ | | | | | Use same version for both download and install of xmake | ||||
| | * | clang format | Dan Engelbrecht | 2022-03-09 | 2 | -9/+9 |
| | | | |||||
| | * | Remove constexpr in NoneBytes declaration in tests | Dan Engelbrecht | 2022-03-09 | 1 | -4/+4 |
| | | | | | | | | | Visual Studio 17.1.1 has a regression causing compilation errors | ||||
| | * | Fixed unsigned comparison warning | Stefan Boberg | 2022-03-08 | 1 | -2/+2 |
| | | | |||||
| | * | clang-format fixes | Stefan Boberg | 2022-03-08 | 2 | -5/+5 |
| | | | |||||
| | * | fixed sentry initialization, added sentry logging support | Stefan Boberg | 2022-03-07 | 1 | -4/+60 |
| | | | | | | | | | the initialization code was refactored at one point to add a NoSentry option, but unfortunately this had a bug which caused sentry to immediately get cleaned up before leaving the if scope | ||||
| | * | Fixed "taking address of constant" compile error | Martin Ridgers | 2022-03-03 | 1 | -2/+2 |
| | | | |||||
| | * | xmake's del_files() has been deprecated | Martin Ridgers | 2022-03-02 | 1 | -1/+1 |
| | | | |||||
| | * | remote_build: convert given key file to Unix line endings | Martin Ridgers | 2022-02-23 | 1 | -5/+7 |
| | | | |||||
| | * | Added a summary about Linux's zenserver AppImage bundle | Martin Ridgers | 2022-02-23 | 1 | -0/+17 |
| | | | |||||
| * | | Minor cleanup. | Per Larsson | 2022-03-15 | 1 | -3/+3 |
| | | | |||||
| * | | Stream response in batches. | Per Larsson | 2022-03-15 | 1 | -165/+229 |
| | | | |||||
| * | | Combine last stream response with stream complete message. | Per Larsson | 2022-03-11 | 3 | -105/+119 |
| | | | |||||
| * | | Added streaming version of GetCacheChunks. | Per Larsson | 2022-03-08 | 3 | -17/+137 |
| | | | |||||
| * | | Added streaming version of GetCacheRecords. | Per Larsson | 2022-03-08 | 3 | -0/+236 |
| | | | |||||
| * | | Initial attempt of a streaming websocket API. | Per Larsson | 2022-02-25 | 5 | -35/+281 |
| |/ | |||||
| * | Use AppImage when bundling for Linux to avoid unmet GCC-11 dependencies | Martin Ridgers | 2022-02-22 | 2 | -1/+40 |
| | | |||||
| * | zenserver-test zcache.rpc.allpolicies: Fix incorrect ValueId in ↵ | Matt Peters | 2022-02-22 | 1 | -1/+1 |
| | | | | | GetCacheChunks request. | ||||
| * | zenserver-test zcache.rpc.allpolicies: Fix uninitialized Oid. | Matt Peters | 2022-02-22 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| |\ | |||||