| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed http-parser linker error | Martin Ridgers | 2021-11-02 | 1 | -1/+4 |
| | | |||||
| * | __debugbreak() -> ZEN_DEBUG_BREAK() | Martin Ridgers | 2021-11-02 | 2 | -1/+7 |
| | | |||||
| * | Refactored ExtendablePathBuilder in an fixed/extendable pair | Martin Ridgers | 2021-11-02 | 1 | -20/+36 |
| | | |||||
| * | Wrapped Windows-specific include in if-def preprocessor blocks | Martin Ridgers | 2021-11-02 | 7 | -12/+24 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-11-01 | 3 | -93/+117 |
| |\ | |||||
| | * | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .h | Martin Ridgers | 2021-11-01 | 2 | -92/+116 |
| | | | | | | | | | | | | | GCC fails to compile if CacheBucket is only forward-declared within the class, issuing an "incomplete type" error in relation to the m_Buckets unordered map. | ||||
| | * | Added missing link-time dependencies to xmake.lua scripts | Martin Ridgers | 2021-11-01 | 1 | -0/+2 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-01 | 0 | -0/+0 |
| |\| | |||||
| | * | Fixed shadowed symbol error in zenserver-test.cpp | Martin Ridgers | 2021-11-01 | 1 | -4/+6 |
| | | | |||||
| * | | Removed unnecessary include | Martin Ridgers | 2021-11-01 | 1 | -1/+0 |
| | | | |||||
| * | | Fixed some assumptions that std::fs::path is a wchar_t under the hood | Martin Ridgers | 2021-11-01 | 1 | -3/+3 |
| | | | |||||
| * | | Everywhere else has had VT100 support since 1978 | Martin Ridgers | 2021-11-01 | 1 | -0/+2 |
| | | | |||||
| * | | CacheBucket is going to get defined else where in an upcoming merge | Martin Ridgers | 2021-11-01 | 1 | -3/+1 |
| | | | |||||
| * | | Unhandled switch(enum) cases warning | Martin Ridgers | 2021-11-01 | 1 | -0/+3 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -1/+1 |
| |\| | |||||
| | * | Fixed possible undefined use error | Martin Ridgers | 2021-11-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-01 | 13 | -51/+190 |
| |\| | |||||
| | * | Minor cleanup | Stefan Boberg | 2021-10-29 | 1 | -37/+2 |
| | | | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-10-29 | 3 | -3/+59 |
| | |\ | |||||
| | | * | Added option --zen-upstream-dns that will be resolved to one or more endpoint. | Per Larsson | 2021-10-29 | 3 | -3/+59 |
| | | | | |||||
| | * | | z$: hooked up bucket traversal for gc | Stefan Boberg | 2021-10-29 | 5 | -23/+148 |
| | | | | | | | | | | | | | | | | added some tests added "test" mode for zenserver, to run any tests embedded in the zenserver (example: `zenserver test -tx=z$.*`) | ||||
| | * | | zenserver-test: Some modifications to avoid ODR violations | Stefan Boberg | 2021-10-29 | 1 | -8/+9 |
| | | | | |||||
| | * | | Removed unused source files | Stefan Boberg | 2021-10-29 | 2 | -14/+0 |
| | | | | |||||
| | * | | filesystem: Improved test for GetRunningExecutablePath (still not ideal) | Stefan Boberg | 2021-10-29 | 1 | -1/+1 |
| | | | | |||||
| | * | | memory: Minor change to squelch static analysis warnings | Stefan Boberg | 2021-10-29 | 1 | -2/+2 |
| | | | | |||||
| | * | | Added SharedBuffer::MakeView implementation accepting container argument, to ↵ | Stefan Boberg | 2021-10-29 | 1 | -0/+6 |
| | |/ | | | | | | | make tests easier to write | ||||
| * | | Fixed up some assumptions that satd::fs::path uses wchar_t | Martin Ridgers | 2021-11-01 | 2 | -5/+4 |
| | | | |||||
| * | | Removed unused variable | Martin Ridgers | 2021-11-01 | 1 | -4/+0 |
| | | | |||||
| * | | Initialisation order warnings | Martin Ridgers | 2021-11-01 | 1 | -2/+2 |
| | | | |||||
| * | | Signed/unsigned mismatches | Martin Ridgers | 2021-11-01 | 1 | -6/+6 |
| | | | |||||
| * | | Missing include | Martin Ridgers | 2021-11-01 | 1 | -0/+1 |
| | | | |||||
| * | | Unhandled switch case warnings | Martin Ridgers | 2021-11-01 | 2 | -0/+9 |
| | | | |||||
| * | | Use ZEN_THIRD_PARTY macros instead of '#pragma warning' | Martin Ridgers | 2021-11-01 | 2 | -6/+4 |
| | | | |||||
| * | | Stubbed out getenv lua config handling | Martin Ridgers | 2021-10-29 | 1 | -0/+5 |
| | | | |||||
| * | | Don't prompt for user input on POSIX when displaying help | Martin Ridgers | 2021-10-29 | 1 | -0/+5 |
| | | | |||||
| * | | Gave ZenCacheDiskLayer::CacheBucket a body | Martin Ridgers | 2021-10-29 | 1 | -1/+3 |
| | | | |||||
| * | | If-def'd Basic and SandboxedJob classes temporarily | Martin Ridgers | 2021-10-29 | 1 | -0/+17 |
| | | | |||||
| * | | Fixed warnings about unhandled switch cases | Martin Ridgers | 2021-10-29 | 2 | -0/+27 |
| | | | |||||
| * | | Marked DataHash as unused | Martin Ridgers | 2021-10-29 | 1 | -0/+4 |
| | | | |||||
| * | | 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 |
| | | | |||||