| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | If-def'd out Basic/SandboxedFuncJob classes and CreateProcess() calls | Martin Ridgers | 2021-10-29 | 1 | -0/+10 |
| | | |||||
| * | Use THIRDPARTY_START/END instead of MSVC pragmas | Martin Ridgers | 2021-10-29 | 2 | -5/+5 |
| | | |||||
| * | Missing include | Martin Ridgers | 2021-10-29 | 1 | -0/+1 |
| | | |||||
| * | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 15 | -14/+14 |
| | | |||||
| * | Disabled SpawnServer() on POSIX for time being | Martin Ridgers | 2021-10-29 | 1 | -0/+4 |
| | | |||||
| * | if-def'd out Windows specific features | Martin Ridgers | 2021-10-29 | 3 | -0/+12 |
| | | |||||
| * | Fixed up Windows-specific include statements | Martin Ridgers | 2021-10-29 | 6 | -15/+29 |
| | | |||||
| * | GCC doesn't like whitespace after a \ in a raw string literal | Martin Ridgers | 2021-10-29 | 1 | -1/+1 |
| | | |||||
| * | Use THIRDPARTY_START/END instead of MSVC-specific #pragma | Martin Ridgers | 2021-10-29 | 2 | -4/+6 |
| | | |||||
| * | Misplaced #pragma once | Martin Ridgers | 2021-10-29 | 1 | -2/+0 |
| | | |||||
| * | Missing include | Martin Ridgers | 2021-10-29 | 1 | -0/+1 |
| | | |||||
| * | Implemented ZenServerState's shared memory layer for POSIX | Martin Ridgers | 2021-10-29 | 1 | -24/+71 |
| | | |||||
| * | Use zen::GetCurrentProcessId() instead of MS' _getpid() | Martin Ridgers | 2021-10-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed std::memory_order compile errors | Martin Ridgers | 2021-10-29 | 3 | -6/+6 |
| | | |||||
| * | Tweaked README.md on how to used the --mode=config xmake option | Martin Ridgers | 2021-10-29 | 1 | -5/+7 |
| | | |||||
| * | Alphebetical include order | Martin Ridgers | 2021-10-28 | 1 | -1/+1 |
| | | |||||
| * | LockFile implementation for Linux | Martin Ridgers | 2021-10-28 | 1 | -0/+22 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-10-28 | 5 | -15/+145 |
| |\ | |||||
| | * | Lockfile implementation (#24) | Stefan Boberg | 2021-10-27 | 5 | -15/+145 |
| | | | | | | | | | | | Implemented lockfile synchronization To be used instead of or in conjunction with existing events to coordinate launching and discovery of server instances | ||||
| * | | Merged main | Martin Ridgers | 2021-10-26 | 1 | -1/+0 |
| |\| | |||||
| | * | Fixed crash at startup when updating manifest. | Per Larsson | 2021-10-26 | 1 | -1/+0 |
| | | | |||||
| * | | 'return std::move(local_object)' prevents copy elision | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | Removed unnecessary include | Martin Ridgers | 2021-10-25 | 2 | -3/+0 |
| | | | |||||
| * | | Missing include | Martin Ridgers | 2021-10-25 | 1 | -0/+1 |
| | | | |||||
| * | | Prevent GetObject from being defined as a macro by Windows.h | Martin Ridgers | 2021-10-25 | 3 | -0/+7 |
| | | | |||||
| * | | Define the cut-down Windows defines via zencore.h too | Martin Ridgers | 2021-10-25 | 1 | -0/+9 |
| | | | |||||
| * | | Define NOMINMAX and WIN32_MEAN_AND_LEAN via xmake.lua too | Martin Ridgers | 2021-10-25 | 2 | -1/+5 |
| | | | |||||
| * | | Missing include for std::min/max | Martin Ridgers | 2021-10-25 | 1 | -0/+2 |
| | | | |||||
| * | | Fixed unused-variable warning | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | Removed unused include | Martin Ridgers | 2021-10-25 | 1 | -2/+0 |
| | | | |||||
| * | | Fixed narrowing warning | Martin Ridgers | 2021-10-25 | 1 | -2/+2 |
| | | | |||||
| * | | Reanbled unused-parameters/variables warnings on Linux | Martin Ridgers | 2021-10-25 | 1 | -2/+0 |
| | | | |||||
| * | | Added ScanFile() and ReadFile() tests | Martin Ridgers | 2021-10-25 | 1 | -0/+10 |
| | | | |||||
| * | | Included a sketch of how CloneFile() could be on Linux | Martin Ridgers | 2021-10-25 | 1 | -1/+32 |
| | | | |||||
| * | | CopyFile() for POSIX | Martin Ridgers | 2021-10-25 | 1 | -7/+44 |
| | | | |||||
| * | | Implemented ScanFile() on POSIX | Martin Ridgers | 2021-10-25 | 1 | -4/+35 |
| | | | |||||
| * | | Disabled unused-value warning as it fires at ZEN_UNUSED() sites | Martin Ridgers | 2021-10-25 | 1 | -0/+1 |
| | | | |||||
| * | | Added some ZEN_UNUSED() statements for yet-to-be-implemented functions | Martin Ridgers | 2021-10-25 | 1 | -0/+2 |
| | | | |||||
| * | | Deleted unused variable | Martin Ridgers | 2021-10-25 | 1 | -1/+0 |
| | | | |||||
| * | | Moved Vfs and Httpsys build options into a Windows-only block | Martin Ridgers | 2021-10-25 | 1 | -12/+12 |
| | | | |||||
| * | | UINT16 -> uint16_t | Martin Ridgers | 2021-10-25 | 1 | -2/+2 |
| | | | |||||
| * | | Use zen::GetCurrentThreadId() | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | Cast to int() on the off chance that pid_t isn't one | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | Added a zen::GetCurrentThreadId() | Martin Ridgers | 2021-10-25 | 2 | -0/+11 |
| | | | |||||
| * | | pthread implementation for naming a thread | Martin Ridgers | 2021-10-25 | 1 | -0/+3 |
| | | | |||||
| * | | Use m_ShutdownEvent.Wait() in HttpNullServer::Run() on POSIX | Martin Ridgers | 2021-10-25 | 1 | -8/+7 |
| | | | |||||
| * | | HttpAsioServer::Run() implementation for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -8/+22 |
| | | | |||||
| * | | Made httpsys xmake option Windows only | Martin Ridgers | 2021-10-25 | 1 | -6/+8 |
| | | | |||||
| * | | Use StrCaseCompare() instead of Windows-only _stricmp() | Martin Ridgers | 2021-10-25 | 2 | -2/+2 |
| | | | |||||
| * | | Cross-platform string comparison helper plus tests | Martin Ridgers | 2021-10-25 | 2 | -0/+25 |
| | | | |||||