summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/webengine.c
Commit message (Expand)AuthorAgeFilesLines
* 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