1. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  2. 13e1d0e ui: convert VNC server to QIONetListener by Daniel P. Berrange · 7 years ago
  3. 4c956bd ui: avoid sign extension using client width/height by Daniel P. Berrange · 7 years ago
  4. 30b80fd ui: mix misleading comments & return types of VNC I/O helper methods by Daniel P. Berrange · 7 years ago
  5. ada8d2e ui: fix VNC client throttling when forced update is requested by Daniel P. Berrange · 7 years ago
  6. e2b72cb ui: fix VNC client throttling when audio capture is active by Daniel P. Berrange · 7 years ago
  7. fef1bba ui: introduce enum to track VNC client framebuffer update request state by Daniel P. Berrange · 7 years ago
  8. 4ee74fa ui: refactor VncDisplay to allow multiple listening sockets by Daniel P. Berrange · 8 years ago
  9. a54f0d2 vnc: track LED state separately by Pierre Ossman · 8 years ago
  10. dbee989 ui: rename vnc_init_state to vnc_start_protocol by Daniel P. Berrange · 8 years ago
  11. 90cd03a ui: move some initialization out of vnc_init_state by Daniel P. Berrange · 8 years ago
  12. eda24e1 ui: refactor method for setting up VncDisplay auth types by Daniel P. Berrange · 8 years ago
  13. 38e5756 ui: remove 'ws_tls' field from VncState by Daniel P. Berrange · 8 years ago
  14. 12b2806 ui: remove 'enabled' and 'ws_enabled' fields from VncState by Daniel P. Berrange · 8 years ago
  15. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  16. c5ce833 vnc: add configurable keyboard delay by Gerd Hoffmann · 9 years ago
  17. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  18. d5f0422 ui: convert VNC server to use QIOChannelWebsock by Daniel P. Berrange · 10 years ago
  19. 2cc4522 ui: convert VNC server to use QIOChannelTLS by Daniel P. Berrange · 10 years ago
  20. 04d2529 ui: convert VNC server to use QIOChannelSocket by Daniel P. Berrange · 10 years ago
  21. 88c5f20 util: pull Buffer code out of VNC module by Daniel P. Berrange · 10 years ago
  22. 3e305e4 ui: convert VNC server to use QCryptoTLSSession by Daniel P. Berrange · 10 years ago
  23. fdd1ab6 ui: fix return type for VNC I/O functions to be ssize_t by Daniel P. Berrange · 10 years ago
  24. 8e9b0d2 ui: convert VNC websockets to use crypto APIs by Daniel P. Berrange · 10 years ago
  25. a2bebfd CVE-2015-1779: incrementally decode websocket frames by Daniel P. Berrange · 10 years ago
  26. 7b45a00 ui: remove separate gnutls_session for websockets server by Daniel P. Berrange · 10 years ago
  27. f9148c8 ui: fix setup of VNC websockets auth scheme with TLS by Daniel P. Berrange · 10 years ago
  28. d169f04 ui: report error if user requests VNC option that is unsupported by Daniel P. Berrange · 10 years ago
  29. bf7aa45 vnc: drop display+ws_display from VncDisplay by Gerd Hoffmann · 10 years ago
  30. e5f34cd vnc: track & limit connections by Gerd Hoffmann · 10 years ago
  31. d616ccc vnc: remove vnc_display global by Gerd Hoffmann · 11 years ago
  32. 6365828 vnc update fix by Gerd Hoffmann · 11 years ago
  33. bea60dd ui/vnc: fix potential memory corruption issues by Peter Lieven · 11 years ago
  34. fb6ba0d qapi event: convert VNC events by Wenchao Xia · 11 years ago
  35. 12b316d ui/vnc: optimize dirty bitmap tracking by Peter Lieven · 11 years ago
  36. b4c85dd ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro by Peter Lieven · 11 years ago
  37. 14768eb input: mouse: switch vnc ui to new core by Gerd Hoffmann · 11 years ago
  38. 0057a0d TLS support for VNC Websockets by Tim Hardeck · 12 years ago
  39. ab99e5c vnc: Support for LED state extension by Lei Li · 12 years ago
  40. 0f7b286 console: gui timer fixes by Gerd Hoffmann · 12 years ago
  41. d39fa6d vnc: stop using DisplayState by Gerd Hoffmann · 12 years ago
  42. 21ef45d console: kill DisplayState->opaque by Gerd Hoffmann · 12 years ago
  43. 6fd8e79 vnc: fix possible uninitialized removals by Tim Hardeck · 12 years ago
  44. 7536ee4 vnc: added initial websocket protocol support by Tim Hardeck · 12 years ago
  45. 32ed268 vnc: added buffer_advance function by Tim Hardeck · 12 years ago
  46. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  47. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  48. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  49. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  50. 71a8cde vnc: add missing static by Blue Swirl · 12 years ago
  51. 9f64916 pixman/vnc: use pixman images in vnc. by Gerd Hoffmann · 12 years ago
  52. 2624bab Remove support for non-threaded VNC server by Daniel P. Berrange · 13 years ago
  53. 175b2a6 vnc: don't mess up with iohandlers in the vnc thread by Corentin Chary · 13 years ago
  54. 8cf3648 vnc: implement shared flag handling. by Gerd Hoffmann · 13 years ago
  55. 7e7e2eb Store VNC auth scheme per-client as well as per-server by Daniel P. Berrange · 14 years ago
  56. 23bfe28 vnc: Fix stack corruption and other bitmap related bugs by Stefan Weil · 14 years ago
  57. 80e0c8c vnc: add a non-adaptive option by Corentin Chary · 14 years ago
  58. bc2429b vnc: use the new generic bitmap functions by Corentin Chary · 14 years ago
  59. 148954f vnc: Add ZRLE and ZYWRLE encodings. by Corentin Chary · 14 years ago
  60. 7d964c9 vnc: refresh lossy rect after a given timeout by Corentin Chary · 14 years ago
  61. 999342a vnc: add a way to get the update frequency for a given region by Corentin Chary · 14 years ago
  62. 3c9405a vnc: support password expire by Gerd Hoffmann · 14 years ago
  63. bd023f9 vnc: threaded VNC server by Corentin Chary · 15 years ago
  64. d1af0e0 vnc: encapsulate encoding members by Corentin Chary · 15 years ago
  65. efe556a vnc: tight add PNG encoding by Corentin Chary · 15 years ago
  66. 3e230dd ui: move all ui components in ui/ by Corentin Chary · 15 years ago[Renamed from vnc.h]
  67. 6f9c78c vnc: add lossy option by Corentin Chary · 15 years ago
  68. 2f6f5c7 vnc: tight: add JPEG and gradient subencoding with smooth image detection by Corentin Chary · 15 years ago
  69. 5862d19 vnc: keep track of client desktop size by Gerd Hoffmann · 15 years ago
  70. 380282b vnc: add basic tight support by Corentin Chary · 15 years ago
  71. a885211 vnc: return the number of rectangles by Corentin Chary · 15 years ago
  72. 161c4f2 vnc: remove a memory leak in zlib by Corentin Chary · 15 years ago
  73. 5d418e3 vnc: add buffer_free() by Corentin Chary · 15 years ago
  74. 78c98c7 vnc: don't clear zlib stream on set_encoding by Corentin Chary · 15 years ago
  75. 9f643ec vnc: adjust compression zstream level by Corentin Chary · 15 years ago
  76. b05ad29 vnc: only use a single zlib stream by Corentin Chary · 15 years ago
  77. d467b67 vnc: rich cursor support. by Gerd Hoffmann · 15 years ago
  78. 70a4568 vnc: split encoding in specific files by Corentin Chary · 15 years ago
  79. 46a183d Remove magic numbers for VNC message IDs from code by Daniel P. Berrange · 15 years ago
  80. 37c34d9 input: make vnc use mouse mode notifiers by Anthony Liguori · 15 years ago
  81. 3a0558b vnc: add no-lock-key-sync option by Gerd Hoffmann · 15 years ago
  82. 7ffb82c kbd keds: vnc by Gerd Hoffmann · 15 years ago
  83. 3f54bfb Increase VNC_MAX_WIDTH by Brian Jackson · 15 years ago
  84. 41b4bef vnc: Migrate to using QTAILQ instead of custom implementation by Amit Shah · 15 years ago
  85. 4a80dba VNC: Cache client info at connection time by Luiz Capitulino · 15 years ago
  86. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  87. 99a0949 Get rid of _t suffix by malc · 15 years ago
  88. 2430ffe variable timer intervals by Stefano Stabellini · 16 years ago
  89. 1fc6241 single vnc server surface by Stefano Stabellini · 16 years ago
  90. 703bc68 a single vnc timer to refresh the screen by Stefano Stabellini · 16 years ago
  91. c522d0e vnc: throttle screen updates. (Gerd Hoffmann) by aliguori · 16 years ago
  92. 6baebed vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann) by aliguori · 16 years ago
  93. 76655d6 Support ACLs for controlling VNC access ("Daniel P. Berrange") by aliguori · 16 years ago
  94. 2f9606b Add SASL authentication support ("Daniel P. Berrange") by aliguori · 16 years ago
  95. 5fb6c7a Move TLS auth into separate file ("Daniel P. Berrange") by aliguori · 16 years ago
  96. 19a490b Move VNC structs into header file ("Daniel P. Berrange") by aliguori · 16 years ago
  97. 753b405 Support multiple VNC clients (Brian Kress) by aliguori · 16 years ago
  98. e06679f Split VNC defines to vnc.h (Alexander Graf) by aliguori · 16 years ago