summaryrefslogtreecommitdiffstats
path: root/ui/vnc.h
Commit message (Expand)AuthorAgeFilesLines
* ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange2015-09-151-9/+6
* ui: fix return type for VNC I/O functions to be ssize_tDaniel P. Berrange2015-09-151-3/+3
* ui: convert VNC websockets to use crypto APIsDaniel P. Berrange2015-07-081-8/+0
* CVE-2015-1779: incrementally decode websocket framesDaniel P. Berrange2015-04-011-0/+2
* ui: remove separate gnutls_session for websockets serverDaniel P. Berrange2015-03-181-3/+0
* ui: fix setup of VNC websockets auth scheme with TLSDaniel P. Berrange2015-03-181-0/+2
* ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange2015-03-181-2/+2
* vnc: drop display+ws_display from VncDisplayGerd Hoffmann2015-03-121-3/+3
* vnc: track & limit connectionsGerd Hoffmann2015-01-221-0/+3
* vnc: remove vnc_display globalGerd Hoffmann2015-01-221-0/+2
* vnc update fixGerd Hoffmann2014-07-251-0/+1
* ui/vnc: fix potential memory corruption issuesPeter Lieven2014-07-011-6/+8
* qapi event: convert VNC eventsWenchao Xia2014-06-231-2/+2
* ui/vnc: optimize dirty bitmap trackingPeter Lieven2014-03-101-0/+4
* ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macroPeter Lieven2014-03-101-1/+5
* input: mouse: switch vnc ui to new coreGerd Hoffmann2014-03-051-0/+1
* TLS support for VNC WebsocketsTim Hardeck2013-05-031-1/+4
* vnc: Support for LED state extensionLei Li2013-04-291-0/+3
* console: gui timer fixesGerd Hoffmann2013-04-161-2/+0
* vnc: stop using DisplayStateGerd Hoffmann2013-03-181-2/+1
* console: kill DisplayState->opaqueGerd Hoffmann2013-03-181-0/+1
* vnc: fix possible uninitialized removalsTim Hardeck2013-01-211-0/+1
* vnc: added initial websocket protocol supportTim Hardeck2013-01-211-0/+19
* vnc: added buffer_advance functionTim Hardeck2013-01-211-0/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-5/+0
|\
| * vnc: add missing staticBlue Swirl2012-11-011-5/+0
* | pixman/vnc: use pixman images in vnc.Gerd Hoffmann2012-11-011-4/+15
|/
* Remove support for non-threaded VNC serverDaniel P. Berrange2012-06-271-17/+0
* vnc: don't mess up with iohandlers in the vnc threadCorentin Chary2012-03-141-0/+2
* vnc: implement shared flag handling.Gerd Hoffmann2012-02-101-0/+16
* Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange2011-07-231-0/+2
* vnc: Fix stack corruption and other bitmap related bugsStefan Weil2011-03-101-3/+6
* vnc: add a non-adaptive optionCorentin Chary2011-02-231-0/+1
* vnc: use the new generic bitmap functionsCorentin Chary2011-02-231-3/+4
* vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary2011-02-231-1/+26
* vnc: refresh lossy rect after a given timeoutCorentin Chary2011-02-231-0/+3
* vnc: add a way to get the update frequency for a given regionCorentin Chary2011-02-231-0/+19
* vnc: support password expireGerd Hoffmann2010-12-091-0/+1
* vnc: threaded VNC serverCorentin Chary2010-07-261-1/+52
* vnc: encapsulate encoding membersCorentin Chary2010-07-261-26/+33
* vnc: tight add PNG encodingCorentin Chary2010-07-261-1/+14
* ui: move all ui components in ui/Corentin Chary2010-07-261-0/+430
OpenPOWER on IntegriCloud