| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-10-25 | 19 | -196/+505 |
| |\ | |||||
| | * | zenserver: Tweaked state initialization so we know when we're running for ↵ | Stefan Boberg | 2021-10-21 | 2 | -72/+107 |
| | | | | | | | | | the first time and don't need to log about missing manifests | ||||
| | * | zenserver: don't try to delete the logs directory when wiping state | Stefan Boberg | 2021-10-21 | 1 | -2/+4 |
| | | | | | | | | | also temporarily disabled scrubbing to work around startup sequencing problems | ||||
| | * | Fixed failing test. | Per Larsson | 2021-10-21 | 1 | -1/+1 |
| | | | |||||
| | * | Compressed oplog attachments | Per Larsson | 2021-10-21 | 7 | -110/+377 |
| | | | |||||
| | * | Added missing include. | Per Larsson | 2021-10-20 | 1 | -0/+2 |
| | | | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen into main | Stefan Boberg | 2021-10-20 | 10 | -13/+14 |
| | |\ | |||||
| | | * | Format fix. | Per Larsson | 2021-10-20 | 10 | -13/+14 |
| | | | | |||||
| | * | | Added ZEN_THIRD_PARTY_INCLUDES_START to prevent compilation issues | Stefan Boberg | 2021-10-20 | 1 | -0/+2 |
| | |/ | |||||
| * | | Implemented filecas.cpp for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -2/+92 |
| | | | |||||
| * | | Added .gdb_history to .gitignore | Martin Ridgers | 2021-10-25 | 1 | -0/+1 |
| | | | |||||
| * | | open() flags were incorrect and it would not create new files | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | Made a note about a tick's unit and DateTime's epoch | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | Grouped DateTime methods all together | Martin Ridgers | 2021-10-25 | 1 | -82/+82 |
| | | | |||||
| * | | DateTime::Now() for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -2/+20 |
| | | | |||||
| * | | Missing return keyword | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-10-20 | 10 | -67/+233 |
| |\| | |||||
| | * | zen server: Added root manifest, with support for explicit schema versioning | Stefan Boberg | 2021-10-20 | 1 | -16/+101 |
| | | | |||||
| | * | cb: Implemented DateTime::Now() and fixed DateTime/TimeSpan string formatting | Stefan Boberg | 2021-10-19 | 2 | -24/+69 |
| | | | |||||
| | * | zenserver-test: Fixed up zcache tests | Stefan Boberg | 2021-10-19 | 1 | -6/+7 |
| | | | |||||
| | * | string: Fixed ToLower logic (needs to use unsigned arithmetic) | Stefan Boberg | 2021-10-19 | 2 | -2/+8 |
| | | | |||||
| | * | iobuffer: added templated Data() to make typed data access easier | Stefan Boberg | 2021-10-19 | 1 | -0/+3 |
| | | | |||||
| | * | httpasio: Implemented some handling for Expect: header | Stefan Boberg | 2021-10-18 | 1 | -17/+33 |
| | | | | | | | | | | | | | We do not actually send a 100 CONTINUE still though since this is not necessary with the changes we made UE-side Also tweaked some of the internal request state management and added some debug logging | ||||
| | * | project store: DELETE {project} request now produces a correct HTTP response | Stefan Boberg | 2021-10-18 | 1 | -0/+2 |
| | | | |||||
| | * | httpsys: Added automatic translation of 200 OK -> 204 NO CONTENT for case ↵ | Stefan Boberg | 2021-10-18 | 1 | -2/+10 |
| | | | | | | | | | where there is no body (upset some clients) | ||||
| * | | Compile fixes due to std::fs::path's differing character types | Martin Ridgers | 2021-10-20 | 1 | -4/+7 |
| | | | |||||
| * | | Fixed concrete Visitor to use the correct argument types | Martin Ridgers | 2021-10-20 | 1 | -2/+2 |
| | | | |||||
| * | | Cross-platform argument to ZEN_DEBUG() | Martin Ridgers | 2021-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | Added a ToUtf8() to ExtPathBuilder | Martin Ridgers | 2021-10-20 | 1 | -0/+9 |
| | | | |||||
| * | | Use the non-throwing version of std::fs::create_directories() | Martin Ridgers | 2021-10-20 | 1 | -1/+2 |
| | | | |||||
| * | | Use cross-platform ExtPathBuilder instead of ExtWideStrBuilder | Martin Ridgers | 2021-10-18 | 2 | -6/+6 |
| | | | |||||
| * | | Tests for ExtendablePathBuilder | Martin Ridgers | 2021-10-18 | 1 | -0/+34 |
| | | | |||||
| * | | Simple class for building paths based off an ExtendableString | Martin Ridgers | 2021-10-18 | 1 | -0/+40 |
| | | | |||||
| * | | Implemented ReadFromFileMaybe() for POSIX | Martin Ridgers | 2021-10-18 | 1 | -4/+8 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-10-18 | 1 | -26/+87 |
| |\| | |||||