aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.h
AgeCommit message (Expand)Author
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
2014-06-23qapi event: convert VNC eventsWenchao Xia
2014-03-10ui/vnc: optimize dirty bitmap trackingPeter Lieven
2014-03-10ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macroPeter Lieven
2014-03-05input: mouse: switch vnc ui to new coreGerd Hoffmann
2013-05-03TLS support for VNC WebsocketsTim Hardeck
2013-04-29vnc: Support for LED state extensionLei Li
2013-04-16console: gui timer fixesGerd Hoffmann
2013-03-18vnc: stop using DisplayStateGerd Hoffmann
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann
2013-01-21vnc: fix possible uninitialized removalsTim Hardeck
2013-01-21vnc: added initial websocket protocol supportTim Hardeck
2013-01-21vnc: added buffer_advance functionTim Hardeck
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini