1. 5d95ac5 fix use after free by Glauber Costa · 16 years ago
  2. 52c18be When using stdio monitor and VNC display, one can set or clear a VNC password; this should set or turn off VNC authentication as well. by Zachary Amsden · 16 years ago
  3. 7ef9233 Don't segfault when changing VNC password on an SDL display. by Zachary Amsden · 16 years ago
  4. 2430ffe variable timer intervals by Stefano Stabellini · 16 years ago
  5. 1fc6241 single vnc server surface by Stefano Stabellini · 16 years ago
  6. 703bc68 a single vnc timer to refresh the screen by Stefano Stabellini · 16 years ago
  7. 3e28c9a vnc: fix copyrect screen corruption by Gerd Hoffmann · 16 years ago
  8. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  9. bb0a18e vnc: improve numpad support for qemu console. by Gerd Hoffmann · 16 years ago
  10. 198a003 vnc: rework VncState release workflow. by Gerd Hoffmann · 16 years ago
  11. 7050326 Win32: Don't remove const attribute in type casts. by Stefan Weil · 16 years ago
  12. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 16 years ago
  13. f425c27 Fix spelling in comment. by Stefan Weil · 16 years ago
  14. afd3216 VNC: Fix memory allocation (wrong structure size). by Stefan Weil · 16 years ago
  15. f92f8af Eliminate --disable-gfx-check and make VNC default when SDL not available by Anthony Liguori · 16 years ago
  16. 1a7dafc Remove any pretense that there can be more than one AudioState by malc · 16 years ago
  17. 8563d5b vnc: kill leftover debug statement. by Gerd Hoffmann · 16 years ago
  18. 24cf0a6 vnc: no need to set force_update for incremental update requests. by Gerd Hoffmann · 16 years ago
  19. 89ee676 vnc: fix server surface pixel format. by Gerd Hoffmann · 16 years ago
  20. bee1b01 vnc: fix segfault by Gerd Hoffmann · 16 years ago
  21. 0fc8e0e vnc: windup keypad keys for qemu console emulation by Gerd Hoffmann · 16 years ago
  22. 3cded54 vnc: Fix incorrect attempt to clear a flag by aurel32 · 16 years ago
  23. c522d0e vnc: throttle screen updates. (Gerd Hoffmann) by aliguori · 16 years ago
  24. 23decc8 vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann) by aliguori · 16 years ago
  25. 6baebed vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann) by aliguori · 16 years ago
  26. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  27. 457772e Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange") by aliguori · 16 years ago
  28. 28a76be Remove tabs introduced from VNC ACL series by aliguori · 16 years ago
  29. 76655d6 Support ACLs for controlling VNC access ("Daniel P. Berrange") by aliguori · 16 years ago
  30. 1263b7d Include auth credentials in 'info vnc' ("Daniel P. Berrange") by aliguori · 16 years ago
  31. 2f9606b Add SASL authentication support ("Daniel P. Berrange") by aliguori · 16 years ago
  32. 5fb6c7a Move TLS auth into separate file ("Daniel P. Berrange") by aliguori · 16 years ago
  33. 19a490b Move VNC structs into header file ("Daniel P. Berrange") by aliguori · 16 years ago
  34. 0483755 Refactor keymap code to avoid duplication ("Daniel P. Berrange") by aliguori · 16 years ago
  35. 1ff7df1 Enhance 'info vnc' monitor output ("Daniel P. Berrange") by aliguori · 16 years ago
  36. adc5ec8 Fix bug in TLS authentication ("Daniel P. Berrange") by aliguori · 16 years ago
  37. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  38. 753b405 Support multiple VNC clients (Brian Kress) by aliguori · 16 years ago
  39. 452b4d8 monitor: Don't change VNC server when disabled (Jan Kiszka) by aliguori · 16 years ago
  40. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  41. 059cef4 Add zlib encoding support (Alexander Graf) by aliguori · 16 years ago
  42. d2a0102 Move the framebuffer update package out (Alexander Graf) by aliguori · 16 years ago
  43. 8906428 Move buffer functions up (Alexander Graf) by aliguori · 16 years ago
  44. fb43731 Add some tight awareness to vnc.c (Alexander Graf) by aliguori · 16 years ago
  45. 26f8b9c Fix invalid #if in vnc.c when debugging is enabled (Alexander Graf) by aliguori · 16 years ago
  46. 29fa4ed Use VNC protocol defines (Alexander Graf) by aliguori · 16 years ago
  47. e06679f Split VNC defines to vnc.h (Alexander Graf) by aliguori · 16 years ago
  48. 90a1e3c vnc fixes and improvements (Stefano Stabellini) by aliguori · 16 years ago
  49. 6cec548 exploiting the new interface in vnc.c (Stefano Stabellini) by aliguori · 16 years ago
  50. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  51. bc575e9 Fix some more warnings by blueswir1 · 16 years ago
  52. 69dd5c9 Properly handle the case of SetPixelEncodings with a length of zero. by aliguori · 16 years ago
  53. 13412c9 vnc: Fix crash on 'info vnc' after 'change vnc none' by aurel32 · 16 years ago
  54. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  55. 4a55bfd Exclude unix: from vnc call to unix_listen() (Ryan Harper) by aliguori · 16 years ago
  56. 53762dd Reset the key modifiers upon client connect by malc · 16 years ago
  57. 429a8ed Add basic audio functionality to vnc.c by malc · 16 years ago
  58. d051362 Don't try to select on an invalid VNC socket when init fails. by balrog · 16 years ago
  59. 0e1f5a0 Introduce accessors for DisplayState (Stefano Stabellini) by aliguori · 16 years ago
  60. be35126 r5531 made x509 certs not loadable (original patch from Henrik Holst). by balrog · 16 years ago
  61. 9712eca sockets: switch vnc to new code, support vnc port auto-allocation (Gerd Hoffman) by aliguori · 16 years ago
  62. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  63. 234c9bc Fix compiler warning when _VNC_DEBUG isn't defined. by ths · 17 years ago
  64. ca4cca4 WMVi extension support (Stefano Stabellini) by aliguori · 17 years ago
  65. 7eac3a8 vnc dynamic resolution (Stefano Stabellini) by aliguori · 17 years ago
  66. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 17 years ago
  67. 5bfd552 Some little fixes on QEMU by aurel32 · 17 years ago
  68. 9ca313a VNC: Support for ExtendedKeyEvent client message by aliguori · 17 years ago
  69. bcfad70 add DisplayState->idle (Samuel Thibault) by aliguori · 17 years ago
  70. 2137b4c Add qemu_realloc(), by Gerd Hoffmann. by ths · 17 years ago
  71. b94eb43 Don't forget to save VNC FB dimensions after resize (Brad Campbell). by balrog · 17 years ago
  72. 731dd63 Fix VNC update regoin height. by balrog · 17 years ago
  73. 8bba5c8 Invalidate VNC framebuffer on every resize. by balrog · 17 years ago
  74. 788abf8 Prevent SEGV in VNC server for old clients (Anthony Liguori). by balrog · 17 years ago
  75. ea01e5f Fix spurious VNC disconnects on Win32 (Hervé Poussineau). by balrog · 17 years ago
  76. b94ed57 Let the USB tablet reach the far bottom and right pixels by aurel32 · 17 years ago
  77. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
  78. 3aa3eea Add VNC reverse connections, by Eddie Kohler. by balrog · 17 years ago
  79. 9f60ad5 Add a missing vga_hw_update() when accepting a connection (Anders Melchiorsen). by balrog · 17 years ago
  80. a0ecfb7 Reduce redundant timer ticks in VNC, by Anders Melchiorsen. by balrog · 17 years ago
  81. 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
  82. 0486e8a Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori). by balrog · 17 years ago
  83. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  84. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  85. a26c97a Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). by balrog · 17 years ago
  86. a528b80 Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. by balrog · 17 years ago
  87. b0566f4 Support UltraVNC clients, by Eduardo Felipe. by ths · 17 years ago
  88. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  89. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  90. baa7666 Fix infinite loop in VNC support, by Marc Bevand. by ths · 18 years ago
  91. 6f43024 Custom location for x509 cert paths, by Daniel P. Berrange. by ths · 18 years ago
  92. 469b15c x509 client certificate verification, by Daniel P. Berrange. by ths · 18 years ago
  93. 3a70269 x509 certificate for server, by Daniel P. Berrange. by ths · 18 years ago
  94. 8d5d2d4 VeNCrypt basic TLS support, by Daniel P. Berrange. by ths · 18 years ago
  95. 7084851 VNC password authentication, by Daniel P. Berrange. by ths · 18 years ago
  96. e25a582 Extend monitor 'change' command for VNC, by Daniel P. Berrange. by ths · 18 years ago
  97. 71cab5c Refactor VNC server setup API, by Daniel P. Berrange. by ths · 18 years ago
  98. cf2d385 Crop VNC update requests to avoid segfaults, by Thomas Tuttle. by ths · 18 years ago
  99. c35734b Add -name option, by Anthony Liguori. by ths · 18 years ago
  100. a9ce859 info vnc command (Anthony Liguori) by bellard · 18 years ago