index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
vnc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui/vnc: fix leak of SocketAddress **
Philippe Mathieu-Daudé
2017-07-31
1
-18
/
+18
*
vnc: Set default kbd delay to 10ms
Alexander Graf
2017-07-17
1
-1
/
+1
*
ui: Remove inclusion of "hw/qdev.h"
Thomas Huth
2017-06-21
1
-1
/
+0
*
vnc: replace hweight_long() with ctpopl()
Cédric Le Goater
2017-05-12
1
-3
/
+3
*
ui: Support non-zero minimum values for absolute input axes
Philippe Voinov
2017-05-11
1
-2
/
+2
*
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
1
-70
/
+68
*
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2017-05-09
1
-52
/
+52
*
io vnc sockets: Clean up SocketAddressKind switches
Markus Armbruster
2017-04-03
1
-6
/
+12
*
nbd sockets vnc: Mark problematic address family tests TODO
Markus Armbruster
2017-04-03
1
-0
/
+1
*
vnc: allow to connect with add_client when -vnc none
Marc-André Lureau
2017-04-03
1
-4
/
+4
*
vnc: fix reverse mode
Gerd Hoffmann
2017-03-27
1
-7
/
+10
*
vnc: fix a qio-channel leak
Marc-André Lureau
2017-03-20
1
-0
/
+1
*
cirrus/vnc: zap bitblit support from console code.
Gerd Hoffmann
2017-03-16
1
-100
/
+0
*
vnc: fix double free issues
Gerd Hoffmann
2017-02-27
1
-0
/
+3
*
ui: add ability to specify multiple VNC listen addresses
Daniel P. Berrange
2017-02-09
1
-62
/
+133
*
ui: let VNC server listen on all resolved IP addresses
Daniel P. Berrange
2017-02-09
1
-9
/
+43
*
ui: extract code to connect/listen from vnc_display_open
Daniel P. Berrange
2017-02-09
1
-42
/
+80
*
ui: refactor code for populating SocketAddress from vnc_display_open
Daniel P. Berrange
2017-02-09
1
-101
/
+181
*
ui: refactor VncDisplay to allow multiple listening sockets
Daniel P. Berrange
2017-02-08
1
-36
/
+67
*
ui: fix reporting of VNC auth in query-vnc-servers
Daniel P. Berrange
2017-02-08
1
-35
/
+50
*
ui: fix regression handling bare 'websocket' option to -vnc
Daniel P. Berrange
2017-02-08
1
-1
/
+7
*
vnc: do not disconnect on EAGAIN
Michael Tokarev
2017-02-08
1
-1
/
+2
*
vnc: fix overflow in vnc_update_stats
Gerd Hoffmann
2017-01-31
1
-2
/
+4
*
ui: fix format specfier in vnc to avoid break in build.
Rami Rosen
2017-01-31
1
-1
/
+1
*
vnc: track LED state separately
Pierre Ossman
2017-01-31
1
-43
/
+16
*
ui/vnc: Fix problem with sending too many bytes as server name
Thomas Huth
2017-01-10
1
-2
/
+6
*
vnc: set name for all I/O channels created
Daniel P. Berrange
2016-10-27
1
-0
/
+7
*
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
2016-10-19
1
-1
/
+1
*
ui: rename vnc_init_state to vnc_start_protocol
Daniel P. Berrange
2016-10-13
1
-2
/
+2
*
ui: move some initialization out of vnc_init_state
Daniel P. Berrange
2016-10-13
1
-26
/
+23
*
ui: remove bogus call to reset_keys() in vnc_init_state
Daniel P. Berrange
2016-10-13
1
-1
/
+0
*
ui: remove bogus call to graphic_hw_update() in vnc_listen_io
Daniel P. Berrange
2016-10-13
1
-2
/
+0
*
ui: refactor method for setting up VncDisplay auth types
Daniel P. Berrange
2016-10-13
1
-72
/
+52
*
ui: rename misleading 'VncDisplay' variables
Daniel P. Berrange
2016-10-13
1
-136
/
+138
*
ui: remove 'ws_tls' field from VncState
Daniel P. Berrange
2016-10-13
1
-10
/
+1
*
ui: remove 'enabled' and 'ws_enabled' fields from VncState
Daniel P. Berrange
2016-10-13
1
-13
/
+10
*
ui: remove misleading comment from vnc_init_state
Daniel P. Berrange
2016-10-13
1
-2
/
+0
*
vnc: fix qemu crash because of SIGSEGV
Gonglei
2016-09-13
1
-0
/
+4
*
ui: fix refresh of VNC server surface
Daniel P. Berrange
2016-08-30
1
-9
/
+11
*
error: Fix error_printf() calls lacking newlines
Markus Armbruster
2016-08-08
1
-1
/
+1
*
vnc: ensure connection sharing/limits is always configured
Daniel P. Berrange
2016-08-03
1
-0
/
+3
*
vnc: fix crash when vnc_server_info_get has an error
Daniel P. Berrange
2016-08-03
1
-1
/
+1
*
vnc: don't crash getting server info if lsock is NULL
Daniel P. Berrange
2016-08-03
1
-0
/
+5
*
vnc: make sure we finish disconnect
Gerd Hoffmann
2016-07-15
1
-0
/
+5
*
ui: avoid crash if vnc client disconnects with writes pending
Daniel P. Berrange
2016-07-12
1
-4
/
+9
*
vnc: fix incorrect checking condition when updating client
Gonglei
2016-07-12
1
-1
/
+1
*
vnc: generalize "VNC server running on ..." message
Paolo Bonzini
2016-06-29
1
-11
/
+12
*
ui: fix regression in printing VNC host/port on startup
Daniel P. Berrange
2016-06-10
1
-1
/
+1
*
vnc: drop unused depth arg for set_pixel_format
Gerd Hoffmann
2016-06-10
1
-4
/
+2
*
vnc: add configurable keyboard delay
Gerd Hoffmann
2016-06-03
1
-2
/
+11
[next]