aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake1-2/+2
2023-04-20vnc: avoid underflow when accessing user-provided addressPaolo Bonzini1-1/+1
2023-03-13ui: keep current cursor with QemuConsoleMarc-André Lureau1-5/+2
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau1-2/+1
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau1-1/+1
2022-12-14qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster1-10/+0
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-10-11ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella1-3/+8
2022-04-27Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson1-80/+76
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy1-0/+23
2022-04-27ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy1-78/+51
2022-04-27Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri1-2/+2
2022-04-26softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé1-7/+0
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau1-0/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-18ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian1-9/+17
2022-01-13ui/vnc.c: Fixed a deadlock bug.Rao Lei1-2/+2
2021-12-21ui: do not delay further remote resizeMarc-André Lureau1-1/+1
2021-12-21ui: generalize clipboard notifierMarc-André Lureau1-1/+1
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé1-3/+17
2021-06-29ui/vnc: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-3/+4
2021-06-15vnc: avoid deprecation warnings for SASL on OS XPaolo Bonzini1-8/+2
2021-05-21ui/vnc: clipboard supportGerd Hoffmann1-6/+15
2021-05-21vnc: spelling fix (enable->enabled)Michael Tokarev1-1/+1
2021-03-23vnc: support reload x509 certificates for vncZihao Chang1-0/+28
2021-03-18ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé1-38/+0
2021-03-15ui: honour the actual guest display dimensions without roundingDaniel P. Berrangé1-4/+19
2021-03-15ui: use client width/height in WMVi messageDaniel P. Berrangé1-2/+2
2021-03-15ui: add more trace points for VNC client/server messagesDaniel P. Berrangé1-2/+19
2021-03-15ui: introduce "password-secret" option for VNC serversDaniel P. Berrangé1-1/+22
2021-03-04ui/console: Pass placeholder surface to displaysAkihiko Odaki1-10/+0
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki1-1/+1
2021-01-27vnc: send extended desktop resize on update requestsGerd Hoffmann1-0/+3
2021-01-27Revert "vnc: move initialization to framebuffer_update_request"Gerd Hoffmann1-4/+7
2021-01-23vnc: support "-vnc help"Paolo Bonzini1-4/+4
2021-01-15vnc: add support for extended desktop resizeGerd Hoffmann1-1/+63
2021-01-15vnc: move initialization to framebuffer_update_requestGerd Hoffmann1-7/+4
2021-01-15vnc: move check into vnc_cursor_defineGerd Hoffmann1-6/+6
2021-01-15vnc: Fix a memleak in vnc_display_connect()Alex Chen1-0/+1
2021-01-15ui: add support for remote power control to VNC serverDaniel P. Berrangé1-0/+59
2021-01-15vnc: fix unfinalized tlscreds for VncDisplayZihao Chang1-1/+1
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-15/+6
2020-12-11ui/vnc: Add missing lock for send_color_mapPeng Liang1-0/+2
2020-12-11vnc: add alpha cursor supportGerd Hoffmann1-3/+18
2020-12-11vnc: drop unused copyrect featureGerd Hoffmann1-3/+0
2020-11-04vnc: fix resource leak when websocket channel errorDing Hui1-6/+18
2020-07-10qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster1-1/+1
2020-07-02vnc: Plug minor memory leak in vnc_display_open()Markus Armbruster1-2/+1
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster1-2/+1