aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/iothreadpool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-49/+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-0/+6
|
* Some error handling improvements in zenhttpStefan Boberg2021-09-121-1/+8
| | | | 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/+36
of place in zencore