aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed concrete Visitor to use the correct argument typesMartin Ridgers2021-10-201-2/+2
* Cross-platform argument to ZEN_DEBUG()Martin Ridgers2021-10-201-1/+1
* Added a ToUtf8() to ExtPathBuilderMartin Ridgers2021-10-201-0/+9
* Use the non-throwing version of std::fs::create_directories()Martin Ridgers2021-10-201-1/+2
* Use cross-platform ExtPathBuilder instead of ExtWideStrBuilderMartin Ridgers2021-10-182-6/+6
* Tests for ExtendablePathBuilderMartin Ridgers2021-10-181-0/+34
* Simple class for building paths based off an ExtendableStringMartin Ridgers2021-10-181-0/+40
* Implemented ReadFromFileMaybe() for POSIXMartin Ridgers2021-10-181-4/+8
* Merged mainMartin Ridgers2021-10-181-26/+87
|\
| * structured cache: Implemented GarbageCollect() for disk and memory bucketsStefan Boberg2021-10-161-26/+87
* | Merged mainMartin Ridgers2021-10-1630-100/+119
|\|
| * Fixed up some more windows include issuesStefan Boberg2021-10-153-2/+7
| * Fixed logic for picking a default http implementation, which was caused by in...Stefan Boberg2021-10-151-5/+5
| * zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...Stefan Boberg2021-10-1526-85/+77
| * zencore: added ZEN_THIRD_PARTY_INCLUDES_START/ZEN_THIRD_PARTY_INCLUDES_ENDStefan Boberg2021-10-151-0/+17
| * structured cache: fixed mistake in back-off logicStefan Boberg2021-10-151-9/+14
* | Merged mainMartin Ridgers2021-10-1525-171/+1438
|\|
| * httpasio: Implemented support for specifying accept type via url suffixStefan Boberg2021-10-151-3/+37
| * clang-formatStefan Boberg2021-10-156-10/+13
| * httpasio: implemented proper handling of query stringsStefan Boberg2021-10-151-44/+63
| * asio HTTP implementation (#23)Stefan Boberg2021-10-1421-164/+1375
* | If/def around Windows-only headersMartin Ridgers2021-10-151-3/+5
* | A null httpd main loop for POSIX platformsMartin Ridgers2021-10-151-1/+17
* | Disabled warning about missing initializersMartin Ridgers2021-10-151-0/+1
* | Moved Windows-only defines to the is("windows") xmake blockMartin Ridgers2021-10-151-3/+7
* | Merged mainMartin Ridgers2021-10-144-69/+110
|\|
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-132-6/+78
| |\
| | * Add remote execute functions (#15)Joe Kirchoff2021-10-132-6/+78
| * | projectstore: Removing support for requesting attachments by hash using offse...Stefan Boberg2021-10-131-55/+5
| |/
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-132-49/+185
| |\
| * | structuredcache: add code to handle conflict which can occur when multiple PU...Stefan Boberg2021-10-131-8/+27
* | | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-146-10/+8
* | | Implemented basicfile.cpp for POSIX platformsMartin Ridgers2021-10-141-0/+54
* | | Merged mainMartin Ridgers2021-10-132-49/+185
|\ \ \ | | |/ | |/|
| * | Added support for decompressing from offset.Per Larsson2021-10-132-49/+185
| |/
* | Fixed shadowed symbol error in zenserver-test.cppMartin Ridgers2021-10-131-4/+6
* | Fixed httpsys.cpp WideToUtf8() link errorsMartin Ridgers2021-10-131-3/+3
* | Removed u16string WideToUtf8() prototypeMartin Ridgers2021-10-131-1/+0
* | std::fs::path cannot be forward declared.Martin Ridgers2021-10-131-3/+1
* | Signed/unsigned comparison mismatchMartin Ridgers2021-10-131-1/+1
* | Moved zencore/windows.h include from basicfile.h to basicfile.cppMartin Ridgers2021-10-132-4/+4
* | Replaced use of DWORD with uint32_tMartin Ridgers2021-10-132-2/+2
* | Merged mainMartin Ridgers2021-10-128-12/+48
|\|
| * Ratios should not be percentages (this should be done in presentation)Stefan Boberg2021-10-112-4/+4
| * stats: Added support for handler unregistrationStefan Boberg2021-10-115-6/+36
| * Added lofreq timer update to httpsys main loopStefan Boberg2021-10-112-2/+8
* | Added "xmake project" output to .gitignoreMartin Ridgers2021-10-121-0/+2
* | Misplaced nodiscard attributeMartin Ridgers2021-10-121-3/+3
* | Only include zencore/windows.h on WindowsMartin Ridgers2021-10-124-7/+18
* | Corrected incorrect casing of include statementsMartin Ridgers2021-10-127-9/+9