summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/http.cpp
Commit message (Collapse)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
| | | | | | | | | Added more modern generic I/O interfaces with implementation backed by stdio, osd_file and core_file, replacing io_generic. Also replaced core_file's build-in zlib compression with a filter. unzip.cpp, un7z.cpp: Added option to supply abstract I/O interface rather than filename. Converted osd_file, core_file, archive_file, chd_file and device_image_interface to use std::error_condition rather than their own error enums. Allow mounting TI-99 RPK from inside archives.
* emu: correct some file headers (nw) hap2020-06-191-2/+3
|
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-10/+10
| | | | | | | | | | | | | | | | * fixed some modernize-redundant-void-arg clang-tidy warnings (nw) * fixed some modernize-use-bool-literals clang-tidy warnings (nw) * fixed some modernize-use-emplace clang-tidy warnings (nw) * fixed some performance-move-const-arg clang-tidy warnings (nw) * fixed some readability-redundant-control-flow clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) * fixed some performance-unnecessary-value-param clang-tidy warnings (nw)
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-291-2/+2
| | | | | | | | | | | | | | | | * fixed some readability-static-accessed-through-instance clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) * fixed some readability-redundant-control-flow clang-tidy warnings (nw) * fixed some modernize-use-nullptr clang-tidy warnings (nw) * fixed some performance-faster-string-find clang-tidy warnings (nw) * fixed some performance-for-range-copy clang-tidy warnings (nw) * fixed some performance-unnecessary-value-param clang-tidy warnings (nw)
* stop breaking msvc (nw) Patrick Mackinlay2019-09-271-1/+2
| | | This isn't the right solution, the ASIO stuff should move to the build system according to @cuavas, but this gets msvc working again.
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-0/+4
|
* 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