aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.h
Commit message (Expand)AuthorAgeFilesLines
* Handle HTTP port collisions when initializing server (#40)zousar2022-01-271-2/+2
* Format fix.Per Larsson2021-12-091-2/+2
* Address review feedback and fix issue when deploying.Zousar Shaker2021-11-291-1/+1
* Allow http.sys mode to operate in local-only mode for non-admin users.Zousar Shaker2021-11-291-10/+10
* Support for asynchronous HTTP response processing (#19)Stefan Boberg2021-10-061-7/+14
* httpsys: remove atl #include which is no longer neededStefan Boberg2021-09-271-1/+0
* httpsys: Some logging improvementsStefan Boberg2021-09-261-2/+11
* Eliminated HttpServerException and related classesStefan Boberg2021-09-121-7/+0
* Some error handling improvements in zenhttpStefan Boberg2021-09-121-0/+7
* Comment fixes, changed thread count args to unsignedStefan Boberg2021-09-111-1/+1
* Improved error reporting, tweaked request buffer size and added explicit clea...Stefan Boberg2021-09-101-0/+2
* Refactored HTTP request handling to scale betterStefan Boberg2021-09-101-1/+1
* clang-formatStefan Boberg2021-09-091-1/+3
* Added compile time logic to toggle http.sys / null http implementation on/offStefan Boberg2021-09-091-5/+15
* Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-091-0/+61