1. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  2. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  3. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  4. bc210eb pixman: fix vnc tight png/jpeg support by Gerd Hoffmann · 12 years ago
  5. 7eff574 vnc: fix option misspelling ("non-adapative" -> "non-adaptive") by Catalin Patulea · 12 years ago
  6. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  7. 71a8cde vnc: add missing static by Blue Swirl · 12 years ago
  8. 9436268 pixman/vnc: remove dead code. by Gerd Hoffmann · 12 years ago
  9. 9f64916 pixman/vnc: use pixman images in vnc. by Gerd Hoffmann · 12 years ago
  10. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 13 years ago
  11. bf2fde7 console: move set_mouse + cursor_define callbacks by Gerd Hoffmann · 13 years ago
  12. 3f8b11b vnc: drop QERR_VNC_SERVER_FAILED by Paolo Bonzini · 12 years ago
  13. 2d55f0e vnc: add error propagation to vnc_display_open by Paolo Bonzini · 13 years ago
  14. 007fcd3 vnc: reorganize code for reverse mode by Paolo Bonzini · 12 years ago
  15. 1ce52c7 vnc: introduce a single label for error returns by Paolo Bonzini · 12 years ago
  16. c1c1619 vnc: avoid Yoda conditionals by Paolo Bonzini · 12 years ago
  17. 7fc4e63 qemu-sockets: add Error ** to all functions by Paolo Bonzini · 13 years ago
  18. fe3e7f2 ui/vnc: Only report/use TIGHT_PNG encoding if enabled. by Joel Martin · 13 years ago
  19. 417b0b8 vnc: fix "info vnc" with "-vnc ..., reverse=on" by Paolo Bonzini · 12 years ago
  20. 5db5f44 Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect by Orit Wasserman · 13 years ago
  21. 02a08fe net: inet_connect(), inet_connect_opts(): add in_progress argument by Luiz Capitulino · 13 years ago
  22. 0f66998 vnc: disable VNC password authentication (security type 2) when in FIPS mode by Paul Moore · 13 years ago
  23. 0ed8b6f Avoid returning void by Blue Swirl · 13 years ago
  24. 2624bab Remove support for non-threaded VNC server by Daniel P. Berrange · 13 years ago
  25. 1643f2b vnc: fix segfault in vnc_display_pw_expire() by Gerd Hoffmann · 13 years ago
  26. 029409e sockets: use error class to pass listen error by Amos Kong · 13 years ago
  27. a6ba35b sockets: change inet_connect() to support nonblock socket by Amos Kong · 13 years ago
  28. 9e4dd56 vnc: Limit r/w access to size of allocated memory by Stefan Weil · 13 years ago
  29. 175b2a6 vnc: don't mess up with iohandlers in the vnc thread by Corentin Chary · 13 years ago
  30. 1d3323d implement vnc_dpy_setdata by Gerd Hoffmann · 13 years ago
  31. 7dfbfc7 vnc: Don't demote authentication scheme when changing password/disabling login by Daniel P. Berrange · 13 years ago
  32. 7bc9318 vnc: lift modifier keys on client disconnect. by Gerd Hoffmann · 13 years ago
  33. 8cf3648 vnc: implement shared flag handling. by Gerd Hoffmann · 13 years ago
  34. e26437c vnc: fix ctrl key in vnc terminal emulation by Gerd Hoffmann · 13 years ago
  35. ce3e141 Fix vnc memory corruption with width = 1400 by Gerd Hoffmann · 15 years ago
  36. a6aa9d3 vnc: Simplify vnc_display_password() by Luiz Capitulino · 13 years ago
  37. cee8e6a vnc: fix no-lock-key-sync strncmp() length by Stefan Hajnoczi · 13 years ago
  38. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  39. e5bed75 fix spelling in ui sub directory by Dong Xu Wang · 13 years ago
  40. ae878b1 ui/vnc: Fix use of free() instead of g_free() by Stefan Weil · 13 years ago
  41. 2b54aa8 qapi: Convert query-vnc by Luiz Capitulino · 13 years ago
  42. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  43. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  44. 9e8dd45 notifier: Pass data argument to callback by Jan Kiszka · 14 years ago
  45. 1366108 Introduce a 'client_add' monitor command accepting an open FD by Daniel P. Berrange · 14 years ago
  46. 7e7e2eb Store VNC auth scheme per-client as well as per-server by Daniel P. Berrange · 14 years ago
  47. a0843a6 vnc: fix build error from VNC_DIRTY_WORDS by Anthony Liguori · 14 years ago
  48. 6ed391b fix vnc regression by Wen Congyang · 14 years ago
  49. 821601e Make VNC support optional by Jes Sorensen · 14 years ago
  50. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  51. ad620c2 win32: implement missing timersub by Blue Swirl · 14 years ago
  52. 23bfe28 vnc: Fix stack corruption and other bitmap related bugs by Stefan Weil · 14 years ago
  53. 5db8378 vnc: Fix fatal crash with vnc reverse mode by Stefan Weil · 14 years ago
  54. 80e0c8c vnc: add a non-adaptive option by Corentin Chary · 14 years ago
  55. 6c71a53 vnc: don't try to send bigger updates that client height by Corentin Chary · 14 years ago
  56. bc2429b vnc: use the new generic bitmap functions by Corentin Chary · 14 years ago
  57. 207f328 vnc: fix lossy rect refreshing by Corentin Chary · 14 years ago
  58. 148954f vnc: Add ZRLE and ZYWRLE encodings. by Corentin Chary · 14 years ago
  59. 7d964c9 vnc: refresh lossy rect after a given timeout by Corentin Chary · 14 years ago
  60. 999342a vnc: add a way to get the update frequency for a given region by Corentin Chary · 14 years ago
  61. b31f519 vnc: don't set the quality if lossy encoding are disabled by Corentin Chary · 14 years ago
  62. cfb41c8 Merge remote branch 'spice/usb.5' into staging by Anthony Liguori · 14 years ago
  63. 1cd20f8 vnc: Fix password expiration through 'change vnc ""' (v2) by Anthony Liguori · 14 years ago
  64. 9892088 vnc: fix numlock+capslock tracking by Gerd Hoffmann · 14 years ago
  65. 3c9405a vnc: support password expire by Gerd Hoffmann · 15 years ago
  66. 6bffdf0 vnc: auth reject cleanup by Gerd Hoffmann · 15 years ago
  67. 2ded6ad vnc: avoid write only variables by Blue Swirl · 14 years ago
  68. ac71103 vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write() by Yoshiaki Tamura · 15 years ago
  69. d01f959 vnc: add missing lock for vnc_cursor_define() by Corentin Chary · 15 years ago
  70. bd023f9 vnc: threaded VNC server by Corentin Chary · 15 years ago
  71. d1af0e0 vnc: encapsulate encoding members by Corentin Chary · 15 years ago
  72. efe556a vnc: tight add PNG encoding by Corentin Chary · 15 years ago
  73. 3e230dd ui: move all ui components in ui/ by Corentin Chary · 15 years ago[Renamed from vnc.c]
  74. 6f9c78c vnc: add lossy option by Corentin Chary · 15 years ago
  75. 2f24e2e vnc: JPEG should be disabled if the client don't set tight quality by Corentin Chary · 15 years ago
  76. 637503d Monitor: Drop QMP documentation from code by Luiz Capitulino · 15 years ago
  77. 1d4b638 vnc: move size-changed check into the vnc_desktop_resize function. by Gerd Hoffmann · 15 years ago
  78. 847ce6a vnc: don't send invalid screen updates. by Gerd Hoffmann · 15 years ago
  79. 5862d19 vnc: keep track of client desktop size by Gerd Hoffmann · 15 years ago
  80. 6356e47 vnc: send desktopresize event as reply to set encodings by Gerd Hoffmann · 15 years ago
  81. 621aaeb vnc: factor out vnc_desktop_resize() by Gerd Hoffmann · 15 years ago
  82. 380282b vnc: add basic tight support by Corentin Chary · 15 years ago
  83. a885211 vnc: return the number of rectangles by Corentin Chary · 15 years ago
  84. 161c4f2 vnc: remove a memory leak in zlib by Corentin Chary · 15 years ago
  85. 5d418e3 vnc: add buffer_free() by Corentin Chary · 15 years ago
  86. 78c98c7 vnc: don't clear zlib stream on set_encoding by Corentin Chary · 15 years ago
  87. 780a049 vnc: really call zlib if we want zlib by Corentin Chary · 15 years ago
  88. 8a0f0d0 vnc: explain why set_encodings loop is reversed by Corentin Chary · 15 years ago
  89. a9f20d3 Revert "vnc: set the right prefered encoding" by Corentin Chary · 15 years ago
  90. d467b67 vnc: rich cursor support. by Gerd Hoffmann · 15 years ago
  91. 14eb8b6 vnc: set the right prefered encoding by Corentin Chary · 15 years ago
  92. 0684bf1 vnc: make sure to send pointer type change event on SetEncodings by Anthony Liguori · 15 years ago
  93. 70a4568 vnc: split encoding in specific files by Corentin Chary · 15 years ago
  94. 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
  95. 46a183d Remove magic numbers for VNC message IDs from code by Daniel P. Berrange · 15 years ago
  96. 37c34d9 input: make vnc use mouse mode notifiers by Anthony Liguori · 15 years ago
  97. 3a0558b vnc: add no-lock-key-sync option by Gerd Hoffmann · 15 years ago
  98. cc39a92 Fix SIGFPE for vnc display of width/height = 1 by Chris Webb · 15 years ago
  99. 8631b60 monitor: Separate "default monitor" and "current monitor" cleanly by Markus Armbruster · 15 years ago
  100. 7ffb82c kbd keds: vnc by Gerd Hoffmann · 15 years ago