aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
|
* Include header files when generating solution.Per Larsson2021-12-141-1/+2
|
* Fixed http-parser linker errorMartin Ridgers2021-11-021-1/+4
|
* asio HTTP implementation (#23)Stefan Boberg2021-10-141-1/+1
| | | asio-based HTTP implementation
* Added beginnings of a uWS http front-endStefan Boberg2021-09-101-1/+1
|
* Attempted to tweak option defaults, they still don't quite work the way I ↵Stefan Boberg2021-09-091-1/+2
| | | | would like but I'll submit it anyway
* Factored out http server related code into zenhttp module since it feels out ↵Stefan Boberg2021-09-091-0/+6
of place in zencore