summary refs log tree commit diff stats
path: root/ui/vnc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cutils: Adjust signature of parse_uint[_full]Eric Blake2023-06-021-2/+2
* vnc: avoid underflow when accessing user-provided addressPaolo Bonzini2023-04-201-1/+1
* ui: keep current cursor with QemuConsoleMarc-André Lureau2023-03-131-5/+2
* ui: rename cursor_{get->ref}, return itMarc-André Lureau2023-03-131-2/+1
* ui: rename cursor_{put->unref}Marc-André Lureau2023-03-131-1/+1
* qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-10/+0
* 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/+76
|\
| * 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/+51
| * Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri2022-04-271-2/+2
* | softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-7/+0
|/
* 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/+0
* 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/+2
* 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/+0
* 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/+0
* 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/+4
* 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/+6
* 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/+0
* 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/+1
* Clean up some calls to ignore Error objects the right wayMarkus Armbruster2020-07-021-2/+1