aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)Author
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost
2016-03-08vnc: send cursor when a new client is connectingFrediano Ziglio
2016-03-05util: Shorten references into SocketAddressEric Blake
2016-03-01qapi: rename input buttonsGerd Hoffmann
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann
2016-02-04ui: Clean up includesPeter Maydell
2016-01-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-socket-20160120-1' int...Peter Maydell
2016-01-19vnc: distiguish between ipv4/ipv6 omitted vs set to offDaniel P. Berrange
2016-01-18vnc: fix tls-creds error messageWolfgang Bumiller
2016-01-18vnc: clear vs->tlscreds after unparenting itWolfgang Bumiller
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2015-12-18ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange
2015-12-18ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange
2015-12-18ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-03ui: vnc: avoid floating point exceptionPrasad J Pandit
2015-11-26vnc: fix segfaultGerd Hoffmann
2015-11-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-05vnc: fix mismergeGerd Hoffmann
2015-11-05vnc: only alloc server surface with clients connectedGerd Hoffmann
2015-11-05vnc: use vnc_{width,height} in vnc_set_area_dirtyGerd Hoffmann
2015-11-05vnc: factor out vnc_update_server_surfaceGerd Hoffmann
2015-11-05vnc: add vnc_width+vnc_height helpersGerd Hoffmann
2015-11-05vnc: zap dead codeGerd Hoffmann
2015-11-05vnc: attach names to buffersGerd Hoffmann
2015-11-03vnc: fix bug: vnc server can't start when 'to' is specifiedYang Hongyang
2015-11-03vnc: allow fall back to RAW encodingPeter Lieven
2015-11-02sockets: Convert to new qapi union layoutEric Blake
2015-11-02qapi: Unbox base membersEric Blake
2015-11-02vnc: Hoist allocation of VncBasicInfo to callersEric Blake
2015-10-20util: pull Buffer code out of VNC moduleDaniel P. Berrange
2015-10-20ui: convert VNC startup code to use SocketAddressDaniel P. Berrange
2015-09-15ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange
2015-09-15ui: fix return type for VNC I/O functions to be ssize_tDaniel P. Berrange
2015-08-26vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann
2015-07-24vnc: fix memory leakGonglei
2015-07-14vnc: fix vnc client authenticationWolfgang Bumiller
2015-07-08ui: convert VNC to use generic cipher APIDaniel P. Berrange
2015-07-08ui: convert VNC websockets to use crypto APIsDaniel P. Berrange
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster