summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/http.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove http related header pollution (#9201) Miodrag Milanović2022-01-261-6/+7
| | | | | | | | | * Remove http related header polution * remove now invalid message * fixed issued detected by clang * Fixed CR at EOF
* Remove emualloc.* AJR2021-06-221-0/+1
|
* emu: correct some file headers (nw) hap2020-06-191-2/+2
|
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* Refactor server_{ws,http}.hpp into separate interface and implementation. ↵ Christian Brunschen2017-08-061-12/+9
| | | | | | (#2548) Refactor server_{ws,http}.hpp into separate interface and implementation headers. When shutting down the HTTP server, also explicitly stop the asio::io_context.
* never hurts to srcclean (nw) Vas Crabb2017-07-091-31/+31
|
* better handle the case where HTTP is not enabled. Christian Brunschen2017-07-061-1/+7
|
* Add an external panel for the Ensoniq VFX family of keyboards, with a ↵ Christian Brunschen2017-07-051-4/+136
| | | | websocket interface and an HTML/Javascript implementation that can be served over HTTP.
* Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-0/+57