summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/webengine.c
Commit message (Expand)AuthorAgeFilesLines
* webengine: fixed a memory leak, after Firewave's suggestion. nw. Fabio Priuli2014-05-021-1/+1
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-3/+3
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-8/+8
* Mongoose headers don't play nice with our redefined free() on persnickety com... Justin Kerk2013-11-031-2/+2
* Fixed compile. (nw) Curt Coder2013-10-201-1/+1
* web: Page not found handling, sends a 404 error. [Firehawke] R. Belmont2013-10-201-0/+20
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-31/+2
* web: more UI improvements [Firehawke] R. Belmont2013-09-261-1/+2
* web: Fix web options reading from ini, improved load/save state UI [Firehawke] R. Belmont2013-09-241-1/+1
* web: load and save states [Firehawke] R. Belmont2013-09-221-0/+53
* web: Fix rendering issues on WebKit-based phones in portrait mode, added paus... R. Belmont2013-09-201-0/+7
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-53/+52
* some 5 min slider work, to make it affect settings (nw) Miodrag Milanovic2013-08-221-0/+34
* add sliders to settings page, and show current values (nw) Miodrag Milanovic2013-08-191-18/+29
* preps for slider work (nw) Miodrag Milanovic2013-08-161-23/+69
* Implemented first commands for web interface (nw) Miodrag Milanovic2013-08-151-1/+37
* added screenshot option and serving it from webserver (nw) Miodrag Milanovic2013-08-141-0/+26
* ah never close connection, was not even in their examples, my bad (nw) Miodrag Milanovic2013-08-131-1/+0
* detach do not remove, should fix server crash (nw) Miodrag Milanovic2013-08-131-2/+2
* fix compile with DEBUG=1 (nw) Miodrag Milanovic2013-08-131-5/+6
* remove non active web socket clients in keep alive callback (nw) Miodrag Milanovic2013-08-121-1/+2
* Moved webengine into separate file, added callbacks for websockets and made e... Miodrag Milanovic2013-08-121-0/+229