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
*
vnc: prioritize ZRLE compression over ZLIB
Cameron Esfahani
2020-01-21
1
-2
/
+9
*
Revert "vnc: allow fall back to RAW encoding"
Gerd Hoffmann
2020-01-21
1
-18
/
+2
*
vnc: drop Error pointer indirection in vnc_client_io_error
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-13
/
+7
*
vnc: fix memory leak when vnc disconnect
Li Qiang
2019-09-17
1
-12
/
+16
*
vnc: fix websocket field in events
Gerd Hoffmann
2019-09-17
1
-0
/
+1
*
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
2019-09-03
1
-2
/
+2
*
audio: add audiodev property to vnc and wav_capture
Kővágó, Zoltán
2019-08-21
1
-1
/
+14
*
audio: basic support for multi backend audio
Kővágó, Zoltán
2019-08-21
1
-1
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
trace: Do not include qom/cpu.h into generated trace.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
ui/vnc: Use gcrypto_random_bytes for start_auth_vnc
Richard Henderson
2019-05-22
1
-11
/
+11
*
ui/vnc: Split out authentication_failed
Richard Henderson
2019-05-22
1
-22
/
+15
*
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...
Peter Maydell
2019-03-12
1
-13
/
+13
|
\
|
*
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
2019-03-11
1
-13
/
+13
*
|
vnc: allow specifying a custom authorization object name
Daniel P. Berrange
2019-03-11
1
-9
/
+49
*
|
vnc: fix update stalls
Gerd Hoffmann
2019-03-11
1
-0
/
+6
|
/
*
authz: delete existing ACL implementation
Daniel P. Berrange
2019-02-26
1
-12
/
+25
*
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
2019-02-18
1
-1
/
+2
*
keymap: fix keyup mappings
Gerd Hoffmann
2019-02-05
1
-1
/
+1
*
keymap: pass full keyboard state to keysym2scancode
Gerd Hoffmann
2019-02-05
1
-4
/
+1
*
kbd-state: use state tracker for vnc
Gerd Hoffmann
2019-02-05
1
-87
/
+33
*
vnc: detect and optimize pageflips
Gerd Hoffmann
2019-01-21
1
-3
/
+22
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
vnc: Clean up error reporting in vnc_init_func()
Markus Armbruster
2018-10-19
1
-4
/
+4
*
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
Fei Li
2018-10-19
1
-5
/
+10
*
vnc: call sasl_server_init() only when required
Marc-André Lureau
2018-10-01
1
-7
/
+8
*
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
1
-4
/
+3
*
ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
Philippe Mathieu-Daudé
2018-08-24
1
-1
/
+2
*
vnc: remove support for deprecated tls, x509, x509verify options
Daniel P. Berrangé
2018-08-24
1
-91
/
+0
*
vnc: add magic cookie to VncState
Gerd Hoffmann
2018-05-15
1
-1
/
+9
*
vnc: fix use-after-free
Gerd Hoffmann
2018-04-27
1
-2
/
+3
*
vnc: deal with surface NULL pointers
Gerd Hoffmann
2018-03-12
1
-0
/
+10
*
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
keymap: consider modifier state when picking a mapping
Gerd Hoffmann
2018-02-22
1
-2
/
+7
*
ui: check VNC audio frequency limit at time of reading from client
Daniel P. Berrangé
2018-02-16
1
-9
/
+13
*
ui: avoid risk of 32-bit int overflow in VNC buffer check
Daniel P. Berrangé
2018-02-16
1
-2
/
+2
*
vnc: fix segfault in closed connection handling
Klim Kireev
2018-02-16
1
-1
/
+14
*
vnc: remove bogus object_unref on client socket
Daniel P. Berrangé
2018-02-16
1
-1
/
+0
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Eliminate qapi/qmp/types.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
ui: convert VNC server to QIONetListener
Daniel P. Berrange
2018-02-02
1
-140
/
+55
*
ui: avoid sign extension using client width/height
Daniel P. Berrange
2018-01-25
1
-0
/
+9
*
ui: mix misleading comments & return types of VNC I/O helper methods
Daniel P. Berrange
2018-01-12
1
-14
/
+15
*
ui: add trace events related to VNC client throttling
Daniel P. Berrange
2018-01-12
1
-0
/
+23
*
ui: place a hard cap on VNC server output buffer size
Daniel P. Berrange
2018-01-12
1
-0
/
+29
*
ui: fix VNC client throttling when forced update is requested
Daniel P. Berrange
2018-01-12
1
-4
/
+24
[next]