summaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-31vnc: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31vnc: use QEMU_ALIGN_DOWNMarc-André Lureau1-4/+4
2017-07-31ui/vnc: fix leak of SocketAddress **Philippe Mathieu-Daudé1-18/+18
2017-07-17vnc: Set default kbd delay to 10msAlexander Graf1-1/+1
2017-06-21ui: Remove inclusion of "hw/qdev.h"Thomas Huth1-1/+0
2017-05-12vnc: replace hweight_long() with ctpopl()Cédric Le Goater1-3/+3
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov1-2/+2
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster1-70/+68
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster1-52/+52
2017-04-03io vnc sockets: Clean up SocketAddressKind switchesMarkus Armbruster1-6/+12
2017-04-03nbd sockets vnc: Mark problematic address family tests TODOMarkus Armbruster1-0/+1
2017-04-03vnc: allow to connect with add_client when -vnc noneMarc-André Lureau1-4/+4
2017-03-27vnc: fix reverse modeGerd Hoffmann1-7/+10
2017-03-20vnc: fix a qio-channel leakMarc-André Lureau1-0/+1
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann1-100/+0
2017-02-27vnc: fix double free issuesGerd Hoffmann1-0/+3
2017-02-09ui: add ability to specify multiple VNC listen addressesDaniel P. Berrange1-62/+133
2017-02-09ui: let VNC server listen on all resolved IP addressesDaniel P. Berrange1-9/+43