aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)Author
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
2017-02-09ui: refactor code for populating SocketAddress from vnc_display_openDaniel P. Berrange
2017-02-08ui: refactor VncDisplay to allow multiple listening socketsDaniel P. Berrange
2017-02-08ui: fix reporting of VNC auth in query-vnc-serversDaniel P. Berrange
2017-02-08ui: fix regression handling bare 'websocket' option to -vncDaniel P. Berrange
2017-02-08vnc: do not disconnect on EAGAINMichael Tokarev
2017-01-31vnc: fix overflow in vnc_update_statsGerd Hoffmann
2017-01-31ui: fix format specfier in vnc to avoid break in build.Rami Rosen
2017-01-31vnc: track LED state separatelyPierre Ossman
2017-01-10ui/vnc: Fix problem with sending too many bytes as server nameThomas Huth
2016-10-27vnc: set name for all I/O channels createdDaniel P. Berrange
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-10-13ui: rename vnc_init_state to vnc_start_protocolDaniel P. Berrange
2016-10-13ui: move some initialization out of vnc_init_stateDaniel P. Berrange
2016-10-13ui: remove bogus call to reset_keys() in vnc_init_stateDaniel P. Berrange