| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed null terminator when appending Oid to string builder. (#11) | Per Larsson | 2021-09-28 | 1 | -4/+3 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-09-28 | 33 | -171/+633 |
| |\ | |||||
| | * | apply: Re-enabled environment variable setup for child processes | Stefan Boberg | 2021-09-27 | 1 | -2/+2 |
| | | | |||||
| | * | zenserver: added better detection of whether we are running as a service | Stefan Boberg | 2021-09-27 | 1 | -12/+21 |
| | | | |||||
| | * | zencore: Added ability to forcefully set the IsInteractiveSession state | Stefan Boberg | 2021-09-27 | 2 | -9/+25 |
| | | | |||||
| | * | clang-format | Stefan Boberg | 2021-09-27 | 1 | -3/+3 |
| | | | |||||
| | * | admin: tactical checkin of some plumbing to set the stage for an actual ↵ | Stefan Boberg | 2021-09-27 | 3 | -5/+50 |
| | | | | | | | | | admin interface | ||||
| | * | mesh: Hide mesh functionality behind ZEN_ENABLE_MESH define | Stefan Boberg | 2021-09-27 | 3 | -4/+13 |
| | | | | | | | | | This enables us to hide it from users until it's actually useful | ||||
| | * | httpsys: Added HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA to response calls which ↵ | Stefan Boberg | 2021-09-27 | 1 | -17/+33 |
| | | | | | | | | | | | | | should improve overall performance (yet to be confirmed) Also added custom Server: header | ||||
| | * | CompactBinary: PLATFORM_SUPPORTS_UNALIGNED_LOADS -> ↵ | Stefan Boberg | 2021-09-27 | 2 | -2/+2 |
| | | | | | | | | | ZEN_PLATFORM_SUPPORTS_UNALIGNED_LOADS | ||||
| | * | httpsys: remove atl #include which is no longer needed | Stefan Boberg | 2021-09-27 | 1 | -1/+0 |
| | | | |||||
| | * | httpsys: added `if constexpr` to silence compiler warning on Windows | Stefan Boberg | 2021-09-27 | 1 | -1/+1 |
| | | | |||||
| | * | vschromium: exclude vcpkg_installed directory | Stefan Boberg | 2021-09-27 | 1 | -0/+1 |
| | | | |||||
| | * | Merged latest from main | Stefan Boberg | 2021-09-27 | 53 | -984/+2706 |
| | |\ | |||||
| | | * | GetWindowsErrorAsString() -> GetSystemErrorAsString() | Stefan Boberg | 2021-09-27 | 3 | -5/+5 |
| | | | | |||||
| | | * | clang-format | Stefan Boberg | 2021-09-27 | 2 | -3/+3 |
| | | | | |||||
| | | * | Added simple compact binary endpoint for JSON testing | Stefan Boberg | 2021-09-27 | 2 | -1/+15 |
| | | | | |||||
| | * | | Fixed httpsys Windows compilation error | Stefan Boberg | 2021-09-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Compile out ProcessMonitor's methods on non-Windows for now | Martin Ridgers | 2021-09-22 | 1 | -0/+4 |
| | | | | |||||
| | * | | Compile out ProcessHandle's methods on non-Windows for now | Martin Ridgers | 2021-09-22 | 1 | -0/+4 |
| | | | | |||||
| | * | | Compile out Event methods on non-Windows platforms for now | Martin Ridgers | 2021-09-22 | 1 | -0/+4 |
| | | | | |||||
| | * | | Missing include compile fix | Martin Ridgers | 2021-09-22 | 1 | -0/+2 |
| | | | | |||||
| | * | | Misplaced alignas() compile fix | Martin Ridgers | 2021-09-22 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge main | Martin Ridgers | 2021-09-22 | 30 | -638/+1011 |
| | |\ \ | |||||
| | * \ \ | Merged main into linux-mac | Martin Ridgers | 2021-09-21 | 131 | -1134/+3859 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge main into linux-mac | Martin Ridgers | 2021-09-16 | 36 | -273/+971 |
| | |\ \ \ \ | |||||
| | * | | | | | Another missing include | Martin Ridgers | 2021-09-16 | 1 | -0/+2 |
| | | | | | | | |||||
| | * | | | | | Added ByteSwap() tests | Martin Ridgers | 2021-09-16 | 1 | -0/+5 |
| | | | | | | | |||||
| | * | | | | | Missing include | Martin Ridgers | 2021-09-16 | 1 | -0/+2 |
| | | | | | | | |||||
| | * | | | | | Fixed "unreferenced formal parameter" warning | Martin Ridgers | 2021-09-16 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | Deleted unused FilePath variable | Martin Ridgers | 2021-09-16 | 1 | -2/+0 |
| | | | | | | | |||||
| | * | | | | | Make sure RootDir argument to formatted-print is a UTF8 string | Martin Ridgers | 2021-09-16 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | There is no need to go to a wstring here as fs::path is already one | Martin Ridgers | 2021-09-16 | 1 | -3/+1 |
| | | | | | | | |||||
| | * | | | | | Simple FileSystemTraversal test case | Martin Ridgers | 2021-09-16 | 1 | -0/+23 |
| | | | | | | | |||||
| | * | | | | | ToUtf8() for non-wchar_t platforms | Martin Ridgers | 2021-09-16 | 1 | -0/+4 |
| | | | | | | | |||||
| | * | | | | | Implemented FileSysTraversal for Linux using open/read/closedir() | Martin Ridgers | 2021-09-16 | 1 | -0/+47 |
| | | | | | | | |||||
| | * | | | | | Missing include for getpid() | Martin Ridgers | 2021-09-16 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | POSIX implementation of ReadFile() | Martin Ridgers | 2021-09-16 | 1 | -3/+20 |
| | | | | | | | |||||
| | * | | | | | POSIX implementation of WriteFile() | Martin Ridgers | 2021-09-16 | 1 | -1/+30 |
| | | | | | | | |||||
| | * | | | | | Stubbed out seldom-used *File() functions with a ZEN_ERROR() for Linux | Martin Ridgers | 2021-09-16 | 1 | -0/+19 |
| | | | | | | | |||||
| | * | | | | | Use std::fd::path's character type for FileSysTraveral::Visitor API | Martin Ridgers | 2021-09-16 | 2 | -3/+5 |
| | | | | | | | |||||
| | * | | | | | Non-Windows implementation of Clean/DeleteDirectory() using std::fs | Martin Ridgers | 2021-09-16 | 1 | -0/+22 |
| | | | | | | | |||||
| | * | | | | | The wchar_t variants of directory functions are now only enabled on Windows | Martin Ridgers | 2021-09-16 | 1 | -6/+10 |
| | | | | | | | |||||
| | * | | | | | Added some lawns to aid orientation within the file | Martin Ridgers | 2021-09-16 | 1 | -0/+8 |
| | | | | | | | |||||
| | * | | | | | Removed external linkage from g_MappingLock | Martin Ridgers | 2021-09-16 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | MakeFromTemporaryFile() on POSIX | Martin Ridgers | 2021-09-16 | 1 | -7/+26 |
| | | | | | | | |||||
| | * | | | | | MakeFromFile() on POSIX | Martin Ridgers | 2021-09-16 | 1 | -23/+43 |
| | | | | | | | |||||
| | * | | | | | Implementation of IoBufferExtendedCore() using mmap() | Martin Ridgers | 2021-09-16 | 1 | -6/+36 |
| | | | | | | | |||||
| | * | | | | | Fixed up platform-specific includes | Martin Ridgers | 2021-09-16 | 1 | -5/+9 |
| | | | | | | | |||||
| | * | | | | | Whitespace adjustments to multi-line macros | Martin Ridgers | 2021-09-16 | 1 | -24/+24 |
| | | | | | | | |||||