aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.h
AgeCommit message (Expand)Author
2021-03-15ui: honour the actual guest display dimensions without roundingDaniel P. Berrangé
2021-01-15vnc: add support for extended desktop resizeGerd Hoffmann
2021-01-15ui: add support for remote power control to VNC serverDaniel P. Berrangé
2020-12-11vnc: add alpha cursor supportGerd Hoffmann
2020-12-11vnc: add pseudo encodingsGerd Hoffmann
2020-12-11vnc: drop unused copyrect featureGerd Hoffmann
2020-12-11vnc: use enum for featuresGerd Hoffmann
2019-12-18vnc: drop Error pointer indirection in vnc_client_io_errorVladimir Sementsov-Ogievskiy
2019-09-17vnc: fix memory leak when vnc disconnectLi Qiang
2019-08-21audio: add audiodev property to vnc and wav_captureKővágó, Zoltán
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange
2019-02-05kbd-state: use state tracker for vncGerd Hoffmann
2018-07-03qapi: add conditions to VNC type/commands/events on the schemaMarc-André Lureau
2018-05-15vnc: add magic cookie to VncStateGerd Hoffmann
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus 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: 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: introduce enum to track VNC client framebuffer update request stateDaniel P. Berrange
2017-02-08ui: refactor VncDisplay to allow multiple listening socketsDaniel P. Berrange
2017-01-31vnc: track LED state separatelyPierre Ossman
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: refactor method for setting up VncDisplay auth typesDaniel P. Berrange
2016-10-13ui: remove 'ws_tls' field from VncStateDaniel P. Berrange
2016-10-13ui: remove 'enabled' and 'ws_enabled' fields from VncStateDaniel P. Berrange
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-06-03vnc: add configurable keyboard delayGerd Hoffmann
2016-02-23all: Clean up includesPeter Maydell
2015-12-18ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange
2015-12-18ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange
2015-12-18ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange
2015-10-20util: pull Buffer code out of VNC moduleDaniel P. Berrange
2015-09-15ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange
2015-09-15ui: fix return type for VNC I/O functions to be ssize_tDaniel P. Berrange
2015-07-08ui: convert VNC websockets to use crypto APIsDaniel P. Berrange
2015-04-01CVE-2015-1779: incrementally decode websocket framesDaniel P. Berrange
2015-03-18ui: remove separate gnutls_session for websockets serverDaniel P. Berrange
2015-03-18ui: fix setup of VNC websockets auth scheme with TLSDaniel P. Berrange
2015-03-18ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange
2015-03-12vnc: drop display+ws_display from VncDisplayGerd Hoffmann
2015-01-22vnc: track & limit connectionsGerd Hoffmann
2015-01-22vnc: remove vnc_display globalGerd Hoffmann
2014-07-25vnc update fixGerd Hoffmann
2014-07-01ui/vnc: fix potential memory corruption issuesPeter Lieven