| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Some error handling improvements in zenhttp | Stefan Boberg | 2021-09-12 | 1 | -64/+79 | |
| | | | | | Primarily replaces some exception usage with std::error_code | |||||
| * | HttpResponse enum -> HttpResponseCode | Stefan Boberg | 2021-09-12 | 1 | -13/+13 | |
| | | | | | Also removed initial CbPackage API HttpServer changes as I have decided to take a different approach | |||||
| * | Comment fixes, changed thread count args to unsigned | Stefan Boberg | 2021-09-11 | 1 | -2/+10 | |
| | | ||||||
| * | Improved error reporting, tweaked request buffer size and added explicit ↵ | Stefan Boberg | 2021-09-10 | 1 | -16/+119 | |
| | | | | | cleanup of http API resources | |||||
| * | Refactored HTTP request handling to scale better | Stefan Boberg | 2021-09-10 | 1 | -309/+395 | |
| | | | | | | | The new logic simply reads the whole payload up front before dispatching to the endpoint handler. This increases concurrency as fewer threads will be blocked waiting for payloads Similar logic will be added for compact binary package negotiation and ultimately we want to support streaming payloads to a staging directory on disk rather than keeping them all in memory | |||||
| * | clang-format | Stefan Boberg | 2021-09-09 | 1 | -4/+4 | |
| | | ||||||
| * | Parse Accept mime type (ad hoc cherry pick from main) | Stefan Boberg | 2021-09-09 | 1 | -0/+3 | |
| | | ||||||
| * | Added compile time logic to toggle http.sys / null http implementation on/off | Stefan Boberg | 2021-09-09 | 1 | -11/+8 | |
| | | ||||||
| * | Factored out http server related code into zenhttp module since it feels out ↵ | Stefan Boberg | 2021-09-09 | 1 | -0/+1250 | |
| of place in zencore | ||||||