aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sponsor PIDs were getting truncated to 16 bits which isn't portableMartin Ridgers2021-11-261-1/+1
|
* Clear out orphaned queues so they're initially unsetMartin Ridgers2021-11-261-2/+8
|
* Allow end-of-file errors to pass unraisedMartin Ridgers2021-11-261-0/+6
|
* ASIO error type is asio::error_code not std::error_codeMartin Ridgers2021-11-261-7/+7
|
* Throw HTTP client errors from zenserver-testMartin Ridgers2021-11-251-1/+5
|
* It reads better to check if something empty than the oppositeMartin Ridgers2021-11-251-5/+5
|
* Deleted an unnecessary call to check if a messsge is populatedMartin Ridgers2021-11-251-2/+0
|
* We no longer need to tag events with the process idMartin Ridgers2021-11-251-3/+1
|
* Changed linkage of a helper methodMartin Ridgers2021-11-251-1/+1
|
* Use file descriptor locks to claim global ownership of message queuesMartin Ridgers2021-11-251-2/+17
|
* A whitespace gardenMartin Ridgers2021-11-251-1/+0
|
* Merged mainMartin Ridgers2021-11-256-73/+130
|\
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-241-1/+6
| |\
| | * Merge pull request #27 from EpicGames/asio-acceptorzousar2021-11-241-1/+6
| | |\ | | | | | | | | Changed the asio acceptor initialization to allow dual stack IPV6 connections.
| | | * Changed the asio acceptor initialization to allow dual stack IPV6Zousar Shaker2021-11-241-1/+6
| | | | | | | | | | | | | | | | connections.
| * | | Added bundle xmake task.Per Larsson2021-11-242-0/+51
| |/ /
| * | Updated deploy script to set platform, architecture and configuration.Per Larsson2021-11-241-11/+11
| | |
| * | Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-242-1/+4
| |\|
| | * Fixed unused variable in integration tests.Per Larsson2021-11-231-0/+4
| | |
| | * Removed unused variable.Per Larsson2021-11-231-1/+0
| | |
| * | Set empty body in Jupiter client.Per Larsson2021-11-241-0/+4
| |/
| * Prevent destroying ASIO server connection until callbacks completePer Larsson2021-11-231-61/+54
| |
* | Tests for building ArgV for a fork-execMartin Ridgers2021-11-251-0/+51
| |
* | A nullptr terminator ArgV only applies on LinuxMartin Ridgers2021-11-251-2/+1
| |
* | Added log if a wait was abandoned because the process disappearedMartin Ridgers2021-11-241-0/+1
| |
* | Raise an error if zenserver-test's HTTP clients are enable to connectMartin Ridgers2021-11-241-2/+4
| |
* | Moved librt dependency specification to zencore/xmake.luaMartin Ridgers2021-11-242-5/+5
| |
* | Tests for NamedEventMartin Ridgers2021-11-242-2/+91
| |
* | Reimplemented NamedEvent on Linux using POSIX message queuesMartin Ridgers2021-11-241-61/+62
| |
* | Added POSIX's close-on-exec flag to files that Zen opensMartin Ridgers2021-11-241-6/+6
| |
* | Merged mainMartin Ridgers2021-11-229-77/+251
|\|
| * Comment out unused variables to fix warnings.Per Larsson2021-11-221-7/+7
| |
| * Changed Health service to return CbObject instead of JSON.Per Larsson2021-11-221-2/+1
| |
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-181-5/+6
| |\
| | * Add errorcode to output when a task failsJoe Kirchoff2021-11-181-5/+6
| | |
| * | Extended Health endpoint with support for returning build version and log file.Per Larsson2021-11-185-21/+144
| |/
| * Change error code for failed upsteam applyJoe Kirchoff2021-11-171-1/+1
| |
| * Set horde worker requirements, limit to Win-RemoteExec poolJoe Kirchoff2021-11-171-4/+37
| |
| * Changed upstream DisplayName to UpstreamEndpointInfo with name and url.Per Larsson2021-11-172-30/+39
| |
| * Added health check and return missing error message.Per Larsson2021-11-171-7/+19
| |
* | Initial integration of Trace from UE5 via the --zentrace=y xmake configMartin Ridgers2021-11-188-0/+5329
| |
* | Filled out ZEN_THIRDPARTY_ macros for Clang and GCCMartin Ridgers2021-11-181-4/+16
| |
* | Set sentry database location to use Zen's GlobalOptions.DataDirMartin Ridgers2021-11-171-0/+1
| | | | | | | | | | Without doing this, Sentry will create a .sentry-native folder directory in the current working folder of whereever zenserver's launched from
* | Merged mainMartin Ridgers2021-11-171-13/+55
|\|
| * Log upstream HTTP errors as errors.Per Larsson2021-11-171-13/+55
| |
* | Use syscalls to get user path as '~' is only an alias to shellsMartin Ridgers2021-11-171-1/+5
| |
* | Post-merge compile fixesMartin Ridgers2021-11-171-1/+1
| |
* | Merged mainMartin Ridgers2021-11-177-77/+87
|\|
| * Check both success and error code when initializing Jupiter upstream.Per Larsson2021-11-171-1/+1
| |
| * Added connect/transfer timeout options for Jupiter client.Per Larsson2021-11-177-76/+86
| |