summaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...Peter Maydell1-13/+13
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán1-13/+13
2019-03-11vnc: allow specifying a custom authorization object nameDaniel P. Berrange1-9/+49
2019-03-11vnc: fix update stallsGerd Hoffmann1-0/+6
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange1-12/+25
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster1-1/+2
2019-02-05keymap: fix keyup mappingsGerd Hoffmann1-1/+1
2019-02-05keymap: pass full keyboard state to keysym2scancodeGerd Hoffmann1-4/+1
2019-02-05kbd-state: use state tracker for vncGerd Hoffmann1-87/+33
2019-01-21vnc: detect and optimize pageflipsGerd Hoffmann1-3/+22
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2018-10-19vnc: Clean up error reporting in vnc_init_func()Markus Armbruster1-4/+4
2018-10-19ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li1-5/+10
2018-10-01vnc: call sasl_server_init() only when requiredMarc-André Lureau1-7/+8
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-4/+3
2018-08-24ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé1-1/+2
2018-08-24vnc: remove support for deprecated tls, x509, x509verify optionsDaniel P. Berrangé1-91/+0
2018-05-15vnc: add magic cookie to VncStateGerd Hoffmann1-1/+9
2018-04-27vnc: fix use-after-freeGerd Hoffmann1-2/+3
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann1-0/+10
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann1-2/+7
2018-02-16ui: check VNC audio frequency limit at time of reading from clientDaniel P. Berrangé1-9/+13
2018-02-16ui: avoid risk of 32-bit int overflow in VNC buffer checkDaniel P. Berrangé1-2/+2
2018-02-16vnc: fix segfault in closed connection handlingKlim Kireev1-1/+14
2018-02-16vnc: remove bogus object_unref on client socketDaniel P. Berrangé1-1/+0
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-02ui: convert VNC server to QIONetListenerDaniel P. Berrange1-140/+55
2018-01-25ui: avoid sign extension using client width/heightDaniel P. Berrange1-0/+9
2018-01-12ui: mix misleading comments & return types of VNC I/O helper methodsDaniel P. Berrange1-14/+15
2018-01-12ui: add trace events related to VNC client throttlingDaniel P. Berrange1-0/+23
2018-01-12ui: place a hard cap on VNC server output buffer sizeDaniel P. Berrange1-0/+29
2018-01-12ui: fix VNC client throttling when forced update is requestedDaniel P. Berrange1-4/+24
2018-01-12ui: fix VNC client throttling when audio capture is activeDaniel P. Berrange1-8/+64
2018-01-12ui: refactor code for determining if an update should be sent to the clientDaniel P. Berrange1-7/+20
2018-01-12ui: correctly reset framebuffer update state after processing dirty regionsDaniel P. Berrange1-1/+1
2018-01-12ui: introduce enum to track VNC client framebuffer update request stateDaniel P. Berrange1-10/+11
2018-01-12ui: avoid pointless VNC updates if framebuffer isn't dirtyDaniel P. Berrange1-1/+1
2018-01-12ui: remove redundant indentation in vnc_client_updateDaniel P. Berrange1-55/+57
2018-01-12ui: remove unreachable code in vnc_update_clientDaniel P. Berrange1-5/+1
2018-01-12ui: remove 'sync' parameter from vnc_update_clientDaniel P. Berrange1-8/+3
2018-01-12vnc: fix debug spellingMarc-André Lureau1-1/+1
2017-10-04ui: Always remove an old VNC channel watch before adding a new oneBrandon Carpenter1-0/+4
2017-09-29ui: add tracing of VNC authentication processDaniel P. Berrange1-18/+18
2017-09-29ui: add tracing of VNC operations related to QIOChannelDaniel P. Berrange1-3/+8
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-3/+3