aboutsummaryrefslogtreecommitdiff
path: root/zenhttp
Commit message (Expand)AuthorAgeFilesLines
...
* | http: Added support for specifying response content-type by means of suffixes...Stefan Boberg2021-10-032-13/+62
|/
* Added simple stats HTML dashboard with route /dashboard.Per Larsson2021-10-011-0/+3
* Switch back to the right HTTP back-endStefan Boberg2021-09-291-1/+1
* minor edits to uWS testcodeStefan Boberg2021-09-281-14/+10
* http: ReasonStringForHttpResultCode returns string_view to avoid strlenStefan Boberg2021-09-283-114/+111
* Added preliminary CbPackageReader, for handling incremental compact binary pa...Stefan Boberg2021-09-286-66/+186
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-3/+2
* clang-formatStefan Boberg2021-09-271-3/+3
* httpsys: Added HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA to response calls which sh...Stefan Boberg2021-09-271-17/+33
* 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
* Merged latest from mainStefan Boberg2021-09-274-8/+67
|\
| * GetWindowsErrorAsString() -> GetSystemErrorAsString()Stefan Boberg2021-09-271-2/+2
| * Compact binary to JSON (#12)Per Larsson2021-09-271-3/+11
| * httpsys: Some logging improvementsStefan Boberg2021-09-262-3/+25
| * Added HttpVerb ToString() function for use in loggingStefan Boberg2021-09-262-0/+26
| * Added some more context to http failure loggingStefan Boberg2021-09-261-1/+4
* | Fixed httpsys Windows compilation errorStefan Boberg2021-09-271-1/+1
* | Merge mainMartin Ridgers2021-09-221-2/+2
|\|
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-211-1/+1
| |\
| | * Clang format fix.Per Larsson2021-09-211-1/+1
| * | Added human-friendly formatting of response send errorsStefan Boberg2021-09-211-1/+1
| |/
* | Merged main into linux-macMartin Ridgers2021-09-219-33/+42
|\|
| * Improved error handling in http.sys handlerStefan Boberg2021-09-201-7/+6
| * It's not possible to compile out testsStefan Boberg2021-09-202-4/+10
| * clang-format againStefan Boberg2021-09-191-1/+1
| * zenserver can now run as a Windows service. We'll still need to improve how d...Stefan Boberg2021-09-176-16/+21
| * Const correct.Per Larsson2021-09-171-1/+1
| * Minor CbPackage serialization tweaksStefan Boberg2021-09-161-5/+4
* | Merge main into linux-macMartin Ridgers2021-09-169-28/+146
|\|
| * clang-format fixesStefan Boberg2021-09-165-10/+12
| * Improved package serialization to allow round trippingStefan Boberg2021-09-166-22/+138
* | Merge from mainMartin Ridgers2021-09-1610-57/+143
|\|
| * Added some placeholder HttpClient functions to be fleshed outStefan Boberg2021-09-152-1/+20
| * Hooked up zenhttp to the test framework so tests actually run as part of zens...Stefan Boberg2021-09-156-4/+30
| * Adde reminder that the content type is embedded in the IoBufferStefan Boberg2021-09-151-1/+1
| * Added support for compressed binary MIME type conversionStefan Boberg2021-09-152-36/+67
| * Added session id generation and code to include it in HttpClient HTTP requestsStefan Boberg2021-09-152-4/+8
| * Added some more trace-level loggingStefan Boberg2021-09-151-1/+7
| * Made logging macros always append `sv` string_view literal suffixStefan Boberg2021-09-151-11/+11
| * Fixed up invalid fmt formatting stringsStefan Boberg2021-09-151-5/+5
* | MakeWin32ErrorCode() -> MakeErrorCode()Martin Ridgers2021-09-161-2/+2
* | GetWindowsErrorAsString() -> GetErrorAsString()Martin Ridgers2021-09-161-1/+1
|/
* Changed logging implementationStefan Boberg2021-09-151-23/+23
* Implemented intended package streaming API flow (but currently it "streams" f...Stefan Boberg2021-09-133-13/+34
* Changed package parsing test codeStefan Boberg2021-09-131-3/+3
* Added client implementation of CbPackage filter/transactStefan Boberg2021-09-132-10/+65
* vcxproj change for adding httpcommon.hStefan Boberg2021-09-132-0/+2
* Introduced FormatPackageMessageBuffer() returning a ComositeBufferStefan Boberg2021-09-132-0/+18
* Moved some shared http definitions into httpcommon.hStefan Boberg2021-09-133-160/+188