aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed `-fshort-wchar` compiler flag on LinuxMartin Ridgers2021-10-012-3/+0
* Added some instructions for building on LinuxMartin Ridgers2021-10-011-1/+55
* Fixed link error when building with xmakeMartin Ridgers2021-09-291-0/+1
* Fixed unsigned < 0 comparisonMartin Ridgers2021-09-291-1/+1
* There is no ssize_t on WindowsMartin Ridgers2021-09-291-1/+1
* Confirm assumption about the size of wchar_tMartin Ridgers2021-09-291-0/+2
* Global compile flags when building on LinuxMartin Ridgers2021-09-291-0/+8
* Set the link dirs and libs that zencore needs on LinuxMartin Ridgers2021-09-291-1/+10
* Fixed some warnings from GCCMartin Ridgers2021-09-291-2/+4
* $(projectdir) is a little more robust than ..Martin Ridgers2021-09-291-1/+1
* Implemented IsProcessRunning() for LinuxMartin Ridgers2021-09-291-1/+3
* Added parentheseses' around the left-hand side of a bit-wise or.Martin Ridgers2021-09-291-1/+1
* Log2 could be used uninitialised if mask passed argument to BitScanRev() was 0Martin Ridgers2021-09-291-3/+3
* readlink() parameters should not alias each otherMartin Ridgers2021-09-291-10/+12
* Changed an include path from backslashes to forward slashesMartin Ridgers2021-09-291-1/+1
* Fixed signed/unsigned mismatched warnings from GCCMartin Ridgers2021-09-293-3/+5
* Prevent mesh tests to crash by moving behind define.Per Larsson2021-09-292-1/+5
* Removed unused field.Per Larsson2021-09-291-1/+0
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-297-163/+390
|\
| * Removing deprecated RefPtr+stack based objects testsStefan Boberg2021-09-291-36/+0
| * Switch back to the right HTTP back-endStefan Boberg2021-09-291-1/+1
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-282-0/+270
| |\
| | * Merge pull request #13 from EpicGames/jupiter-apisJoe Kirchoff2021-09-282-0/+270
| | |\
| | | * Remove DerivedDataExists & Exists propJoe Kirchoff2021-09-281-52/+4
| | | * Add .Exists to CloudCacheResultJoe Kirchoff2021-09-272-5/+16
| | | * Add ExistsJoe Kirchoff2021-09-272-0/+171
| | | * Add Get\PutBlob & Get\PutObjectJoe Kirchoff2021-09-272-0/+136
| * | | minor edits to uWS testcodeStefan Boberg2021-09-281-14/+10
| * | | http: ReasonStringForHttpResultCode returns string_view to avoid strlenStefan Boberg2021-09-283-114/+111
| |/ /
* / / string: Fixed some clang warningsStefan Boberg2021-09-291-5/+5
|/ /
* | Removed IsPointerToStack()Stefan Boberg2021-09-283-32/+5
* | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-283-34/+82
|\ \
| * | Removed null terminator when appending Oid to string builder. (#11)Per Larsson2021-09-281-4/+3
| * | Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-2833-171/+633
| |\ \
| * | | Removed using the bucket name to detect binary cache records and store conten...Per Larsson2021-09-282-30/+79
* | | | Added preliminary CbPackageReader, for handling incremental compact binary pa...Stefan Boberg2021-09-286-66/+186
* | | | Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-2815-348/+87
* | | | Removing a bunch of no-longer-useful code from stream.h/cpp in preparation fo...Stefan Boberg2021-09-287-613/+41
| |/ / |/| |
* | | apply: Re-enabled environment variable setup for child processesStefan Boberg2021-09-271-2/+2
* | | zenserver: added better detection of whether we are running as a serviceStefan Boberg2021-09-271-12/+21
* | | zencore: Added ability to forcefully set the IsInteractiveSession stateStefan Boberg2021-09-272-9/+25
| |/ |/|
* | clang-formatStefan Boberg2021-09-271-3/+3
* | admin: tactical checkin of some plumbing to set the stage for an actual admin...Stefan Boberg2021-09-273-5/+50
* | mesh: Hide mesh functionality behind ZEN_ENABLE_MESH defineStefan Boberg2021-09-273-4/+13
* | httpsys: Added HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA to response calls which sh...Stefan Boberg2021-09-271-17/+33
* | CompactBinary: PLATFORM_SUPPORTS_UNALIGNED_LOADS -> ZEN_PLATFORM_SUPPORTS_UNA...Stefan Boberg2021-09-272-2/+2
* | httpsys: remove atl #include which is no longer neededStefan Boberg2021-09-271-1/+0
* | httpsys: added `if constexpr` to silence compiler warning on WindowsStefan Boberg2021-09-271-1/+1
* | vschromium: exclude vcpkg_installed directoryStefan Boberg2021-09-271-0/+1
* | Merged latest from mainStefan Boberg2021-09-2753-984/+2706
|\ \