aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * Handle 'partial on error' cache policy.Per Larsson2021-11-152-15/+38
| |
* | Merged mainMartin Ridgers2021-11-1517-225/+1618
|\|
| * Updated cache policy according to UE.Per Larsson2021-11-152-17/+61
| |
| * Removed sorting of chunk requests.Per Larsson2021-11-141-2/+0
| |
| * Fixed typo in object key.Per Larsson2021-11-141-1/+1
| |
| * Parse chunk ID from chunk request.Per Larsson2021-11-141-5/+11
| |
| * Fixed bug in upstream jupiter endpoint.Per Larsson2021-11-131-2/+2
| |
| * Format fix.Per Larsson2021-11-131-1/+1
| |
| * Merge branch 'main' into zcache-batchPer Larsson2021-11-136-64/+1841
| |\
| | * Remote Apply: Get Expire timeout from workerJoe Kirchoff2021-11-122-5/+5
| | |
| * | Cleanup attachment validation.Per Larsson2021-11-131-48/+82
| | |
| * | Relax constraint on partial cache records.Per Larsson2021-11-121-72/+60
| | |
| * | Format fix.Per Larsson2021-11-122-2/+2
| | |