index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
vnc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-18
vnc: drop Error pointer indirection in vnc_client_io_error
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-09-17
vnc: fix memory leak when vnc disconnect
Li Qiang
1
-2
/
+2
2019-08-21
audio: add audiodev property to vnc and wav_capture
Kővágó, Zoltán
1
-0
/
+2
2019-08-16
Include generated QAPI headers less
Markus Armbruster
1
-1
/
+0
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-02-26
authz: delete existing ACL implementation
Daniel P. Berrange
1
-1
/
+3
2019-02-05
kbd-state: use state tracker for vnc
Gerd Hoffmann
1
-3
/
+2
2018-07-03
qapi: add conditions to VNC type/commands/events on the schema
Marc-André Lureau
1
-0
/
+2
2018-05-15
vnc: add magic cookie to VncState
Gerd Hoffmann
1
-0
/
+3
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-0
/
+1
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2018-02-02
ui: convert VNC server to QIONetListener
Daniel P. Berrange
1
-6
/
+3
2018-01-25
ui: avoid sign extension using client width/height
Daniel P. Berrange
1
-2
/
+2
2018-01-12
ui: mix misleading comments & return types of VNC I/O helper methods
Daniel P. Berrange
1
-3
/
+3
2018-01-12
ui: fix VNC client throttling when forced update is requested
Daniel P. Berrange
1
-0
/
+7
2018-01-12
ui: fix VNC client throttling when audio capture is active
Daniel P. Berrange
1
-0
/
+6
2018-01-12
ui: introduce enum to track VNC client framebuffer update request state
Daniel P. Berrange
1
-2
/
+7
2017-02-08
ui: refactor VncDisplay to allow multiple listening sockets
Daniel P. Berrange
1
-4
/
+6
2017-01-31
vnc: track LED state separately
Pierre Ossman
1
-1
/
+2
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
[next]