summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/http.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix building with clang 6.0.1 (nw) smf-2018-07-071-0/+4
|
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+1
| | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+0
| | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
* prodigy: WIP Added support for SVG web UI through XSL transformation of the ↵ Joakim Larsson Edstrom2017-11-161-0/+1
| | | | LAY file
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-241-1/+1
|
* Refactor server_{ws,http}.hpp into separate interface and implementation. ↵ Christian Brunschen2017-08-061-37/+41
| | | | | | (#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-22/+22
|
* better handle the case where HTTP is not enabled. Christian Brunschen2017-07-061-1/+15
|
* Add an external panel for the Ensoniq VFX family of keyboards, with a ↵ Christian Brunschen2017-07-051-17/+352
| | | | websocket interface and an HTML/Javascript implementation that can be served over HTTP.
* srcclean (nw) Vas Crabb2017-03-261-1/+1
|
* Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-0/+213