aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Event for POSIX using std:: primitivesMartin Ridgers2021-11-021-5/+64
|
* Fixed shm_open() and friends link errorMartin Ridgers2021-11-021-1/+5
|
* if-def'd out Windows service handling code in zenserver.cppMartin Ridgers2021-11-021-0/+5
|
* Stubbed out Project Store's PipeConnection on POSIXMartin Ridgers2021-11-021-0/+17
|
* More granular if-defs around platform-specific classesMartin Ridgers2021-11-021-2/+12
|
* zen::GetCurrentProcessId() instead of _getpid()Martin Ridgers2021-11-021-1/+1
|
* Endpoints isn't of type endpoint so a reference can't be usedMartin Ridgers2021-11-021-1/+1
|
* Missing includeMartin Ridgers2021-11-021-0/+1
|
* Fixed unhandled switch cases errorMartin Ridgers2021-11-021-0/+3
|
* ZenCacheDiskLayer::DiscoverBuckets() was using wstring for pathsMartin Ridgers2021-11-021-3/+7
|
* CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilderMartin Ridgers2021-11-022-12/+12
|
* Unused variables fixMartin Ridgers2021-11-021-11/+14
|
* Fixed http-parser linker errorMartin Ridgers2021-11-021-1/+4
|
* __debugbreak() -> ZEN_DEBUG_BREAK()Martin Ridgers2021-11-022-1/+7
|
* Refactored ExtendablePathBuilder in an fixed/extendable pairMartin Ridgers2021-11-021-20/+36
|
* Wrapped Windows-specific include in if-def preprocessor blocksMartin Ridgers2021-11-027-12/+24
|
* Merged mainMartin Ridgers2021-11-013-93/+117
|\
| * Moved declaration of ZenDiskCacheLayer::CacheBucket in the .hMartin Ridgers2021-11-012-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 scriptsMartin Ridgers2021-11-011-0/+2
| |
* | Merged mainMartin Ridgers2021-11-010-0/+0
|\|
| * Fixed shadowed symbol error in zenserver-test.cppMartin Ridgers2021-11-011-4/+6
| |
* | Removed unnecessary includeMartin Ridgers2021-11-011-1/+0
| |
* | Fixed some assumptions that std::fs::path is a wchar_t under the hoodMartin Ridgers2021-11-011-3/+3
| |
* | Everywhere else has had VT100 support since 1978Martin Ridgers2021-11-011-0/+2
| |
* | CacheBucket is going to get defined else where in an upcoming mergeMartin Ridgers2021-11-011-3/+1
| |
* | Unhandled switch(enum) cases warningMartin Ridgers2021-11-011-0/+3
| |
* | Merged mainMartin Ridgers2021-11-011-1/+1
|\|
| * Fixed possible undefined use errorMartin Ridgers2021-11-011-1/+1
| |
* | Merged mainMartin Ridgers2021-11-0113-51/+190
|\|
| * Minor cleanupStefan Boberg2021-10-291-37/+2
| |
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-293-3/+59
| |\
| | * Added option --zen-upstream-dns that will be resolved to one or more endpoint.Per Larsson2021-10-293-3/+59
| | |
| * | z$: hooked up bucket traversal for gcStefan Boberg2021-10-295-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 violationsStefan Boberg2021-10-291-8/+9
| | |
| * | Removed unused source filesStefan Boberg2021-10-292-14/+0
| | |
| * | filesystem: Improved test for GetRunningExecutablePath (still not ideal)Stefan Boberg2021-10-291-1/+1
| | |
| * | memory: Minor change to squelch static analysis warningsStefan Boberg2021-10-291-2/+2
| | |
| * | Added SharedBuffer::MakeView implementation accepting container argument, to ↵Stefan Boberg2021-10-291-0/+6
| |/ | | | | | | make tests easier to write
* | Fixed up some assumptions that satd::fs::path uses wchar_tMartin Ridgers2021-11-012-5/+4
| |
* | Removed unused variableMartin Ridgers2021-11-011-4/+0
| |
* | Initialisation order warningsMartin Ridgers2021-11-011-2/+2
| |
* | Signed/unsigned mismatchesMartin Ridgers2021-11-011-6/+6
| |
* | Missing includeMartin Ridgers2021-11-011-0/+1
| |
* | Unhandled switch case warningsMartin Ridgers2021-11-012-0/+9
| |
* | Use ZEN_THIRD_PARTY macros instead of '#pragma warning'Martin Ridgers2021-11-012-6/+4
| |
* | Stubbed out getenv lua config handlingMartin Ridgers2021-10-291-0/+5
| |
* | Don't prompt for user input on POSIX when displaying helpMartin Ridgers2021-10-291-0/+5
| |
* | Gave ZenCacheDiskLayer::CacheBucket a bodyMartin Ridgers2021-10-291-1/+3
| |
* | If-def'd Basic and SandboxedJob classes temporarilyMartin Ridgers2021-10-291-0/+17
| |
* | Fixed warnings about unhandled switch casesMartin Ridgers2021-10-292-0/+27
| |