aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.h
AgeCommit message (Expand)Author
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
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-01vnc: add missing staticBlue Swirl
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary
2012-02-10vnc: implement shared flag handling.Gerd Hoffmann
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil
2011-02-23vnc: add a non-adaptive optionCorentin Chary