aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed null terminator when appending Oid to string builder. (#11)Per Larsson2021-09-281-4/+3
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-2833-171/+633
|\
| * apply: Re-enabled environment variable setup for child processesStefan Boberg2021-09-271-2/+2
| * zenserver: added better detection of whether we are running as a serviceStefan Boberg2021-09-271-12/+21
| * zencore: Added ability to forcefully set the IsInteractiveSession stateStefan Boberg2021-09-272-9/+25
| * clang-formatStefan Boberg2021-09-271-3/+3
| * admin: tactical checkin of some plumbing to set the stage for an actual admin...Stefan Boberg2021-09-273-5/+50
| * mesh: Hide mesh functionality behind ZEN_ENABLE_MESH defineStefan Boberg2021-09-273-4/+13
| * httpsys: Added HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA to response calls which sh...Stefan Boberg2021-09-271-17/+33
| * CompactBinary: PLATFORM_SUPPORTS_UNALIGNED_LOADS -> ZEN_PLATFORM_SUPPORTS_UNA...Stefan Boberg2021-09-272-2/+2
| * httpsys: remove atl #include which is no longer neededStefan Boberg2021-09-271-1/+0
| * httpsys: added `if constexpr` to silence compiler warning on WindowsStefan Boberg2021-09-271-1/+1
| * vschromium: exclude vcpkg_installed directoryStefan Boberg2021-09-271-0/+1
| * Merged latest from mainStefan Boberg2021-09-2753-984/+2706
| |\
| | * GetWindowsErrorAsString() -> GetSystemErrorAsString()Stefan Boberg2021-09-273-5/+5
| | * clang-formatStefan Boberg2021-09-272-3/+3
| | * Added simple compact binary endpoint for JSON testingStefan Boberg2021-09-272-1/+15
| * | Fixed httpsys Windows compilation errorStefan Boberg2021-09-271-1/+1
| * | Compile out ProcessMonitor's methods on non-Windows for nowMartin Ridgers2021-09-221-0/+4
| * | Compile out ProcessHandle's methods on non-Windows for nowMartin Ridgers2021-09-221-0/+4
| * | Compile out Event methods on non-Windows platforms for nowMartin Ridgers2021-09-221-0/+4
| * | Missing include compile fixMartin Ridgers2021-09-221-0/+2
| * | Misplaced alignas() compile fixMartin Ridgers2021-09-221-1/+1
| * | Merge mainMartin Ridgers2021-09-2230-638/+1011
| |\ \
| * \ \ Merged main into linux-macMartin Ridgers2021-09-21131-1134/+3859
| |\ \ \
| * \ \ \ Merge main into linux-macMartin Ridgers2021-09-1636-273/+971
| |\ \ \ \
| * | | | | Another missing includeMartin Ridgers2021-09-161-0/+2
| * | | | | Added ByteSwap() testsMartin Ridgers2021-09-161-0/+5
| * | | | | Missing includeMartin Ridgers2021-09-161-0/+2
| * | | | | Fixed "unreferenced formal parameter" warningMartin Ridgers2021-09-161-2/+2
| * | | | | Deleted unused FilePath variableMartin Ridgers2021-09-161-2/+0
| * | | | | Make sure RootDir argument to formatted-print is a UTF8 stringMartin Ridgers2021-09-161-1/+1
| * | | | | There is no need to go to a wstring here as fs::path is already oneMartin Ridgers2021-09-161-3/+1
| * | | | | Simple FileSystemTraversal test caseMartin Ridgers2021-09-161-0/+23
| * | | | | ToUtf8() for non-wchar_t platformsMartin Ridgers2021-09-161-0/+4
| * | | | | Implemented FileSysTraversal for Linux using open/read/closedir()Martin Ridgers2021-09-161-0/+47
| * | | | | Missing include for getpid()Martin Ridgers2021-09-161-0/+1
| * | | | | POSIX implementation of ReadFile()Martin Ridgers2021-09-161-3/+20
| * | | | | POSIX implementation of WriteFile()Martin Ridgers2021-09-161-1/+30
| * | | | | Stubbed out seldom-used *File() functions with a ZEN_ERROR() for LinuxMartin Ridgers2021-09-161-0/+19
| * | | | | Use std::fd::path's character type for FileSysTraveral::Visitor APIMartin Ridgers2021-09-162-3/+5
| * | | | | Non-Windows implementation of Clean/DeleteDirectory() using std::fsMartin Ridgers2021-09-161-0/+22
| * | | | | The wchar_t variants of directory functions are now only enabled on WindowsMartin Ridgers2021-09-161-6/+10
| * | | | | Added some lawns to aid orientation within the fileMartin Ridgers2021-09-161-0/+8
| * | | | | Removed external linkage from g_MappingLockMartin Ridgers2021-09-161-1/+1
| * | | | | MakeFromTemporaryFile() on POSIXMartin Ridgers2021-09-161-7/+26
| * | | | | MakeFromFile() on POSIXMartin Ridgers2021-09-161-23/+43
| * | | | | Implementation of IoBufferExtendedCore() using mmap()Martin Ridgers2021-09-161-6/+36
| * | | | | Fixed up platform-specific includesMartin Ridgers2021-09-161-5/+9
| * | | | | Whitespace adjustments to multi-line macrosMartin Ridgers2021-09-161-24/+24