1. c62e90a vnc: fix tls-creds error message by Wolfgang Bumiller · 9 years ago
  2. 06bb881 Fix corner-case when using VNC+SASL+SPICE by Christophe Fergeau · 9 years ago
  3. 67c4c2b vnc: clear vs->tlscreds after unparenting it by Wolfgang Bumiller · 9 years ago
  4. fba958c gtk: implement set_echo by Paolo Bonzini · 9 years ago
  5. d0d7708 qemu-char: add logfile facility to all chardev backends by Daniel P. Berrange · 9 years ago
  6. c29b77f error: Use error_reportf_err() where it makes obvious sense by Markus Armbruster · 9 years ago
  7. cb47dc9 sdl2/opengl: add opengl context and scanout support by Gerd Hoffmann · 10 years ago
  8. 4083733 ui/curses: Fix color attribute of monitor for curses by OGAWA Hirofumi · 9 years ago
  9. d5f0422 ui: convert VNC server to use QIOChannelWebsock by Daniel P. Berrange · 10 years ago
  10. 2cc4522 ui: convert VNC server to use QIOChannelTLS by Daniel P. Berrange · 10 years ago
  11. 04d2529 ui: convert VNC server to use QIOChannelSocket by Daniel P. Berrange · 10 years ago
  12. d20a580 qapi: Change munging of CamelCase enum values by Eric Blake · 9 years ago
  13. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  14. 4c65fed ui: vnc: avoid floating point exception by Prasad J Pandit · 9 years ago
  15. 8d3a5d9 ui/cocoa.m: Prevent activation clicks from going to guest by Peter Maydell · 9 years ago
  16. 7fe4a41 vnc: fix segfault by Gerd Hoffmann · 9 years ago
  17. c27e901 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into staging by Peter Maydell · 9 years ago
  18. 39ff43d blockdev: read-only-mode for blockdev-change-medium by Max Reitz · 9 years ago
  19. 24fb413 qmp: Introduce blockdev-change-medium by Max Reitz · 9 years ago
  20. fedf0d3 ui: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  21. ee31299 replay: recording of the user input by Pavel Dovgalyuk · 10 years ago
  22. 382e173 vnc: fix mismerge by Gerd Hoffmann · 9 years ago
  23. c3d6899 vnc: recycle empty vs->output buffer by Peter Lieven · 9 years ago
  24. 2e0c90a vnc: fix local state init by Gerd Hoffmann · 9 years ago
  25. c7628bf vnc: only alloc server surface with clients connected by Gerd Hoffmann · 9 years ago
  26. f7b3d68 vnc: use vnc_{width,height} in vnc_set_area_dirty by Gerd Hoffmann · 9 years ago
  27. 453f842 vnc: factor out vnc_update_server_surface by Gerd Hoffmann · 9 years ago
  28. d05959c vnc: add vnc_width+vnc_height helpers by Gerd Hoffmann · 9 years ago
  29. e081aae vnc: zap dead code by Gerd Hoffmann · 9 years ago
  30. d903401 vnc-jobs: move buffer reset, use new buffer move by Gerd Hoffmann · 9 years ago
  31. 8305f91 vnc: kill jobs queue buffer by Gerd Hoffmann · 9 years ago
  32. 543b958 vnc: attach names to buffers by Gerd Hoffmann · 9 years ago
  33. 4d77b1f vnc: fix bug: vnc server can't start when 'to' is specified by Yang Hongyang · 9 years ago
  34. de3f7de vnc: allow fall back to RAW encoding by Peter Lieven · 10 years ago
  35. e72df72 ui/curses: Fix pageup/pagedown on -curses by OGAWA Hirofumi · 9 years ago
  36. e2368dc ui/curses: Support line graphics chars on -curses mode by OGAWA Hirofumi · 9 years ago
  37. 615220d ui/curses: Fix monitor color with -curses when 256 colors by OGAWA Hirofumi · 9 years ago
  38. 568c73a input: Convert to new qapi union layout by Eric Blake · 9 years ago
  39. 2d32add sockets: Convert to new qapi union layout by Eric Blake · 9 years ago
  40. ddf2190 qapi: Unbox base members by Eric Blake · 9 years ago
  41. 98481bf vnc: Hoist allocation of VncBasicInfo to callers by Eric Blake · 9 years ago
  42. 88c5f20 util: pull Buffer code out of VNC module by Daniel P. Berrange · 10 years ago
  43. e0d03b8 ui: convert VNC startup code to use SocketAddress by Daniel P. Berrange · 10 years ago
  44. 526d580 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  45. fa19d02 qemu-char: convert vc backend to data-driven creation by Paolo Bonzini · 9 years ago
  46. 468a895 ui/cocoa.m: blinky mouse cursor fix by John Arbuckle · 9 years ago
  47. a7940ec ui/cocoa.m: addRemovableDevicesMenuItems() warning fix by John Arbuckle · 9 years ago
  48. 4ca1728 qemu-char: add create to register_char_driver by Paolo Bonzini · 9 years ago
  49. a1dbc05 ui/cocoa.m: eliminate normalWindow warning by John Arbuckle · 9 years ago
  50. 925a040 gtk/opengl: add opengl context and scanout support (GtkGLArea) by Gerd Hoffmann · 10 years ago
  51. 4782aeb gtk/opengl: add opengl context and scanout support (egl) by Gerd Hoffmann · 10 years ago
  52. 6c18744 opengl: add egl-context.[ch] helpers by Gerd Hoffmann · 10 years ago
  53. 06020b9 ui/console: add opengl context and scanout support interfaces. by Gerd Hoffmann · 11 years ago
  54. 136a8d9 sdl2: stop flickering by Gerd Hoffmann · 10 years ago
  55. c046d82 shaders: initialize vertexes once by Gerd Hoffmann · 10 years ago
  56. 365d7f3 ui/cocoa.m: remove open dialog code by John Arbuckle · 9 years ago
  57. 3b178b7 ui/cocoa.m: prevent stuck key situation by John Arbuckle · 9 years ago
  58. d9bc14f ui/cocoa.m: verify with user before quitting QEMU by John Arbuckle · 9 years ago
  59. c8f3f17 gtk: avoid redefining _WIN32_WINNT macro by Daniel P. Berrange · 10 years ago
  60. b2af43c spice: surface switch fast path requires same format too. by Gerd Hoffmann · 10 years ago
  61. b12a84c cocoa: Suppress Cocoa window with -display by Rainer Müller · 10 years ago
  62. 6196224 Merge remote-tracking branch 'remotes/berrange/tags/vnc-crypto-v9-for-upstream' into staging by Peter Maydell · 10 years ago
  63. 3e305e4 ui: convert VNC server to use QCryptoTLSSession by Daniel P. Berrange · 10 years ago
  64. fdd1ab6 ui: fix return type for VNC I/O functions to be ssize_t by Daniel P. Berrange · 10 years ago
  65. 2cb5d2a gtk: use setlocale() for LC_MESSAGES only by Alberto Garcia · 10 years ago
  66. 78aee08 gtk: don't grab input when entering fullscreen. by Gerd Hoffmann · 10 years ago
  67. 1d73cd7 gtk: set free_scale when setting zoom_fit by Gerd Hoffmann · 10 years ago
  68. d531dee gtk: trace input grab reason by Gerd Hoffmann · 10 years ago
  69. 695cc59 gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard} by Gerd Hoffmann · 10 years ago
  70. aa4f405 gtk: check for existing grabs in gd_grab_{pointer,keyboard} by Gerd Hoffmann · 10 years ago
  71. ef1e1e0 maint: avoid useless "if (foo) free(foo)" pattern by Daniel P. Berrange · 10 years ago
  72. eb8934b vnc: fix memory corruption (CVE-2015-5225) by Gerd Hoffmann · 10 years ago
  73. 6092845 vnc: fix memory leak by Gonglei · 10 years ago
  74. a169513 vnc: fix vnc client authentication by Wolfgang Bumiller · 10 years ago
  75. 800567a ui: convert VNC to use generic cipher API by Daniel P. Berrange · 10 years ago
  76. 8e9b0d2 ui: convert VNC websockets to use crypto APIs by Daniel P. Berrange · 10 years ago
  77. 9fd7246 crypto: move built-in D3DES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  78. a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
  79. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  80. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  81. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  82. 75158eb qerror: Eliminate QERR_DEVICE_NOT_FOUND by Markus Armbruster · 10 years ago
  83. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  84. 693a3e0 ui/cocoa.m: Add machine menu items to change and eject removable drive media by John Arbuckle · 10 years ago
  85. 2707461 ui/cocoa.m: Add Reset and Power Down menu items to Machine menu by John Arbuckle · 10 years ago
  86. 8524f1c ui/cocoa.m: Add Machine menu with pause and resume menu items by John Arbuckle · 10 years ago
  87. 82e1cc4 Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler by Fam Zheng · 10 years ago
  88. afa25c4 Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into staging by Peter Maydell · 10 years ago
  89. 169b713 Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into staging by Peter Maydell · 10 years ago
  90. 060ab76 gtk: don't exit early in case gtk init fails by Gerd Hoffmann · 10 years ago
  91. 5a9259a spice: ui_info tweaks by Gerd Hoffmann · 10 years ago
  92. c6e4847 spice-display: fix segfault in qemu_spice_create_update by Gerd Hoffmann · 10 years ago
  93. 08d49df sdl2: fix crash in handle_windowevent() when restoring the screen size by Alberto Garcia · 10 years ago
  94. 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
  95. 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  96. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  97. 42af3e3 ui/console: remove dpy_gfx_update_dirty by Paolo Bonzini · 10 years ago
  98. 2a90c45 Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into staging by Peter Maydell · 10 years ago
  99. 9441aa2 Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150529-1' into staging by Peter Maydell · 10 years ago
  100. 63c67b6 gtk: Replace gdk_cursor_new() by Max Reitz · 10 years ago