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
2022-01-13
ui/vnc.c: Fixed a deadlock bug.
Rao Lei
1
-2
/
+2
2021-12-21
ui: do not delay further remote resize
Marc-André Lureau
1
-1
/
+1
2021-12-21
ui: generalize clipboard notifier
Marc-André Lureau
1
-1
/
+1
2021-07-14
crypto: replace 'des-rfb' cipher with 'des'
Daniel P. Berrangé
1
-3
/
+17
2021-06-29
ui/vnc: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
1
-3
/
+4
2021-06-15
vnc: avoid deprecation warnings for SASL on OS X
Paolo Bonzini
1
-8
/
+2
2021-05-21
ui/vnc: clipboard support
Gerd Hoffmann
1
-6
/
+15
2021-05-21
vnc: spelling fix (enable->enabled)
Michael Tokarev
1
-1
/
+1
2021-03-23
vnc: support reload x509 certificates for vnc
Zihao Chang
1
-0
/
+28
2021-03-18
ui, monitor: remove deprecated VNC ACL option and HMP commands
Daniel P. Berrangé
1
-38
/
+0
2021-03-15
ui: honour the actual guest display dimensions without rounding
Daniel P. Berrangé
1
-4
/
+19
2021-03-15
ui: use client width/height in WMVi message
Daniel P. Berrangé
1
-2
/
+2
2021-03-15
ui: add more trace points for VNC client/server messages
Daniel P. Berrangé
1
-2
/
+19
2021-03-15
ui: introduce "password-secret" option for VNC servers
Daniel P. Berrangé
1
-1
/
+22
2021-03-04
ui/console: Pass placeholder surface to displays
Akihiko Odaki
1
-10
/
+0
2021-03-04
ui/console: Add placeholder flag to message surface
Akihiko Odaki
1
-1
/
+1
2021-01-27
vnc: send extended desktop resize on update requests
Gerd Hoffmann
1
-0
/
+3
2021-01-27
Revert "vnc: move initialization to framebuffer_update_request"
Gerd Hoffmann
1
-4
/
+7
2021-01-23
vnc: support "-vnc help"
Paolo Bonzini
1
-4
/
+4
2021-01-15
vnc: add support for extended desktop resize
Gerd Hoffmann
1
-1
/
+63
2021-01-15
vnc: move initialization to framebuffer_update_request
Gerd Hoffmann
1
-7
/
+4
2021-01-15
vnc: move check into vnc_cursor_define
Gerd Hoffmann
1
-6
/
+6
2021-01-15
vnc: Fix a memleak in vnc_display_connect()
Alex Chen
1
-0
/
+1
2021-01-15
ui: add support for remote power control to VNC server
Daniel P. Berrangé
1
-0
/
+59
2021-01-15
vnc: fix unfinalized tlscreds for VncDisplay
Zihao Chang
1
-1
/
+1
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-15
/
+6
2020-12-11
ui/vnc: Add missing lock for send_color_map
Peng Liang
1
-0
/
+2
2020-12-11
vnc: add alpha cursor support
Gerd Hoffmann
1
-3
/
+18
2020-12-11
vnc: drop unused copyrect feature
Gerd Hoffmann
1
-3
/
+0
2020-11-04
vnc: fix resource leak when websocket channel error
Ding Hui
1
-6
/
+18
2020-07-10
qom: Crash more nicely on object_property_get_link() failure
Markus Armbruster
1
-1
/
+1
2020-07-02
vnc: Plug minor memory leak in vnc_display_open()
Markus Armbruster
1
-2
/
+1
2020-07-02
Clean up some calls to ignore Error objects the right way
Markus Armbruster
1
-2
/
+1
2020-05-26
audio: Let capture_callback handler use const buffer argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-21
vnc: prioritize ZRLE compression over ZLIB
Cameron Esfahani
1
-2
/
+9
2020-01-21
Revert "vnc: allow fall back to RAW encoding"
Gerd Hoffmann
1
-18
/
+2
2019-12-18
vnc: drop Error pointer indirection in vnc_client_io_error
Vladimir Sementsov-Ogievskiy
1
-13
/
+7
2019-09-17
vnc: fix memory leak when vnc disconnect
Li Qiang
1
-12
/
+16
2019-09-17
vnc: fix websocket field in events
Gerd Hoffmann
1
-0
/
+1
2019-09-03
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
1
-2
/
+2
2019-08-21
audio: add audiodev property to vnc and wav_capture
Kővágó, Zoltán
1
-1
/
+14
2019-08-21
audio: basic support for multi backend audio
Kővágó, Zoltán
1
-1
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
trace: Do not include qom/cpu.h into generated trace.h
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-05-22
ui/vnc: Use gcrypto_random_bytes for start_auth_vnc
Richard Henderson
1
-11
/
+11
2019-05-22
ui/vnc: Split out authentication_failed
Richard Henderson
1
-22
/
+15
2019-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...
Peter Maydell
1
-13
/
+13
2019-03-11
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
1
-13
/
+13
2019-03-11
vnc: allow specifying a custom authorization object name
Daniel P. Berrange
1
-9
/
+49
[next]