1. 4006617 vnc: add trace events for key events by Gerd Hoffmann · 11 years ago
  2. cf86456 vnc: refuse to set a password with VNC_AUTH_NONE by Gerd Hoffmann · 11 years ago
  3. 027a79c vnc: Remove default_mon usage by Cole Robinson · 11 years ago
  4. 2f487a3d ui/vnc: fix vmware VGA incompatiblities by Peter Lieven · 11 years ago
  5. e22492d ui/vnc: disable adaptive update calculations if not needed by Peter Lieven · 11 years ago
  6. 9193722 ui/vnc: optimize setting in vnc_dpy_update() by Peter Lieven · 11 years ago
  7. 863d7c9 ui/vnc: optimize clearing in find_and_clear_dirty_height() by Peter Lieven · 11 years ago
  8. 12b316d ui/vnc: optimize dirty bitmap tracking by Peter Lieven · 11 years ago
  9. 6cd859a ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT by Peter Lieven · 11 years ago
  10. b4c85dd ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro by Peter Lieven · 11 years ago
  11. 38ee14f vnc: fix use-after-free in vnc_update_client_sync by Gerd Hoffmann · 11 years ago
  12. 14768eb input: mouse: switch vnc ui to new core by Gerd Hoffmann · 11 years ago
  13. 8d447d1 input: keyboard: switch vnc ui to new core by Gerd Hoffmann · 11 years ago
  14. 2c8cf54 vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client by Michael Tokarev · 12 years ago
  15. 1483adc vnc: Make ledstate comparison before modifiers updated by Lei Li · 12 years ago
  16. 0057a0d TLS support for VNC Websockets by Tim Hardeck · 12 years ago
  17. e7b2aac vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATE by Lei Li · 12 years ago
  18. ab99e5c vnc: Support for LED state extension by Lei Li · 12 years ago
  19. 96f3d17 vnc: Add SCROLL lock key to kbd_leds by Lei Li · 12 years ago
  20. 5209089 console: zap ds arg from register_displaychangelistener by Gerd Hoffmann · 12 years ago
  21. 81c0d5a console: add qemu_console_is_* by Gerd Hoffmann · 12 years ago
  22. 0f7b286 console: gui timer fixes by Gerd Hoffmann · 12 years ago
  23. 1dbfa00 console: rename vga_hw_*, add QemuConsole param by Gerd Hoffmann · 12 years ago
  24. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  25. bc2ed97 console: zap displaystate from dcl callbacks by Gerd Hoffmann · 12 years ago
  26. d39fa6d vnc: stop using DisplayState by Gerd Hoffmann · 12 years ago
  27. c12aeb8 console: rework DisplaySurface handling [dcl/ui side] by Gerd Hoffmann · 12 years ago
  28. 21ef45d console: kill DisplayState->opaque by Gerd Hoffmann · 12 years ago
  29. 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
  30. 6fd8e79 vnc: fix possible uninitialized removals by Tim Hardeck · 12 years ago
  31. 7536ee4 vnc: added initial websocket protocol support by Tim Hardeck · 12 years ago
  32. 32ed268 vnc: added buffer_advance function by Tim Hardeck · 12 years ago
  33. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  34. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  35. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  36. bc210eb pixman: fix vnc tight png/jpeg support by Gerd Hoffmann · 12 years ago
  37. 7eff574 vnc: fix option misspelling ("non-adapative" -> "non-adaptive") by Catalin Patulea · 12 years ago
  38. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  39. 71a8cde vnc: add missing static by Blue Swirl · 12 years ago
  40. 9436268 pixman/vnc: remove dead code. by Gerd Hoffmann · 12 years ago
  41. 9f64916 pixman/vnc: use pixman images in vnc. by Gerd Hoffmann · 12 years ago
  42. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  43. bf2fde7 console: move set_mouse + cursor_define callbacks by Gerd Hoffmann · 12 years ago
  44. 3f8b11b vnc: drop QERR_VNC_SERVER_FAILED by Paolo Bonzini · 12 years ago
  45. 2d55f0e vnc: add error propagation to vnc_display_open by Paolo Bonzini · 12 years ago
  46. 007fcd3e vnc: reorganize code for reverse mode by Paolo Bonzini · 12 years ago
  47. 1ce52c7 vnc: introduce a single label for error returns by Paolo Bonzini · 12 years ago
  48. c1c1619 vnc: avoid Yoda conditionals by Paolo Bonzini · 12 years ago
  49. 7fc4e63 qemu-sockets: add Error ** to all functions by Paolo Bonzini · 12 years ago
  50. fe3e7f2 ui/vnc: Only report/use TIGHT_PNG encoding if enabled. by Joel Martin · 13 years ago
  51. 417b0b8 vnc: fix "info vnc" with "-vnc ..., reverse=on" by Paolo Bonzini · 12 years ago
  52. 5db5f44 Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect by Orit Wasserman · 12 years ago
  53. 02a08fe net: inet_connect(), inet_connect_opts(): add in_progress argument by Luiz Capitulino · 13 years ago
  54. 0f66998 vnc: disable VNC password authentication (security type 2) when in FIPS mode by Paul Moore · 13 years ago
  55. 0ed8b6f Avoid returning void by Blue Swirl · 13 years ago
  56. 2624bab Remove support for non-threaded VNC server by Daniel P. Berrange · 13 years ago
  57. 1643f2b vnc: fix segfault in vnc_display_pw_expire() by Gerd Hoffmann · 13 years ago
  58. 029409e sockets: use error class to pass listen error by Amos Kong · 13 years ago
  59. a6ba35b sockets: change inet_connect() to support nonblock socket by Amos Kong · 13 years ago
  60. 9e4dd56 vnc: Limit r/w access to size of allocated memory by Stefan Weil · 13 years ago
  61. 175b2a6 vnc: don't mess up with iohandlers in the vnc thread by Corentin Chary · 13 years ago
  62. 1d3323d implement vnc_dpy_setdata by Gerd Hoffmann · 13 years ago
  63. 7dfbfc7 vnc: Don't demote authentication scheme when changing password/disabling login by Daniel P. Berrange · 13 years ago
  64. 7bc9318 vnc: lift modifier keys on client disconnect. by Gerd Hoffmann · 13 years ago
  65. 8cf3648 vnc: implement shared flag handling. by Gerd Hoffmann · 13 years ago
  66. e26437c vnc: fix ctrl key in vnc terminal emulation by Gerd Hoffmann · 13 years ago
  67. ce3e141 Fix vnc memory corruption with width = 1400 by Gerd Hoffmann · 15 years ago
  68. a6aa9d3 vnc: Simplify vnc_display_password() by Luiz Capitulino · 13 years ago
  69. cee8e6a vnc: fix no-lock-key-sync strncmp() length by Stefan Hajnoczi · 13 years ago
  70. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  71. e5bed75 fix spelling in ui sub directory by Dong Xu Wang · 13 years ago
  72. ae878b1 ui/vnc: Fix use of free() instead of g_free() by Stefan Weil · 13 years ago
  73. 2b54aa8 qapi: Convert query-vnc by Luiz Capitulino · 13 years ago
  74. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  75. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  76. 9e8dd45 notifier: Pass data argument to callback by Jan Kiszka · 14 years ago
  77. 1366108 Introduce a 'client_add' monitor command accepting an open FD by Daniel P. Berrange · 14 years ago
  78. 7e7e2eb Store VNC auth scheme per-client as well as per-server by Daniel P. Berrange · 14 years ago
  79. a0843a6 vnc: fix build error from VNC_DIRTY_WORDS by Anthony Liguori · 14 years ago
  80. 6ed391b fix vnc regression by Wen Congyang · 14 years ago
  81. 821601e Make VNC support optional by Jes Sorensen · 14 years ago
  82. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  83. ad620c2 win32: implement missing timersub by Blue Swirl · 14 years ago
  84. 23bfe28 vnc: Fix stack corruption and other bitmap related bugs by Stefan Weil · 14 years ago
  85. 5db8378 vnc: Fix fatal crash with vnc reverse mode by Stefan Weil · 14 years ago
  86. 80e0c8c vnc: add a non-adaptive option by Corentin Chary · 14 years ago
  87. 6c71a53 vnc: don't try to send bigger updates that client height by Corentin Chary · 14 years ago
  88. bc2429b vnc: use the new generic bitmap functions by Corentin Chary · 14 years ago
  89. 207f328 vnc: fix lossy rect refreshing by Corentin Chary · 14 years ago
  90. 148954f vnc: Add ZRLE and ZYWRLE encodings. by Corentin Chary · 14 years ago
  91. 7d964c9 vnc: refresh lossy rect after a given timeout by Corentin Chary · 14 years ago
  92. 999342a vnc: add a way to get the update frequency for a given region by Corentin Chary · 14 years ago
  93. b31f519 vnc: don't set the quality if lossy encoding are disabled by Corentin Chary · 14 years ago
  94. cfb41c8 Merge remote branch 'spice/usb.5' into staging by Anthony Liguori · 14 years ago
  95. 1cd20f8 vnc: Fix password expiration through 'change vnc ""' (v2) by Anthony Liguori · 14 years ago
  96. 9892088 vnc: fix numlock+capslock tracking by Gerd Hoffmann · 14 years ago
  97. 3c9405a vnc: support password expire by Gerd Hoffmann · 14 years ago
  98. 6bffdf0 vnc: auth reject cleanup by Gerd Hoffmann · 14 years ago
  99. 2ded6ad vnc: avoid write only variables by Blue Swirl · 14 years ago
  100. ac71103 vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write() by Yoshiaki Tamura · 15 years ago