aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added header data.asioPer Larsson2022-03-281-0/+79
* Initial attempt of merging asio http and websockets.Per Larsson2022-03-203-0/+821
* Added websocket stream request/response handling.Per Larsson2022-03-192-33/+134
* Suppress C4305 in third party includesJoe Kirchoff2022-03-171-4/+5
* Fix so ZenServer compiles when ZEN_WITH_COMPUTE_SERVICES is disabledDan Engelbrecht2022-03-171-0/+4
* Update horde compute to use Jupiter for storage (#60)Joe Kirchoff2022-03-179-150/+430
* Introduced basic validation of the clang-format versionStefan Boberg2022-03-171-1/+18
* Some more updates to .clang-format to remove redundant settingsStefan Boberg2022-03-171-33/+0
* FIxed up .clang-format setting for enumsStefan Boberg2022-03-171-1/+1
* Bump xmake install instructions to 2.6.4Dan Engelbrecht2022-03-161-2/+2
* Merge branch 'dashboard-zipfs'Martin Ridgers2022-03-1611-161/+655
|\
| * Fixed typoMartin Ridgers2022-03-151-1/+1
| * Zip up the frontend content and append to executable when bundlingMartin Ridgers2022-03-151-12/+81
| * Allow nil arguments when bundle.lua launches processesMartin Ridgers2022-03-151-2/+9
| * Serve the /dashboard endpoint from an embedded .zip fileMartin Ridgers2022-03-153-86/+148
| * Implemented zip file locating for fat Mach-o binariesMartin Ridgers2022-03-151-1/+33
| * Function to find .zip appended to a IoBuffer-wrapped executable fileMartin Ridgers2022-03-151-0/+97
| * Added some new mime types; javascript, css, png and icoMartin Ridgers2022-03-152-0/+33
| * ZipFs class providing a rudimentary in-memory/memory-mapped file systemMartin Ridgers2022-03-152-0/+194
| * Marked IoBuffer::operator bool () method as explicitMartin Ridgers2022-03-151-1/+1
| * Set a default value for "Size" parameter of IoBuffer(OuterBuffer, ...)Martin Ridgers2022-03-151-1/+1
| * Moved experimental/frontend.* to frontend/frontend.*Martin Ridgers2022-03-153-1/+1
* | Corrected linux installDan Engelbrecht2022-03-161-1/+1
|/
* clang formatDan Engelbrecht2022-03-092-9/+9
* Remove constexpr in NoneBytes declaration in testsDan Engelbrecht2022-03-091-4/+4
* Fixed unsigned comparison warningStefan Boberg2022-03-081-2/+2
* clang-format fixesStefan Boberg2022-03-082-5/+5
* fixed sentry initialization, added sentry logging supportStefan Boberg2022-03-071-4/+60
* Fixed "taking address of constant" compile errorMartin Ridgers2022-03-031-2/+2
* xmake's del_files() has been deprecatedMartin Ridgers2022-03-021-1/+1
* remote_build: convert given key file to Unix line endingsMartin Ridgers2022-02-231-5/+7
* Added a summary about Linux's zenserver AppImage bundleMartin Ridgers2022-02-231-0/+17
* Use AppImage when bundling for Linux to avoid unmet GCC-11 dependenciesMartin Ridgers2022-02-222-1/+40
* zenserver-test zcache.rpc.allpolicies: Fix incorrect ValueId in GetCacheChunk...Matt Peters2022-02-221-1/+1
* zenserver-test zcache.rpc.allpolicies: Fix uninitialized Oid.Matt Peters2022-02-221-1/+1
* Add feedback about failing checks in zcache.rpc.allpoliciesMatt Peters2022-02-221-37/+54
* Added missing override specifier.Per Larsson2022-02-221-2/+2
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2022-02-221-1/+4
|\
| * Use sigaction() instead of the deprecated sigignore()Martin Ridgers2022-02-221-1/+4
* | Fixed crashing websocket test.Per Larsson2022-02-222-10/+9
|/
* Removed using enum statements.Per Larsson2022-02-221-9/+5
* Changed log level.Per Larsson2022-02-211-1/+1
* Stop I/O context when running websocket tests.Per Larsson2022-02-211-1/+2
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2022-02-211-0/+1
|\
| * Align what GCC and Clang allow for switch cases to what MSVC allowsMartin Ridgers2022-02-211-0/+1
* | Added unhandled switch in websocket client.Per Larsson2022-02-211-0/+4
|/
* Added unhandled switch enumerations.Per Larsson2022-02-211-0/+6
* Added missing parens around sizeof.Per Larsson2022-02-211-1/+1
* Initial support for websockets.Per Larsson2022-02-2111-12/+2020
|\
| * Removed optional offset for GetView.Per Larsson2022-02-212-14/+3