| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Some error handling improvements in zenhttp | Stefan Boberg | 2021-09-12 | 1 | -64/+79 | |
| * | HttpResponse enum -> HttpResponseCode | Stefan Boberg | 2021-09-12 | 1 | -13/+13 | |
| * | 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 clea... | Stefan Boberg | 2021-09-10 | 1 | -16/+119 | |
| * | Refactored HTTP request handling to scale better | Stefan Boberg | 2021-09-10 | 1 | -309/+395 | |
| * | 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 | |