aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merged mainMartin Ridgers2021-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
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
| * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-11-1517-225/+1618
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixed up FileSystemTranersal visitor to use std::fs::pathMartin Ridgers2021-11-151-7/+7
| * | | | | | | | | | | | | Used unused variablesMartin Ridgers2021-11-151-0/+6
| * | | | | | | | | | | | | Deleted unused codeMartin Ridgers2021-11-151-14/+0
| * | | | | | | | | | | | | Use Zen's GetCurrentThreadId()Martin Ridgers2021-11-151-2/+2
| * | | | | | | | | | | | | Implemented a basic Concurrency::parallel_invoke() for Linux and MacMartin Ridgers2021-11-151-0/+20
| * | | | | | | | | | | | | Fixed "move prevents copy elision" compiler warningMartin Ridgers2021-11-151-1/+1
| * | | | | | | | | | | | | Temporarily if-def'd out unused project clientMartin Ridgers2021-11-151-0/+4
| * | | | | | | | | | | | | Fixed OpenSSL link errors (xmake-related, see comment)Martin Ridgers2021-11-151-0/+15
| * | | | | | | | | | | | | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICESMartin Ridgers2021-11-122-0/+11