1. 1f1736a vnc: increase max display size by Gerd Hoffmann · 9 months ago
  2. 0e74eb8 ui: drop VNC feature _MASK constants by Daniel P. Berrangé · 1 year, 3 months ago
  3. 9e58d7a ui/vnc: Require audiodev= to enable audio by Paolo Bonzini · 1 year, 5 months ago
  4. 385ac97 ui: keep current cursor with QemuConsole by Marc-André Lureau · 2 years, 1 month ago
  5. 95f8510 Replacing CONFIG_VNC_PNG with CONFIG_PNG by Kshitij Suri · 2 years, 11 months ago
  6. 0bf41ca ui/vnc: clipboard support by Gerd Hoffmann · 3 years, 10 months ago
  7. 69cc8db ui: honour the actual guest display dimensions without rounding by Daniel P. Berrangé · 4 years ago
  8. 763deea vnc: add support for extended desktop resize by Gerd Hoffmann · 4 years, 2 months ago
  9. 7b5fa0b ui: add support for remote power control to VNC server by Daniel P. Berrangé · 4 years, 3 months ago
  10. 074a86d vnc: add alpha cursor support by Gerd Hoffmann · 4 years, 3 months ago
  11. a7d83e4 vnc: add pseudo encodings by Gerd Hoffmann · 4 years, 3 months ago
  12. b151357 vnc: drop unused copyrect feature by Gerd Hoffmann · 4 years, 3 months ago
  13. b0c693f vnc: use enum for features by Gerd Hoffmann · 4 years, 3 months ago
  14. 34ab29c vnc: drop Error pointer indirection in vnc_client_io_error by Vladimir Sementsov-Ogievskiy · 5 years ago
  15. 6bf21f3 vnc: fix memory leak when vnc disconnect by Li Qiang · 6 years ago
  16. f0b9f36 audio: add audiodev property to vnc and wav_capture by Kővágó, Zoltán · 6 years ago
  17. 2ae16a6 Include generated QAPI headers less by Markus Armbruster · 6 years ago
  18. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  19. b76806d authz: delete existing ACL implementation by Daniel P. Berrange · 9 years ago
  20. c2f2ba4 kbd-state: use state tracker for vnc by Gerd Hoffmann · 6 years ago
  21. 05eb4a2 qapi: add conditions to VNC type/commands/events on the schema by Marc-André Lureau · 7 years ago
  22. f31f9c1 vnc: add magic cookie to VncState by Gerd Hoffmann · 7 years ago
  23. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  24. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  25. 13e1d0e ui: convert VNC server to QIONetListener by Daniel P. Berrange · 7 years ago
  26. 4c956bd ui: avoid sign extension using client width/height by Daniel P. Berrange · 7 years ago
  27. 30b80fd ui: mix misleading comments & return types of VNC I/O helper methods by Daniel P. Berrange · 7 years ago
  28. ada8d2e ui: fix VNC client throttling when forced update is requested by Daniel P. Berrange · 7 years ago
  29. e2b72cb ui: fix VNC client throttling when audio capture is active by Daniel P. Berrange · 7 years ago
  30. fef1bba ui: introduce enum to track VNC client framebuffer update request state by Daniel P. Berrange · 7 years ago
  31. 4ee74fa ui: refactor VncDisplay to allow multiple listening sockets by Daniel P. Berrange · 8 years ago
  32. a54f0d2 vnc: track LED state separately by Pierre Ossman · 8 years ago
  33. dbee989 ui: rename vnc_init_state to vnc_start_protocol by Daniel P. Berrange · 8 years ago
  34. 90cd03a ui: move some initialization out of vnc_init_state by Daniel P. Berrange · 8 years ago
  35. eda24e1 ui: refactor method for setting up VncDisplay auth types by Daniel P. Berrange · 8 years ago
  36. 38e5756 ui: remove 'ws_tls' field from VncState by Daniel P. Berrange · 8 years ago
  37. 12b2806 ui: remove 'enabled' and 'ws_enabled' fields from VncState by Daniel P. Berrange · 8 years ago
  38. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  39. c5ce833 vnc: add configurable keyboard delay by Gerd Hoffmann · 9 years ago
  40. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  41. d5f0422 ui: convert VNC server to use QIOChannelWebsock by Daniel P. Berrange · 10 years ago
  42. 2cc4522 ui: convert VNC server to use QIOChannelTLS by Daniel P. Berrange · 10 years ago
  43. 04d2529 ui: convert VNC server to use QIOChannelSocket by Daniel P. Berrange · 10 years ago
  44. 88c5f20 util: pull Buffer code out of VNC module by Daniel P. Berrange · 10 years ago
  45. 3e305e4 ui: convert VNC server to use QCryptoTLSSession by Daniel P. Berrange · 10 years ago
  46. fdd1ab6 ui: fix return type for VNC I/O functions to be ssize_t by Daniel P. Berrange · 10 years ago
  47. 8e9b0d2 ui: convert VNC websockets to use crypto APIs by Daniel P. Berrange · 10 years ago
  48. a2bebfd CVE-2015-1779: incrementally decode websocket frames by Daniel P. Berrange · 10 years ago
  49. 7b45a00 ui: remove separate gnutls_session for websockets server by Daniel P. Berrange · 10 years ago
  50. f9148c8 ui: fix setup of VNC websockets auth scheme with TLS by Daniel P. Berrange · 10 years ago
  51. d169f04 ui: report error if user requests VNC option that is unsupported by Daniel P. Berrange · 10 years ago
  52. bf7aa45 vnc: drop display+ws_display from VncDisplay by Gerd Hoffmann · 10 years ago
  53. e5f34cd vnc: track & limit connections by Gerd Hoffmann · 10 years ago
  54. d616ccc vnc: remove vnc_display global by Gerd Hoffmann · 11 years ago
  55. 6365828 vnc update fix by Gerd Hoffmann · 11 years ago
  56. bea60dd ui/vnc: fix potential memory corruption issues by Peter Lieven · 11 years ago
  57. fb6ba0d qapi event: convert VNC events by Wenchao Xia · 11 years ago
  58. 12b316d ui/vnc: optimize dirty bitmap tracking by Peter Lieven · 11 years ago
  59. b4c85dd ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro by Peter Lieven · 11 years ago
  60. 14768eb input: mouse: switch vnc ui to new core by Gerd Hoffmann · 11 years ago
  61. 0057a0d TLS support for VNC Websockets by Tim Hardeck · 12 years ago
  62. ab99e5c vnc: Support for LED state extension by Lei Li · 12 years ago
  63. 0f7b286 console: gui timer fixes by Gerd Hoffmann · 12 years ago
  64. d39fa6d vnc: stop using DisplayState by Gerd Hoffmann · 12 years ago
  65. 21ef45d console: kill DisplayState->opaque by Gerd Hoffmann · 12 years ago
  66. 6fd8e79 vnc: fix possible uninitialized removals by Tim Hardeck · 12 years ago
  67. 7536ee4 vnc: added initial websocket protocol support by Tim Hardeck · 12 years ago
  68. 32ed268 vnc: added buffer_advance function by Tim Hardeck · 12 years ago
  69. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  70. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  71. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  72. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  73. 71a8cde vnc: add missing static by Blue Swirl · 12 years ago
  74. 9f64916 pixman/vnc: use pixman images in vnc. by Gerd Hoffmann · 12 years ago
  75. 2624bab Remove support for non-threaded VNC server by Daniel P. Berrange · 13 years ago
  76. 175b2a6 vnc: don't mess up with iohandlers in the vnc thread by Corentin Chary · 13 years ago
  77. 8cf3648 vnc: implement shared flag handling. by Gerd Hoffmann · 13 years ago
  78. 7e7e2eb Store VNC auth scheme per-client as well as per-server by Daniel P. Berrange · 14 years ago
  79. 23bfe28 vnc: Fix stack corruption and other bitmap related bugs by Stefan Weil · 14 years ago
  80. 80e0c8c vnc: add a non-adaptive option by Corentin Chary · 14 years ago
  81. bc2429b vnc: use the new generic bitmap functions by Corentin Chary · 14 years ago
  82. 148954f vnc: Add ZRLE and ZYWRLE encodings. by Corentin Chary · 14 years ago
  83. 7d964c9 vnc: refresh lossy rect after a given timeout by Corentin Chary · 14 years ago
  84. 999342a vnc: add a way to get the update frequency for a given region by Corentin Chary · 14 years ago
  85. 3c9405a vnc: support password expire by Gerd Hoffmann · 14 years ago
  86. bd023f9 vnc: threaded VNC server by Corentin Chary · 15 years ago
  87. d1af0e0 vnc: encapsulate encoding members by Corentin Chary · 15 years ago
  88. efe556a vnc: tight add PNG encoding by Corentin Chary · 15 years ago
  89. 3e230dd ui: move all ui components in ui/ by Corentin Chary · 15 years ago[Renamed from vnc.h]
  90. 6f9c78c vnc: add lossy option by Corentin Chary · 15 years ago
  91. 2f6f5c7 vnc: tight: add JPEG and gradient subencoding with smooth image detection by Corentin Chary · 15 years ago
  92. 5862d19 vnc: keep track of client desktop size by Gerd Hoffmann · 15 years ago
  93. 380282b vnc: add basic tight support by Corentin Chary · 15 years ago
  94. a885211 vnc: return the number of rectangles by Corentin Chary · 15 years ago
  95. 161c4f2 vnc: remove a memory leak in zlib by Corentin Chary · 15 years ago
  96. 5d418e3 vnc: add buffer_free() by Corentin Chary · 15 years ago
  97. 78c98c7 vnc: don't clear zlib stream on set_encoding by Corentin Chary · 15 years ago
  98. 9f643ec vnc: adjust compression zstream level by Corentin Chary · 15 years ago
  99. b05ad29 vnc: only use a single zlib stream by Corentin Chary · 15 years ago
  100. d467b67 vnc: rich cursor support. by Gerd Hoffmann · 15 years ago