Age | Commit message (Expand) | Author | Files | Lines |
2016-10-13 | ui: rename vnc_init_state to vnc_start_protocol | Daniel P. Berrange | 1 | -1/+1 |
2016-10-13 | ui: move some initialization out of vnc_init_state | Daniel P. Berrange | 1 | -1/+0 |
2016-10-13 | ui: refactor method for setting up VncDisplay auth types | Daniel P. Berrange | 1 | -0/+1 |
2016-10-13 | ui: remove 'ws_tls' field from VncState | Daniel P. Berrange | 1 | -1/+0 |
2016-10-13 | ui: remove 'enabled' and 'ws_enabled' fields from VncState | Daniel P. Berrange | 1 | -2/+0 |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster | 1 | -3/+3 |
2016-06-03 | vnc: add configurable keyboard delay | Gerd Hoffmann | 1 | -0/+1 |
2016-02-23 | all: Clean up includes | Peter Maydell | 1 | -1/+0 |
2015-12-18 | ui: convert VNC server to use QIOChannelWebsock | Daniel P. Berrange | 1 | -4/+0 |
2015-12-18 | ui: convert VNC server to use QIOChannelTLS | Daniel P. Berrange | 1 | -3/+2 |
2015-12-18 | ui: convert VNC server to use QIOChannelSocket | Daniel P. Berrange | 1 | -9/+13 |
2015-10-20 | util: pull Buffer code out of VNC module | Daniel P. Berrange | 1 | -15/+1 |
2015-09-15 | ui: convert VNC server to use QCryptoTLSSession | Daniel P. Berrange | 1 | -9/+6 |
2015-09-15 | ui: fix return type for VNC I/O functions to be ssize_t | Daniel P. Berrange | 1 | -3/+3 |
2015-07-08 | ui: convert VNC websockets to use crypto APIs | Daniel P. Berrange | 1 | -8/+0 |
2015-04-01 | CVE-2015-1779: incrementally decode websocket frames | Daniel P. Berrange | 1 | -0/+2 |
2015-03-18 | ui: remove separate gnutls_session for websockets server | Daniel P. Berrange | 1 | -3/+0 |
2015-03-18 | ui: fix setup of VNC websockets auth scheme with TLS | Daniel P. Berrange | 1 | -0/+2 |
2015-03-18 | ui: report error if user requests VNC option that is unsupported | Daniel P. Berrange | 1 | -2/+2 |
2015-03-12 | vnc: drop display+ws_display from VncDisplay | Gerd Hoffmann | 1 | -3/+3 |
2015-01-22 | vnc: track & limit connections | Gerd Hoffmann | 1 | -0/+3 |
2015-01-22 | vnc: remove vnc_display global | Gerd Hoffmann | 1 | -0/+2 |
2014-07-25 | vnc update fix | Gerd Hoffmann | 1 | -0/+1 |
2014-07-01 | ui/vnc: fix potential memory corruption issues | Peter Lieven | 1 | -6/+8 |
2014-06-23 | qapi event: convert VNC events | Wenchao Xia | 1 | -2/+2 |
2014-03-10 | ui/vnc: optimize dirty bitmap tracking | Peter Lieven | 1 | -0/+4 |
2014-03-10 | ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro | Peter Lieven | 1 | -1/+5 |
2014-03-05 | input: mouse: switch vnc ui to new core | Gerd Hoffmann | 1 | -0/+1 |
2013-05-03 | TLS support for VNC Websockets | Tim Hardeck | 1 | -1/+4 |
2013-04-29 | vnc: Support for LED state extension | Lei Li | 1 | -0/+3 |
2013-04-16 | console: gui timer fixes | Gerd Hoffmann | 1 | -2/+0 |
2013-03-18 | vnc: stop using DisplayState | Gerd Hoffmann | 1 | -2/+1 |
2013-03-18 | console: kill DisplayState->opaque | Gerd Hoffmann | 1 | -0/+1 |
2013-01-21 | vnc: fix possible uninitialized removals | Tim Hardeck | 1 | -0/+1 |
2013-01-21 | vnc: added initial websocket protocol support | Tim Hardeck | 1 | -0/+19 |
2013-01-21 | vnc: added buffer_advance function | Tim Hardeck | 1 | -0/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -3/+3 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 1 | -1/+1 |
2012-11-03 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Blue Swirl | 1 | -5/+0 |
2012-11-01 | vnc: add missing static | Blue Swirl | 1 | -5/+0 |
2012-11-01 | pixman/vnc: use pixman images in vnc. | Gerd Hoffmann | 1 | -4/+15 |
2012-06-27 | Remove support for non-threaded VNC server | Daniel P. Berrange | 1 | -17/+0 |
2012-03-14 | vnc: don't mess up with iohandlers in the vnc thread | Corentin Chary | 1 | -0/+2 |
2012-02-10 | vnc: implement shared flag handling. | Gerd Hoffmann | 1 | -0/+16 |
2011-07-23 | Store VNC auth scheme per-client as well as per-server | Daniel P. Berrange | 1 | -0/+2 |
2011-03-10 | vnc: Fix stack corruption and other bitmap related bugs | Stefan Weil | 1 | -3/+6 |
2011-02-23 | vnc: add a non-adaptive option | Corentin Chary | 1 | -0/+1 |
2011-02-23 | vnc: use the new generic bitmap functions | Corentin Chary | 1 | -3/+4 |
2011-02-23 | vnc: Add ZRLE and ZYWRLE encodings. | Corentin Chary | 1 | -1/+26 |