summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
...
* ui: split setup of VNC auth scheme into separate methodDaniel P. Berrange2015-03-181-62/+91
* ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange2015-03-181-30/+21
* ui: replace printf() calls with VNC_DEBUGDaniel P. Berrange2015-03-181-6/+6
* vnc: Fix QMP change not to use funky error classMarkus Armbruster2015-03-171-1/+1
* vnc: fix segmentation fault when invalid vnc parameters are specifiedGonglei2015-03-121-1/+6
* vnc: avoid possible file handler leakGonglei2015-03-121-1/+1
* ui: fix regression in x509verify parameter for VNC serverDaniel P. Berrange2015-03-121-2/+7
* vnc: switch to inet_listen_optsGerd Hoffmann2015-03-121-34/+41
* vnc: remove dead codeGerd Hoffmann2015-03-121-7/+2
* vnc: drop display+ws_display from VncDisplayGerd Hoffmann2015-03-121-31/+23
* vnc: set id at parse time not init timeGerd Hoffmann2015-03-101-10/+12
* vnc: fix coverity warningGerd Hoffmann2015-02-161-0/+1
* ui/vnc: optimize full scanline updatesPeter Lieven2015-02-161-0/+6
* vnc: introduce an wrapper for auto assign vnc idGonglei2015-02-161-7/+15
* vnc: using bool type instead of int for QEMU_OPT_BOOLGonglei2015-02-161-5/+5
* vnc: correct missing property about vnc_displayGonglei2015-02-161-3/+23
* vnc: fix qemu crash when not configure vnc optionGonglei2015-02-161-0/+9
* vnc: g_realloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-4/+0
* monitor: add vnc websocketsGerd Hoffmann2015-01-221-3/+12
* monitor: add query-vnc-servers commandGerd Hoffmann2015-01-221-0/+133
* vnc: factor out qmp_query_client_listGerd Hoffmann2015-01-221-15/+15
* vnc: track & limit connectionsGerd Hoffmann2015-01-221-3/+43
* 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/+14
* 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/+69
* 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/+1
* vnc: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-191-8/+4
* 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/+6
* 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/+5
* ui/vnc: optimize clearing in find_and_clear_dirty_height()Peter Lieven2014-03-101-4/+1
* 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
OpenPOWER on IntegriCloud