1. d06906d Use display polling by default in WinVNC by Pierre Ossman · 6 years ago
  2. 5fbbe10 Use UTF-8 in clipboard API by Pierre Ossman · 6 years ago
  3. 615d16b Improved clipboard API by Pierre Ossman · 6 years ago
  4. 66f1db5 Clean up internal clipboard handling by Pierre Ossman · 6 years ago
  5. 546b2ad Make sure clipboard uses \n line endings by Pierre Ossman · 6 years ago
  6. 78bdd17 Add missing throws for exception by Pierre Ossman · 6 years ago
  7. 7198491 Update visible copyright years to 2019 by Samuel Mannehed · 7 years ago
  8. b85febc Merge branch 'exittimer' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  9. a4308c9 Get rid of SocketServer::checkTimeouts() by Pierre Ossman · 7 years ago
  10. 10688ef Properly terminate server on timeouts by Pierre Ossman · 7 years ago
  11. f9de176 Merge branch 'vncserver' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  12. 8526e48 Stop trying to send ListConnInfo via WM_COPYDATA by Pierre Ossman · 7 years ago
  13. 025326d Move ListConnInfo to WinVNC directory by Pierre Ossman · 7 years ago
  14. 23a4213 Merge branch 'nojava' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  15. 6c97fa4 Encapsulate client handling in VNCServerST by Pierre Ossman · 7 years ago
  16. 32b96ff Change to https for tigervnc URL by Pierre Ossman · 7 years ago
  17. eef6c9a Remove QueryConnectionHandler by Pierre Ossman · 7 years ago
  18. e6aab24 Force common flow of connection queries by Pierre Ossman · 7 years ago
  19. 4a4453f Remove Java web server by Pierre Ossman · 7 years ago
  20. 35cc8d5 Interpret Meta as Alt by Pierre Ossman · 7 years ago
  21. fe2e5fc Merge branch 'unix' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  22. 8ee522a Catch exceptions by reference by Pierre Ossman · 7 years ago
  23. e3a2be6 Use abstract SocketListener class by Pierre Ossman · 7 years ago
  24. 454ed79 Fix another compile error on Windows when not building with GnuTLS by Peter Åstrand (astrand) · 7 years ago
  25. 518698a Update visible copyright year to 2018 by Samuel Mannehed · 8 years ago
  26. 6011f96 Rename README.txt to README.rst and convert to reStructuredText by Peter Åstrand (astrand) · 8 years ago
  27. cf647a3 Stop using CopyRect in WinVNC by Pierre Ossman · 8 years ago
  28. ac90e95 Merge branch 'pause' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 8 years ago
  29. 1e14a3e Fix compile error on windows when not building with GnuTLS by Brian P. Hinz · 8 years ago
  30. bbbd120 Merge pull request #500 from bphinz/issue106-rebase by Brian Hinz · 8 years ago
  31. cab7338 Move gnutls functions into SSecurityTLS by Brian P. Hinz · 8 years ago
  32. 1ce3b37 Handle Ctrl+Alt+Delete in raw keyboard mode by Pierre Ossman · 8 years ago
  33. f73214c Handle Windows scan code exceptions by Pierre Ossman · 8 years ago
  34. 90afb1c Configuration::listParams wants width/nameWidth; not ConfigurationObject by Peter Åstrand (astrand) · 8 years ago
  35. b000ff1 Get rid of getFbSize()/getDesktopSize() in common by Pierre Ossman · 8 years ago
  36. 7423417 rfb_win32: Use scan codes if available by Rahul Kale · 8 years ago
  37. 5ae2821 Basic support for QEMU Extended Key Events by Pierre Ossman · 8 years ago
  38. c719e4a rfb_win32: Add support for LED state notifications by Rahul Kale · 8 years ago
  39. 6a7f908 Hook up the "Load X.509 Cert/Key" dialogs in winvnc by Brian P. Hinz · 8 years ago
  40. 8e5a29e Update visible copyright year to 2017 by Samuel Mannehed · 8 years ago
  41. 6a1a0d0 Change cursor API to use RGBA data by Pierre Ossman · 9 years ago
  42. 0536d09 spelling fixes by klemens · 9 years ago
  43. c7860c2 Don't fail old service cleanup by Pierre Ossman · 9 years ago
  44. 338e73a Replace Windows specific thread handling by Pierre Ossman · 9 years ago
  45. ed92079 Clean up old WinVNC services by Pierre Ossman · 9 years ago
  46. 4e7d05c Don't reference Xregion unless used directly by Pierre Ossman · 9 years ago
  47. 3a177d7 Specify TigerVNC Project as the vendor/company by Pierre Ossman · 9 years ago
  48. d408ca5 Move socket write event handling in to the RFB core by Pierre Ossman · 9 years ago
  49. fa93778 change the Copyright year by Bojan Memetovic · 9 years ago
  50. fc08bee Remove legacy Windows code by Pierre Ossman · 10 years ago
  51. 4ab1e5d Remove stub mirror driver code by Pierre Ossman · 10 years ago
  52. 526b380 Shorten service identifier by Pierre Ossman · 10 years ago
  53. 018c67e Provide description for services by Pierre Ossman · 10 years ago
  54. 6a2b6bf Enable Windows specific debug code in debug builds by Pierre Ossman · 10 years ago
  55. 023df7e Use correct type for format string by Pierre Ossman · 10 years ago
  56. eab85bc Clean up listening sockets on error by Pierre Ossman · 10 years ago
  57. f7aa3f9 Return TcpListener pointers rather than objects by Pierre Ossman · 10 years ago
  58. cd87317 Show error dialog when ACL pattern isn't accepted by Pierre Ossman · 10 years ago
  59. 14e214f Change netmask to prefix in ACL documentation by Pierre Ossman · 10 years ago
  60. a9af1f1 Fix some bad signed/unsigned mismatches by Pierre Ossman · 10 years ago
  61. bc84faa Improve TigerVNC branding in WinVNC by Pierre Ossman · 10 years ago
  62. acd195d Remove debug log noise from Windows dialog class by Pierre Ossman · 10 years ago
  63. 5b90c5f Convert WinVNC to the new TcpListener API by Pierre Ossman · 10 years ago
  64. a56bc86 winsock2.h must always be included before windows.h by Pierre Ossman · 10 years ago
  65. 79f82f9 Local address change events are not socket specific by Pierre Ossman · 10 years ago
  66. 57cab51 Resurrect TcpListener::getMyAddresses() by Pierre Ossman · 10 years ago
  67. cd5c82a Fix unsafe format strings to the logging functions by Pierre Ossman · 11 years ago
  68. b0a8047 Don't shove a pointer into a 32-bit variable by Pierre Ossman · 11 years ago
  69. 6e538b4 Fix bad initialiser lists by Pierre Ossman · 11 years ago
  70. 4c33d0b Compiler doesn't like us not checking return values here by Pierre Ossman · 11 years ago
  71. e67bb2d Compiler doesn't like referencing unset variables by Pierre Ossman · 11 years ago
  72. 40e3ceb LPARAM and WPARAM have different types on Win32 and Win64 by Pierre Ossman · 11 years ago
  73. e8b987b WIN64 should come from the compiler or SDK, not us by Pierre Ossman · 11 years ago
  74. 8a044ee Pointer truncation/expansion needs to be very explicit by Pierre Ossman · 11 years ago
  75. ba6fbfe Give CharArray a printf style method to ease automatic allocation by Pierre Ossman · 11 years ago
  76. 7728be2 Add extra parentheses to avoid and/or priority ambiguity by Pierre Ossman · 11 years ago
  77. b1cd6ca Reorder class initialiser list to match what actually happens by Pierre Ossman · 11 years ago
  78. fb450fb Fix mismatches between format string and arguments by Pierre Ossman · 11 years ago
  79. 5c23b9e Fix bad signed/unsigned comparisons by Pierre Ossman · 11 years ago
  80. e84db65 Use new API for getVncAuthPasswd() by Pierre Ossman · 11 years ago
  81. f8d525b String literals are constant by Pierre Ossman · 11 years ago
  82. a32040d Provide a better R/W base PixelBuffer class by Pierre Ossman · 12 years ago
  83. 2e5a106 Get rid of getStride() by Pierre Ossman · 12 years ago
  84. ff9eb5a Get rid of the direct access abuse of FullFramePixelBuffer's data by Pierre Ossman · 12 years ago
  85. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  86. 5ad4d06 Remove a lot of platform compatibilty stuff by Pierre Ossman · 11 years ago
  87. 890c101 Remove remnants of Windows only client by Pierre Ossman · 11 years ago
  88. 4d0bc6e Fix some offenders that poke around in the PixelFormat internals by Pierre Ossman · 12 years ago
  89. 9fe3479 Remove the scaled pixel buffer classes as they are not used. by Pierre Ossman · 12 years ago
  90. 65c9858 Removes VeNCrypt-checkbox from the security page in the WinVNC options. Fixes bug #142. by Samuel Mannehed · 12 years ago
  91. 60c4193 Make WinVNC service mode work on Windows Vista and beyond. by Samuel Mannehed · 12 years ago
  92. dc6af37 Removes the additional padding reserved for the menubar and enables drag undocking for the java applet when served from Windows. by Brian Hinz · 12 years ago
  93. f8212b9 Update more copyrights to 2013. by Peter Åstrand · 12 years ago
  94. 7f4fc69 Windows has a bit of a peculiarity in that winsock2.h must be included by Pierre Ossman · 13 years ago
  95. ad8609a Fix unsafe usage of the logging functions. by Pierre Ossman · 13 years ago
  96. 57bbce4 Use the gcc way of creating shared segments in DLLs. The previous way by Pierre Ossman · 13 years ago
  97. 4c378e0 Build wm_hooks in its own directory. Makes the build structure more clear. by Pierre Ossman · 13 years ago
  98. 95e28f7 Consolidate the installation paths and make sure we have decent defaults. by Pierre Ossman · 13 years ago
  99. bbf955e Reimplement the deferred update handling, this time in a more robust and by Pierre Ossman · 14 years ago
  100. ccc0969 Remove Visual C++ support by DRC · 14 years ago