aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)Author
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann
2018-02-16ui: check VNC audio frequency limit at time of reading from clientDaniel P. Berrangé
2018-02-16ui: avoid risk of 32-bit int overflow in VNC buffer checkDaniel P. Berrangé
2018-02-16vnc: fix segfault in closed connection handlingKlim Kireev
2018-02-16vnc: remove bogus object_unref on client socketDaniel P. Berrangé
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-02ui: convert VNC server to QIONetListenerDaniel P. Berrange
2018-01-25ui: avoid sign extension using client width/heightDaniel P. Berrange
2018-01-12ui: mix misleading comments & return types of VNC I/O helper methodsDaniel P. Berrange
2018-01-12ui: add trace events related to VNC client throttlingDaniel P. Berrange
2018-01-12ui: place a hard cap on VNC server output buffer sizeDaniel P. Berrange
2018-01-12ui: fix VNC client throttling when forced update is requestedDaniel P. Berrange
2018-01-12ui: fix VNC client throttling when audio capture is activeDaniel P. Berrange
2018-01-12ui: refactor code for determining if an update should be sent to the clientDaniel P. Berrange
2018-01-12ui: correctly reset framebuffer update state after processing dirty regionsDaniel P. Berrange
2018-01-12ui: introduce enum to track VNC client framebuffer update request stateDaniel P. Berrange
2018-01-12ui: avoid pointless VNC updates if framebuffer isn't dirtyDaniel P. Berrange
2018-01-12ui: remove redundant indentation in vnc_client_updateDaniel P. Berrange
2018-01-12ui: remove unreachable code in vnc_update_clientDaniel P. Berrange
2018-01-12ui: remove 'sync' parameter from vnc_update_clientDaniel P. Berrange
2018-01-12vnc: fix debug spellingMarc-André Lureau
2017-10-04ui: Always remove an old VNC channel watch before adding a new oneBrandon Carpenter
2017-09-29ui: add tracing of VNC authentication processDaniel P. Berrange
2017-09-29ui: add tracing of VNC operations related to QIOChannelDaniel P. Berrange
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-08-31vnc: use DIV_ROUND_UPMarc-André Lureau
2017-08-31vnc: use QEMU_ALIGN_DOWNMarc-André Lureau
2017-07-31ui/vnc: fix leak of SocketAddress **Philippe Mathieu-Daudé
2017-07-17vnc: Set default kbd delay to 10msAlexander Graf
2017-06-21ui: Remove inclusion of "hw/qdev.h"Thomas Huth
2017-05-12vnc: replace hweight_long() with ctpopl()Cédric Le Goater
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster
2017-04-03io vnc sockets: Clean up SocketAddressKind switchesMarkus Armbruster
2017-04-03nbd sockets vnc: Mark problematic address family tests TODOMarkus Armbruster
2017-04-03vnc: allow to connect with add_client when -vnc noneMarc-André Lureau
2017-03-27vnc: fix reverse modeGerd Hoffmann
2017-03-20vnc: fix a qio-channel leakMarc-André Lureau
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann
2017-02-27vnc: fix double free issuesGerd Hoffmann
2017-02-09ui: add ability to specify multiple VNC listen addressesDaniel P. Berrange
2017-02-09ui: let VNC server listen on all resolved IP addressesDaniel P. Berrange
2017-02-09ui: extract code to connect/listen from vnc_display_openDaniel P. Berrange