aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Added option to enable websockets.Per Larsson2022-02-216-44/+75
| * Refactored websocket message.Per Larsson2022-02-217-305/+523
| * Basic websocket service and test.Per Larsson2022-02-186-65/+270
| * Web socket client is shared between I/O thead and client.Per Larsson2022-02-182-112/+127
| * Route websocket message.Per Larsson2022-02-182-152/+178
| * Simple websocket client/server test.Per Larsson2022-02-186-334/+882
| * Renamed file.Per Larsson2022-02-161-0/+0
| * Added websocket message parser.Per Larsson2022-02-164-82/+284
| * Renamed asio web socket impl.Per Larsson2022-02-151-0/+2
| * Refactored websocket server and added static logger support.Per Larsson2022-02-153-471/+742
| * Initial websocket support.Per Larsson2022-02-093-1/+502
* | If open(O_CREAT) is used then a file mode must be givenMartin Ridgers2022-02-215-10/+10
* | Linux compile fixMartin Ridgers2022-02-211-2/+2
* | Explicitly set access permissions so we're not affected by process' umaskMartin Ridgers2022-02-216-13/+37
* | Allow all users and groups to read/write files (POSIX)Martin Ridgers2022-02-211-1/+1
* | Marked a few file descriptors to be closed on execute (POSIX)Martin Ridgers2022-02-215-8/+8