aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/iothreadpool.h
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-37/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* Merged from upstreamStefan Boberg2021-10-051-2/+6
|
* Some error handling improvements in zenhttpStefan Boberg2021-09-121-1/+3
| | | | Primarily replaces some exception usage with std::error_code
* Factored out http server related code into zenhttp module since it feels out ↵Stefan Boberg2021-09-091-0/+31
of place in zencore