aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Submitted some debug printing in errorMartin Ridgers2021-11-171-1/+0
| |
* | Silenced version spamMartin Ridgers2021-11-171-2/+1
| |
* | Enabled the use-of-undefined-preprocessor macro warningMartin Ridgers2021-11-171-0/+7
| |
* | Added a "zenmesh" config optionMartin Ridgers2021-11-171-0/+7
| |
* | Convert remaining xmake config options to set the define by has_config()Martin Ridgers2021-11-171-3/+3
| |
* | Moved compute xmake config option out of the is-windows blockMartin Ridgers2021-11-171-7/+7
| |
* | Turned USE_SENTRY and ZEN_MIMALLOC into xmake config optionsMartin Ridgers2021-11-171-2/+19
| |
* | Fixed use of undefined preprocessor macroMartin Ridgers2021-11-171-1/+2
| |
* | Added close-on-exec flag to Read/WriteFile() file descriptorsMartin Ridgers2021-11-171-2/+2
| |
* | Whitespace alignment pedantryMartin Ridgers2021-11-171-1/+1
| |
* | WriteFile() testsMartin Ridgers2021-11-171-0/+31
| |
* | Set correct read-write file modes on WriteFile() outputMartin Ridgers2021-11-171-2/+2
| |
* | Corrected flags to open() so behaviour matches Windows' CREATE_ALWAYSMartin Ridgers2021-11-171-2/+3
| |
* | Compile fixMartin Ridgers2021-11-171-1/+1
| |
* | Merged mainMartin Ridgers2021-11-178-30/+87
|\|
| * Format fix.Per Larsson2021-11-161-6/+6
| |
| * Added upstream connect/transfer timeout options.Per Larsson2021-11-167-24/+81
| |
* | Hooked up zenserver:main() to ZenEntryPoint::Run() on POSIXMartin Ridgers2021-11-161-4/+10
| |
* | Separated Windows service scaffolding and the zenserver main loopMartin Ridgers2021-11-161-20/+45
| |
* | Stubbed out NamedMutexMartin Ridgers2021-11-161-4/+16
| |
* | Implemented ProcessMonitor for POSIX platformsMartin Ridgers2021-11-162-15/+31
| |
* | Adding missing check to see if the process is the fork or notMartin Ridgers2021-11-161-1/+1
| |
* | SOCK_CLOEXEC isn't a valid option for AF_UNIX-type socketsMartin Ridgers2021-11-161-1/+1
| |
* | Merged mainMartin Ridgers2021-11-164-19/+167
|\|
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-163-16/+157
| |\
| | * Use upstream apply with HordeJoe Kirchoff2021-11-153-27/+127
| | |