aboutsummaryrefslogtreecommitdiff
path: root/zenhttp
Commit message (Expand)AuthorAgeFilesLines
...
* SImplified some payload access codeStefan Boberg2021-09-131-4/+2
* Enforce sizes of package serialization structuresStefan Boberg2021-09-131-0/+4
* Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...Stefan Boberg2021-09-137-172/+268
* Implemented generic CbPackage attachments filteringStefan Boberg2021-09-135-262/+538
* Eliminated HttpServerException and related classesStefan Boberg2021-09-124-36/+0
* Some error handling improvements in zenhttpStefan Boberg2021-09-126-79/+102
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-125-78/+56
* Change warning levels from W3 to 'default' (which is W4)Stefan Boberg2021-09-111-2/+0
* Squelch some more uWS warningsStefan Boberg2021-09-111-1/+1
* Comment fixes, changed thread count args to unsignedStefan Boberg2021-09-112-3/+11
* Changed worker thread defaults to reflect available hardware concurrencyStefan Boberg2021-09-111-1/+1
* Tweaked back default to http.sysStefan Boberg2021-09-101-1/+1
* Added warning disable for latest uWSStefan Boberg2021-09-101-1/+1
* Improved error reporting, tweaked request buffer size and added explicit clea...Stefan Boberg2021-09-102-16/+121
* Merge branch 'cbpackage-update' of https://github.com/EpicGames/zen into cbpa...Stefan Boberg2021-09-104-313/+428
|\
| * Refactored HTTP request handling to scale betterStefan Boberg2021-09-102-310/+396
| * Added MapContentTypeToString() helper functionStefan Boberg2021-09-102-3/+32
* | Added beginnings of a uWS http front-endStefan Boberg2021-09-106-2/+115
|/
* clang-formatStefan Boberg2021-09-096-9/+17
* Parse Accept mime type (ad hoc cherry pick from main)Stefan Boberg2021-09-092-0/+5
* Attempted to tweak option defaults, they still don't quite work the way I wou...Stefan Boberg2021-09-091-1/+2
* Added compile time logic to toggle http.sys / null http implementation on/offStefan Boberg2021-09-098-24/+133
* Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-0912-0/+2407