aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-09ui: extract code to connect/listen from vnc_display_openDaniel P. Berrange1-42/+80
2017-02-09ui: refactor code for populating SocketAddress from vnc_display_openDaniel P. Berrange1-101/+181
2017-02-08ui: refactor VncDisplay to allow multiple listening socketsDaniel P. Berrange1-36/+67
2017-02-08ui: fix reporting of VNC auth in query-vnc-serversDaniel P. Berrange1-35/+50
2017-02-08ui: fix regression handling bare 'websocket' option to -vncDaniel P. Berrange1-1/+7
2017-02-08vnc: do not disconnect on EAGAINMichael Tokarev1-1/+2
2017-01-31vnc: fix overflow in vnc_update_statsGerd Hoffmann1-2/+4
2017-01-31ui: fix format specfier in vnc to avoid break in build.Rami Rosen1-1/+1
2017-01-31vnc: track LED state separatelyPierre Ossman1-43/+16
2017-01-10ui/vnc: Fix problem with sending too many bytes as server nameThomas Huth1-2/+6
2016-10-27vnc: set name for all I/O channels createdDaniel P. Berrange1-0/+7
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-1/+1
2016-10-13ui: rename vnc_init_state to vnc_start_protocolDaniel P. Berrange1-2/+2
2016-10-13ui: move some initialization out of vnc_init_stateDaniel P. Berrange1-26/+23
2016-10-13ui: remove bogus call to reset_keys() in vnc_init_stateDaniel P. Berrange1-1/+0