summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
* ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella2022-10-111-3/+8
* Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson2022-04-271-80/+76Star
|\
| * qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy2022-04-271-0/+23
| * ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy2022-04-271-78/+51Star
| * Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri2022-04-271-2/+2
* | softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-7/+0Star
|/
* Move error_printf_unless_qmp() with monitor unitMarc-André Lureau2022-04-211-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian2022-03-181-9/+17
* ui/vnc.c: Fixed a deadlock bug.Rao Lei2022-01-131-2/+2
* ui: do not delay further remote resizeMarc-André Lureau2021-12-211-1/+1
* ui: generalize clipboard notifierMarc-André Lureau2021-12-211-1/+1
* crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé2021-07-141-3/+17
* ui/vnc: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-06-291-3/+4
* vnc: avoid deprecation warnings for SASL on OS XPaolo Bonzini2021-06-151-8/+2Star
* ui/vnc: clipboard supportGerd Hoffmann2021-05-211-6/+15
* vnc: spelling fix (enable->enabled)Michael Tokarev2021-05-211-1/+1
* vnc: support reload x509 certificates for vncZihao Chang2021-03-231-0/+28
* ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé2021-03-181-38/+0Star
* ui: honour the actual guest display dimensions without roundingDaniel P. Berrangé2021-03-151-4/+19
* ui: use client width/height in WMVi messageDaniel P. Berrangé2021-03-151-2/+2
* ui: add more trace points for VNC client/server messagesDaniel P. Berrangé2021-03-151-2/+19
* ui: introduce "password-secret" option for VNC serversDaniel P. Berrangé2021-03-151-1/+22
* ui/console: Pass placeholder surface to displaysAkihiko Odaki2021-03-041-10/+0Star
* ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-041-1/+1
* vnc: send extended desktop resize on update requestsGerd Hoffmann2021-01-271-0/+3
* Revert "vnc: move initialization to framebuffer_update_request"Gerd Hoffmann2021-01-271-4/+7
* vnc: support "-vnc help"Paolo Bonzini2021-01-231-4/+4
* vnc: add support for extended desktop resizeGerd Hoffmann2021-01-151-1/+63
* vnc: move initialization to framebuffer_update_requestGerd Hoffmann2021-01-151-7/+4Star
* vnc: move check into vnc_cursor_defineGerd Hoffmann2021-01-151-6/+6
* vnc: Fix a memleak in vnc_display_connect()Alex Chen2021-01-151-0/+1
* ui: add support for remote power control to VNC serverDaniel P. Berrangé2021-01-151-0/+59
* vnc: fix unfinalized tlscreds for VncDisplayZihao Chang2021-01-151-1/+1
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-15/+6Star
* ui/vnc: Add missing lock for send_color_mapPeng Liang2020-12-111-0/+2
* vnc: add alpha cursor supportGerd Hoffmann2020-12-111-3/+18
* vnc: drop unused copyrect featureGerd Hoffmann2020-12-111-3/+0Star
* vnc: fix resource leak when websocket channel errorDing Hui2020-11-041-6/+18
* qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster2020-07-101-1/+1
* vnc: Plug minor memory leak in vnc_display_open()Markus Armbruster2020-07-021-2/+1Star
* Clean up some calls to ignore Error objects the right wayMarkus Armbruster2020-07-021-2/+1Star
* audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2020-05-261-1/+1
* vnc: prioritize ZRLE compression over ZLIBCameron Esfahani2020-01-211-2/+9
* Revert "vnc: allow fall back to RAW encoding"Gerd Hoffmann2020-01-211-18/+2Star
* vnc: drop Error pointer indirection in vnc_client_io_errorVladimir Sementsov-Ogievskiy2019-12-181-13/+7Star
* vnc: fix memory leak when vnc disconnectLi Qiang2019-09-171-12/+16
* vnc: fix websocket field in eventsGerd Hoffmann2019-09-171-0/+1