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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
ui: fix VNC client throttling when forced update is requested
Daniel P. Berrange
1
-4
/
+24
2018-01-12
ui: fix VNC client throttling when audio capture is active
Daniel P. Berrange
1
-8
/
+64
2018-01-12
ui: refactor code for determining if an update should be sent to the client
Daniel P. Berrange
1
-7
/
+20
2018-01-12
ui: correctly reset framebuffer update state after processing dirty regions
Daniel P. Berrange
1
-1
/
+1
2018-01-12
ui: introduce enum to track VNC client framebuffer update request state
Daniel P. Berrange
1
-10
/
+11
2018-01-12
ui: avoid pointless VNC updates if framebuffer isn't dirty
Daniel P. Berrange
1
-1
/
+1
2018-01-12
ui: remove redundant indentation in vnc_client_update
Daniel P. Berrange
1
-55
/
+57
2018-01-12
ui: remove unreachable code in vnc_update_client
Daniel P. Berrange
1
-5
/
+1
2018-01-12
ui: remove 'sync' parameter from vnc_update_client
Daniel P. Berrange
1
-8
/
+3
2018-01-12
vnc: fix debug spelling
Marc-André Lureau
1
-1
/
+1
2017-10-04
ui: Always remove an old VNC channel watch before adding a new one
Brandon Carpenter
1
-0
/
+4
2017-09-29
ui: add tracing of VNC authentication process
Daniel P. Berrange
1
-18
/
+18
2017-09-29
ui: add tracing of VNC operations related to QIOChannel
Daniel P. Berrange
1
-3
/
+8
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-3
/
+3
2017-08-31
vnc: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
vnc: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-4
/
+4
2017-07-31
ui/vnc: fix leak of SocketAddress **
Philippe Mathieu-Daudé
1
-18
/
+18
2017-07-17
vnc: Set default kbd delay to 10ms
Alexander Graf
1
-1
/
+1
2017-06-21
ui: Remove inclusion of "hw/qdev.h"
Thomas Huth
1
-1
/
+0
2017-05-12
vnc: replace hweight_long() with ctpopl()
Cédric Le Goater
1
-3
/
+3
2017-05-11
ui: Support non-zero minimum values for absolute input axes
Philippe Voinov
1
-2
/
+2
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
1
-70
/
+68
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
1
-52
/
+52
2017-04-03
io vnc sockets: Clean up SocketAddressKind switches
Markus Armbruster
1
-6
/
+12
2017-04-03
nbd sockets vnc: Mark problematic address family tests TODO
Markus Armbruster
1
-0
/
+1
2017-04-03
vnc: allow to connect with add_client when -vnc none
Marc-André Lureau
1
-4
/
+4
2017-03-27
vnc: fix reverse mode
Gerd Hoffmann
1
-7
/
+10
2017-03-20
vnc: fix a qio-channel leak
Marc-André Lureau
1
-0
/
+1
2017-03-16
cirrus/vnc: zap bitblit support from console code.
Gerd Hoffmann
1
-100
/
+0
2017-02-27
vnc: fix double free issues
Gerd Hoffmann
1
-0
/
+3
2017-02-09
ui: add ability to specify multiple VNC listen addresses
Daniel P. Berrange
1
-62
/
+133
2017-02-09
ui: let VNC server listen on all resolved IP addresses
Daniel P. Berrange
1
-9
/
+43
2017-02-09
ui: extract code to connect/listen from vnc_display_open
Daniel P. Berrange
1
-42
/
+80
2017-02-09
ui: refactor code for populating SocketAddress from vnc_display_open
Daniel P. Berrange
1
-101
/
+181
2017-02-08
ui: refactor VncDisplay to allow multiple listening sockets
Daniel P. Berrange
1
-36
/
+67
2017-02-08
ui: fix reporting of VNC auth in query-vnc-servers
Daniel P. Berrange
1
-35
/
+50
2017-02-08
ui: fix regression handling bare 'websocket' option to -vnc
Daniel P. Berrange
1
-1
/
+7
2017-02-08
vnc: do not disconnect on EAGAIN
Michael Tokarev
1
-1
/
+2
2017-01-31
vnc: fix overflow in vnc_update_stats
Gerd Hoffmann
1
-2
/
+4
2017-01-31
ui: fix format specfier in vnc to avoid break in build.
Rami Rosen
1
-1
/
+1
2017-01-31
vnc: track LED state separately
Pierre Ossman
1
-43
/
+16
2017-01-10
ui/vnc: Fix problem with sending too many bytes as server name
Thomas Huth
1
-2
/
+6
2016-10-27
vnc: set name for all I/O channels created
Daniel P. Berrange
1
-0
/
+7
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
1
-1
/
+1
2016-10-13
ui: rename vnc_init_state to vnc_start_protocol
Daniel P. Berrange
1
-2
/
+2
2016-10-13
ui: move some initialization out of vnc_init_state
Daniel P. Berrange
1
-26
/
+23
2016-10-13
ui: remove bogus call to reset_keys() in vnc_init_state
Daniel P. Berrange
1
-1
/
+0
2016-10-13
ui: remove bogus call to graphic_hw_update() in vnc_listen_io
Daniel P. Berrange
1
-2
/
+0
2016-10-13
ui: refactor method for setting up VncDisplay auth types
Daniel P. Berrange
1
-72
/
+52
2016-10-13
ui: rename misleading 'VncDisplay' variables
Daniel P. Berrange
1
-136
/
+138
[prev]
[next]