index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
vnc.c
Age
Commit message (
Expand
)
Author
2019-03-11
vnc: allow specifying a custom authorization object name
Daniel P. Berrange
2019-03-11
vnc: fix update stalls
Gerd Hoffmann
2019-02-26
authz: delete existing ACL implementation
Daniel P. Berrange
2019-02-18
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
2019-02-05
keymap: fix keyup mappings
Gerd Hoffmann
2019-02-05
keymap: pass full keyboard state to keysym2scancode
Gerd Hoffmann
2019-02-05
kbd-state: use state tracker for vnc
Gerd Hoffmann
2019-01-21
vnc: detect and optimize pageflips
Gerd Hoffmann
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-10-19
vnc: Clean up error reporting in vnc_init_func()
Markus Armbruster
2018-10-19
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
Fei Li
2018-10-01
vnc: call sasl_server_init() only when required
Marc-André Lureau
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-24
ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
Philippe Mathieu-Daudé
2018-08-24
vnc: remove support for deprecated tls, x509, x509verify options
Daniel P. Berrangé
2018-05-15
vnc: add magic cookie to VncState
Gerd Hoffmann
2018-04-27
vnc: fix use-after-free
Gerd Hoffmann
2018-03-12
vnc: deal with surface NULL pointers
Gerd Hoffmann
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-22
keymap: consider modifier state when picking a mapping
Gerd Hoffmann
2018-02-16
ui: check VNC audio frequency limit at time of reading from client
Daniel P. Berrangé
2018-02-16
ui: avoid risk of 32-bit int overflow in VNC buffer check
Daniel P. Berrangé
2018-02-16
vnc: fix segfault in closed connection handling
Klim Kireev
2018-02-16
vnc: remove bogus object_unref on client socket
Daniel P. Berrangé
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-02
ui: convert VNC server to QIONetListener
Daniel P. Berrange
2018-01-25
ui: avoid sign extension using client width/height
Daniel P. Berrange
2018-01-12
ui: mix misleading comments & return types of VNC I/O helper methods
Daniel P. Berrange
2018-01-12
ui: add trace events related to VNC client throttling
Daniel P. Berrange
2018-01-12
ui: place a hard cap on VNC server output buffer size
Daniel P. Berrange
2018-01-12
ui: fix VNC client throttling when forced update is requested
Daniel P. Berrange
2018-01-12
ui: fix VNC client throttling when audio capture is active
Daniel P. Berrange
2018-01-12
ui: refactor code for determining if an update should be sent to the client
Daniel P. Berrange
2018-01-12
ui: correctly reset framebuffer update state after processing dirty regions
Daniel P. Berrange
2018-01-12
ui: introduce enum to track VNC client framebuffer update request state
Daniel P. Berrange
2018-01-12
ui: avoid pointless VNC updates if framebuffer isn't dirty
Daniel P. Berrange
2018-01-12
ui: remove redundant indentation in vnc_client_update
Daniel P. Berrange
2018-01-12
ui: remove unreachable code in vnc_update_client
Daniel P. Berrange
2018-01-12
ui: remove 'sync' parameter from vnc_update_client
Daniel P. Berrange
2018-01-12
vnc: fix debug spelling
Marc-André Lureau
2017-10-04
ui: Always remove an old VNC channel watch before adding a new one
Brandon Carpenter
2017-09-29
ui: add tracing of VNC authentication process
Daniel P. Berrange
2017-09-29
ui: add tracing of VNC operations related to QIOChannel
Daniel P. Berrange
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-08-31
vnc: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
vnc: use QEMU_ALIGN_DOWN
Marc-André Lureau
[next]