summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
...
* vnc: allow binding servers to qemu consolesGerd Hoffmann2015-01-221-7/+43
* vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann2015-01-221-101/+169
* vnc: add display id to acl namesGerd Hoffmann2015-01-221-2/+20
* vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann2015-01-221-15/+14Star
* vnc: remove vnc_display globalGerd Hoffmann2015-01-221-22/+41
* ui/vnc: Support shared surface for most pixman formatsBenjamin Herrenschmidt2015-01-191-7/+8
* vnc: return directly if no vnc client connectedChenLiang2014-10-281-5/+5
* vnc: sanitize bits_per_pixel from the clientPetr Matousek2014-10-281-0/+10
* ui/vnc: set TCP_NODELAYPeter Lieven2014-09-171-0/+1
* vnc update fixGerd Hoffmann2014-07-251-1/+3
* fix full frame updates for VNC clientsStephan Kulow2014-07-251-0/+1
* ui/vnc: fix potential memory corruption issuesPeter Lieven2014-07-011-80/+69Star
* ui/vnc: limit client_cut_text msg payload sizePeter Lieven2014-07-011-3/+10
* qapi event: convert VNC eventsWenchao Xia2014-06-231-54/+57
* qapi: adjust existing definesWenchao Xia2014-06-231-4/+5
* vnc: fix screen updatesGerd Hoffmann2014-06-191-0/+3
* vnc: Drop superfluous conditionals around g_strdup()Markus Armbruster2014-06-191-4/+1Star
* vnc: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-191-8/+4Star
* input/vnc: use kbd delays in press_keyGerd Hoffmann2014-06-041-0/+2
* vnc: add trace events for key eventsGerd Hoffmann2014-06-021-4/+23
* vnc: refuse to set a password with VNC_AUTH_NONEGerd Hoffmann2014-06-021-28/+6Star
* vnc: Remove default_mon usageCole Robinson2014-04-251-2/+2
* ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven2014-03-181-3/+7
* ui/vnc: disable adaptive update calculations if not neededPeter Lieven2014-03-101-0/+9
* ui/vnc: optimize setting in vnc_dpy_update()Peter Lieven2014-03-101-11/+5Star
* ui/vnc: optimize clearing in find_and_clear_dirty_height()Peter Lieven2014-03-101-4/+1Star
* ui/vnc: optimize dirty bitmap trackingPeter Lieven2014-03-101-71/+84
* ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BITPeter Lieven2014-03-101-1/+1
* ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macroPeter Lieven2014-03-101-24/+41
* vnc: fix use-after-free in vnc_update_client_syncGerd Hoffmann2014-03-101-13/+8Star
* input: mouse: switch vnc ui to new coreGerd Hoffmann2014-03-051-24/+22Star
* input: keyboard: switch vnc ui to new coreGerd Hoffmann2014-03-051-19/+6Star
* vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev2013-06-211-7/+8
* vnc: Make ledstate comparison before modifiers updatedLei Li2013-05-151-1/+2
* TLS support for VNC WebsocketsTim Hardeck2013-05-031-19/+67
* vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATELei Li2013-04-291-0/+5
* vnc: Support for LED state extensionLei Li2013-04-291-0/+45
* vnc: Add SCROLL lock key to kbd_ledsLei Li2013-04-291-1/+5
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-1/+1
* console: add qemu_console_is_*Gerd Hoffmann2013-04-161-3/+3
* console: gui timer fixesGerd Hoffmann2013-04-161-51/+20Star
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-6/+6
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-1/+1
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-5/+0Star
* vnc: stop using DisplayStateGerd Hoffmann2013-03-181-34/+43
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-181-16/+5Star
* console: kill DisplayState->opaqueGerd Hoffmann2013-03-181-21/+17Star
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-14/+30
* vnc: fix possible uninitialized removalsTim Hardeck2013-01-211-3/+8
* vnc: added initial websocket protocol supportTim Hardeck2013-01-211-18/+169