aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...Stefan Boberg2021-09-131-54/+85
* Implemented generic CbPackage attachments filteringStefan Boberg2021-09-131-233/+173
* Eliminated HttpServerException and related classesStefan Boberg2021-09-121-10/+0
* Some error handling improvements in zenhttpStefan Boberg2021-09-121-64/+79
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-121-13/+13
* Comment fixes, changed thread count args to unsignedStefan Boberg2021-09-111-2/+10
* Improved error reporting, tweaked request buffer size and added explicit clea...Stefan Boberg2021-09-101-16/+119
* Refactored HTTP request handling to scale betterStefan Boberg2021-09-101-309/+395
* clang-formatStefan Boberg2021-09-091-4/+4
* Parse Accept mime type (ad hoc cherry pick from main)Stefan Boberg2021-09-091-0/+3
* Added compile time logic to toggle http.sys / null http implementation on/offStefan Boberg2021-09-091-11/+8
* Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-091-0/+1250