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
2016-06-10
vnc: drop unused depth arg for set_pixel_format
Gerd Hoffmann
2016-06-03
vnc: add configurable keyboard delay
Gerd Hoffmann
2016-06-03
vnc: Add support for color map
Alexander Graf
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-16
module: Rename machine_init() to opts_init()
Eduardo Habkost
2016-03-08
vnc: send cursor when a new client is connecting
Frediano Ziglio
2016-03-05
util: Shorten references into SocketAddress
Eric Blake
2016-03-01
qapi: rename input buttons
Gerd Hoffmann
2016-03-01
console: add & use qemu_console_lookup_by_device_name
Gerd Hoffmann
2016-02-04
ui: Clean up includes
Peter Maydell
2016-01-21
Merge remote-tracking branch 'remotes/kraxel/tags/pull-socket-20160120-1' int...
Peter Maydell
2016-01-19
vnc: distiguish between ipv4/ipv6 omitted vs set to off
Daniel P. Berrange
2016-01-18
vnc: fix tls-creds error message
Wolfgang Bumiller
2016-01-18
vnc: clear vs->tlscreds after unparenting it
Wolfgang Bumiller
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2015-12-18
ui: convert VNC server to use QIOChannelWebsock
Daniel P. Berrange
2015-12-18
ui: convert VNC server to use QIOChannelTLS
Daniel P. Berrange
2015-12-18
ui: convert VNC server to use QIOChannelSocket
Daniel P. Berrange
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-12-03
ui: vnc: avoid floating point exception
Prasad J Pandit
2015-11-26
vnc: fix segfault
Gerd Hoffmann
2015-11-17
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...
Peter Maydell
2015-11-06
ui: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-11-05
vnc: fix mismerge
Gerd Hoffmann
2015-11-05
vnc: only alloc server surface with clients connected
Gerd Hoffmann
2015-11-05
vnc: use vnc_{width,height} in vnc_set_area_dirty
Gerd Hoffmann
2015-11-05
vnc: factor out vnc_update_server_surface
Gerd Hoffmann
2015-11-05
vnc: add vnc_width+vnc_height helpers
Gerd Hoffmann
2015-11-05
vnc: zap dead code
Gerd Hoffmann
2015-11-05
vnc: attach names to buffers
Gerd Hoffmann
2015-11-03
vnc: fix bug: vnc server can't start when 'to' is specified
Yang Hongyang
2015-11-03
vnc: allow fall back to RAW encoding
Peter Lieven
2015-11-02
sockets: Convert to new qapi union layout
Eric Blake
2015-11-02
qapi: Unbox base members
Eric Blake
2015-11-02
vnc: Hoist allocation of VncBasicInfo to callers
Eric Blake
2015-10-20
util: pull Buffer code out of VNC module
Daniel P. Berrange
2015-10-20
ui: convert VNC startup code to use SocketAddress
Daniel P. Berrange
2015-09-15
ui: convert VNC server to use QCryptoTLSSession
Daniel P. Berrange
2015-09-15
ui: fix return type for VNC I/O functions to be ssize_t
Daniel P. Berrange
2015-08-26
vnc: fix memory corruption (CVE-2015-5225)
Gerd Hoffmann
2015-07-24
vnc: fix memory leak
Gonglei
2015-07-14
vnc: fix vnc client authentication
Wolfgang Bumiller
2015-07-08
ui: convert VNC to use generic cipher API
Daniel P. Berrange
2015-07-08
ui: convert VNC websockets to use crypto APIs
Daniel P. Berrange
2015-07-07
crypto: move built-in D3DES implementation into crypto/
Daniel P. Berrange
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
[next]