aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * Horde Apply: Pass throughJoe Kirchoff2021-11-151-2/+43
| | | | | | | | | | | | | | | Currently only Windows is supported Add some additional error messaging on failure
| * | Check input range when copy compressed range.Per Larsson2021-11-161-3/+10
| |/
* | Changed SpawnServer() over to use zen::CreateProc()Martin Ridgers2021-11-161-82/+23
| |
* | zen::CreateProc() variant that can launch processes unelevatedMartin Ridgers2021-11-162-0/+99
| |
* | Added a zen::CreateProc() function for spawning child processesMartin Ridgers2021-11-162-0/+145
| |
* | Added a ZEN_EXE_STRING_LITERAL for cross-platform path buildingMartin Ridgers2021-11-161-0/+6
| |
* | Made zenserver-test depend on zenserver as the former spawns the latterMartin Ridgers2021-11-161-0/+1
| |
* | Added a PathToUtf8(path, string-buffer) overloadMartin Ridgers2021-11-162-0/+11
| |
* | ToUtf8() -> PathToUtf8() as the latter is less ambiguousMartin Ridgers2021-11-166-12/+12
| |
* | Renamed operator<<(bool) to AppendBool() to avoid subtle errorsMartin Ridgers2021-11-161-9/+13
| | | | | | | | | | | | | | Pointers will get implicitly cast to a boolean type which is unlikely to be the intention when building strings. In particular, left-shifting in a wchar_t* into a char-bacled string builder will end up writing 'true' into the string instead of the intended wchar_t string's value.
* | libcrypto links again libdl so the latter also needs careful handling in xmakeMartin Ridgers2021-11-152-5/+2
| |
* | Deleted some debug code submitted by accidentMartin Ridgers2021-11-151-4/+0
| |
* | GCC did not like "size uint32_t" on this line for some reasonMartin Ridgers2021-11-151-1/+1
| |
* | Fixed unused variable warningsMartin Ridgers2021-11-151-2/+2
| |
* | GCC does not like CacheKey member being named the same as its typeMartin Ridgers2021-11-153-45/+45
| |
* | Merged mainMartin Ridgers2021-11-152-15/+38
|\|