| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ProcessHandle::Wait() wasn't waiting indefinitely with a <0 timeout | Martin Ridgers | 2021-11-26 | 1 | -1/+1 |
| | | |||||
| * | Wait on an event instead of using sleep() | Martin Ridgers | 2021-11-26 | 1 | -4/+8 |
| | | | | | | | | The sleep() means it can take up to "update_interval * 2" (currently 10 seconds) to shutdown the thread. Not only is it desirable that binaries exit cleanly as quickly as possible, units tests were taking a considerable amount of time to run due to the sleep. | ||||
| * | Sponsor PIDs were getting truncated to 16 bits which isn't portable | Martin Ridgers | 2021-11-26 | 1 | -1/+1 |
| | | |||||
| * | Clear out orphaned queues so they're initially unset | Martin Ridgers | 2021-11-26 | 1 | -2/+8 |
| | | |||||
| * | Allow end-of-file errors to pass unraised | Martin Ridgers | 2021-11-26 | 1 | -0/+6 |
| | | |||||
| * | ASIO error type is asio::error_code not std::error_code | Martin Ridgers | 2021-11-26 | 1 | -7/+7 |
| | | |||||
| * | Throw HTTP client errors from zenserver-test | Martin Ridgers | 2021-11-25 | 1 | -1/+5 |
| | | |||||
| * | It reads better to check if something empty than the opposite | Martin Ridgers | 2021-11-25 | 1 | -5/+5 |
| | | |||||
| * | Deleted an unnecessary call to check if a messsge is populated | Martin Ridgers | 2021-11-25 | 1 | -2/+0 |
| | | |||||
| * | We no longer need to tag events with the process id | Martin Ridgers | 2021-11-25 | 1 | -3/+1 |
| | | |||||
| * | Changed linkage of a helper method | Martin Ridgers | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | Use file descriptor locks to claim global ownership of message queues | Martin Ridgers | 2021-11-25 | 1 | -2/+17 |
| | | |||||
| * | A whitespace garden | Martin Ridgers | 2021-11-25 | 1 | -1/+0 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-11-25 | 6 | -73/+130 |
| |\ | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-11-24 | 1 | -1/+6 |
| | |\ | |||||
| | | * | Merge pull request #27 from EpicGames/asio-acceptor | zousar | 2021-11-24 | 1 | -1/+6 |
| | | |\ | | | | | | | | | Changed the asio acceptor initialization to allow dual stack IPV6 connections. | ||||
| | | | * | Changed the asio acceptor initialization to allow dual stack IPV6 | Zousar Shaker | 2021-11-24 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | connections. | ||||
| | * | | | Added bundle xmake task. | Per Larsson | 2021-11-24 | 2 | -0/+51 |
| | |/ / | |||||
| | * | | Updated deploy script to set platform, architecture and configuration. | Per Larsson | 2021-11-24 | 1 | -11/+11 |
| | | | | |||||
| | * | | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-11-24 | 2 | -1/+4 |
| | |\| | |||||
| | | * | Fixed unused variable in integration tests. | Per Larsson | 2021-11-23 | 1 | -0/+4 |
| | | | | |||||
| | | * | Removed unused variable. | Per Larsson | 2021-11-23 | 1 | -1/+0 |
| | | | | |||||
| | * | | Set empty body in Jupiter client. | Per Larsson | 2021-11-24 | 1 | -0/+4 |
| | |/ | |||||
| | * | Prevent destroying ASIO server connection until callbacks complete | Per Larsson | 2021-11-23 | 1 | -61/+54 |
| | | | |||||
| * | | Tests for building ArgV for a fork-exec | Martin Ridgers | 2021-11-25 | 1 | -0/+51 |
| | | | |||||
| * | | A nullptr terminator ArgV only applies on Linux | Martin Ridgers | 2021-11-25 | 1 | -2/+1 |
| | | | |||||
| * | | Added log if a wait was abandoned because the process disappeared | Martin Ridgers | 2021-11-24 | 1 | -0/+1 |
| | | | |||||
| * | | Raise an error if zenserver-test's HTTP clients are enable to connect | Martin Ridgers | 2021-11-24 | 1 | -2/+4 |
| | | | |||||
| * | | Moved librt dependency specification to zencore/xmake.lua | Martin Ridgers | 2021-11-24 | 2 | -5/+5 |
| | | | |||||
| * | | Tests for NamedEvent | Martin Ridgers | 2021-11-24 | 2 | -2/+91 |
| | | | |||||
| * | | Reimplemented NamedEvent on Linux using POSIX message queues | Martin Ridgers | 2021-11-24 | 1 | -61/+62 |
| | | | |||||
| * | | Added POSIX's close-on-exec flag to files that Zen opens | Martin Ridgers | 2021-11-24 | 1 | -6/+6 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-22 | 9 | -77/+251 |
| |\| | |||||
| | * | Comment out unused variables to fix warnings. | Per Larsson | 2021-11-22 | 1 | -7/+7 |
| | | | |||||
| | * | Changed Health service to return CbObject instead of JSON. | Per Larsson | 2021-11-22 | 1 | -2/+1 |
| | | | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-11-18 | 1 | -5/+6 |
| | |\ | |||||
| | | * | Add errorcode to output when a task fails | Joe Kirchoff | 2021-11-18 | 1 | -5/+6 |
| | | | | |||||
| | * | | Extended Health endpoint with support for returning build version and log file. | Per Larsson | 2021-11-18 | 5 | -21/+144 |
| | |/ | |||||
| | * | Change error code for failed upsteam apply | Joe Kirchoff | 2021-11-17 | 1 | -1/+1 |
| | | | |||||
| | * | Set horde worker requirements, limit to Win-RemoteExec pool | Joe Kirchoff | 2021-11-17 | 1 | -4/+37 |
| | | | |||||
| | * | Changed upstream DisplayName to UpstreamEndpointInfo with name and url. | Per Larsson | 2021-11-17 | 2 | -30/+39 |
| | | | |||||
| | * | Added health check and return missing error message. | Per Larsson | 2021-11-17 | 1 | -7/+19 |
| | | | |||||
| * | | Initial integration of Trace from UE5 via the --zentrace=y xmake config | Martin Ridgers | 2021-11-18 | 8 | -0/+5329 |
| | | | |||||
| * | | Filled out ZEN_THIRDPARTY_ macros for Clang and GCC | Martin Ridgers | 2021-11-18 | 1 | -4/+16 |
| | | | |||||
| * | | Set sentry database location to use Zen's GlobalOptions.DataDir | Martin Ridgers | 2021-11-17 | 1 | -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 main | Martin Ridgers | 2021-11-17 | 1 | -13/+55 |
| |\| | |||||
| | * | Log upstream HTTP errors as errors. | Per Larsson | 2021-11-17 | 1 | -13/+55 |
| | | | |||||
| * | | Use syscalls to get user path as '~' is only an alias to shells | Martin Ridgers | 2021-11-17 | 1 | -1/+5 |
| | | | |||||
| * | | Post-merge compile fixes | Martin Ridgers | 2021-11-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-17 | 7 | -77/+87 |
| |\| | |||||