| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed mongoose due to restricted license and webserver wip till code is res... |  Miodrag Milanovic | 2015-11-04 | 1 | -545/+0 |
| * | webengine cleanup (nw) |  Miodrag Milanovic | 2015-04-24 | 1 | -4/+4 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -4/+4 |
| * | updated astring constructors to have just one string param, to be more like s... |  Miodrag Milanovic | 2015-04-13 | 1 | -1/+1 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -3/+3 |
| * | cstr() - > c_str() as preparation for move to std::string (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -1/+1 |
| * | Changed osd_font to struct osd_font and removed unnecessary osdepend.h |  couriersud | 2015-01-17 | 1 | -1/+1 |
| * | compile fix (nw) |  Miodrag Milanovic | 2015-01-10 | 1 | -1/+1 |
| * | Added integral version of jsoncpp source (nw) |  Miodrag Milanovic | 2015-01-10 | 1 | -1/+1 |
| * | Made compilation with latest mongoose possible (nw) |  Miodrag Milanovic | 2015-01-10 | 1 | -12/+11 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -111/+111 |
| * | (nw) |  R. Belmont | 2014-09-26 | 1 | -5/+6 |
| * | web: allow pasting in text. [Firehawke] |  R. Belmont | 2014-09-26 | 1 | -0/+47 |
| * | webengine.c: Reduce tagmap lookups (nw) |  Wilbert Pol | 2014-09-09 | 1 | -4/+5 |
| * | Added support for LUA server pages (nw) |  Miodrag Milanovic | 2014-09-09 | 1 | -1/+149 |
| * | Do web serving in main thread (nw) |  Miodrag Milanovic | 2014-09-08 | 1 | -23/+5 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -27/+27 |
| * | Update to latest (nw) |  Miodrag Milanovic | 2014-06-16 | 1 | -2/+0 |
| * | Updated mongoose and fixed initial websocket connecte to client (nw) |  Miodrag Milanovic | 2014-06-12 | 1 | -1/+5 |
| * | Updated to latest mongoose, used new added features (nw) |  Miodrag Milanovic | 2014-06-04 | 1 | -50/+23 |
| * | clang compile fix. (nw) |  Curt Coder | 2014-05-30 | 1 | -1/+1 |
| * | Updated to latest mongoose code in agreement with author (nw) |  Miodrag Milanovic | 2014-05-30 | 1 | -158/+116 |
| * | webengine: fixed a memory leak, after Firewave's suggestion. nw. |  Fabio Priuli | 2014-05-02 | 1 | -1/+1 |
| * | Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... |  Nathan Woods | 2014-01-29 | 1 | -3/+3 |
| * | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -8/+8 |
| * | Mongoose headers don't play nice with our redefined free() on persnickety com... |  Justin Kerk | 2013-11-03 | 1 | -2/+2 |
| * | Fixed compile. (nw) |  Curt Coder | 2013-10-20 | 1 | -1/+1 |
| * | web: Page not found handling, sends a 404 error. [Firehawke] |  R. Belmont | 2013-10-20 | 1 | -0/+20 |
| * | Marking some of my core files (nw) |  Miodrag Milanovic | 2013-10-16 | 1 | -31/+2 |
| * | web: more UI improvements [Firehawke] |  R. Belmont | 2013-09-26 | 1 | -1/+2 |
| * | web: Fix web options reading from ini, improved load/save state UI [Firehawke] |  R. Belmont | 2013-09-24 | 1 | -1/+1 |
| * | web: load and save states [Firehawke] |  R. Belmont | 2013-09-22 | 1 | -0/+53 |
| * | web: Fix rendering issues on WebKit-based phones in portrait mode, added paus... |  R. Belmont | 2013-09-20 | 1 | -0/+7 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -53/+52 |
| * | some 5 min slider work, to make it affect settings (nw) |  Miodrag Milanovic | 2013-08-22 | 1 | -0/+34 |
| * | add sliders to settings page, and show current values (nw) |  Miodrag Milanovic | 2013-08-19 | 1 | -18/+29 |
| * | preps for slider work (nw) |  Miodrag Milanovic | 2013-08-16 | 1 | -23/+69 |
| * | Implemented first commands for web interface (nw) |  Miodrag Milanovic | 2013-08-15 | 1 | -1/+37 |
| * | added screenshot option and serving it from webserver (nw) |  Miodrag Milanovic | 2013-08-14 | 1 | -0/+26 |
| * | ah never close connection, was not even in their examples, my bad (nw) |  Miodrag Milanovic | 2013-08-13 | 1 | -1/+0 |
| * | detach do not remove, should fix server crash (nw) |  Miodrag Milanovic | 2013-08-13 | 1 | -2/+2 |
| * | fix compile with DEBUG=1 (nw) |  Miodrag Milanovic | 2013-08-13 | 1 | -5/+6 |
| * | remove non active web socket clients in keep alive callback (nw) |  Miodrag Milanovic | 2013-08-12 | 1 | -1/+2 |
| * | Moved webengine into separate file, added callbacks for websockets and made e... |  Miodrag Milanovic | 2013-08-12 | 1 | -0/+229 |