1. 57b11d4 Link libX11 dynamically by Brian P. Hinz · 10 years ago
  2. 668873a Regression fix for Java window size by Brian P. Hinz · 10 years ago
  3. c1cbc70 Early propagate of access rights to connection. by Henrik Andersson · 10 years ago
  4. 9b9a38c Update debian init scripts so that sysconfig settings are actually used by Brian P. Hinz · 10 years ago
  5. 0c20e43 Merge pull request #260 from TigerVNC/vencrypt-vino by Brian Hinz · 10 years ago
  6. 43147c3 Add workaround for Vino's VeNCrypt implementation to Java viewer by Brian P. Hinz · 10 years ago
  7. fc08bee Remove legacy Windows code by Pierre Ossman · 10 years ago
  8. 4ab1e5d Remove stub mirror driver code by Pierre Ossman · 10 years ago
  9. 526b380 Shorten service identifier by Pierre Ossman · 10 years ago
  10. 018c67e Provide description for services by Pierre Ossman · 10 years ago
  11. 9986dce Better check for on screen visibility by Pierre Ossman · 10 years ago
  12. 3544999 Install viewer .desktop file and icons on all Unix systems by Pierre Ossman · 10 years ago
  13. a6a52a4 Ubuntu package fixes by Brian P. Hinz · 10 years ago
  14. 0260a9f Allow Ubuntu 12.04 packages to build on any architecture by Brian P. Hinz · 10 years ago
  15. 45a5a7b Debian package updates by Brian P. Hinz · 10 years ago
  16. a6b0026 Block signals from being handled on worker threads by Pierre Ossman · 10 years ago
  17. 7b8ebff Compile common code with -fPIC on all non-Windows platforms by Pierre Ossman · 10 years ago
  18. bb9771a Delete unnecessary patch files by Brian P. Hinz · 10 years ago
  19. 0a5489c Remove uncessary Xauth cookie patch from deb & rpm packages by Brian P. Hinz · 10 years ago
  20. 1efc06e Update Swedish translation by Göran Uddeborg · 10 years ago
  21. e5afb92 Fix race problem with detecting listening inetd sockets by Tristan Schmelcher · 14 years ago
  22. 1f8aba3 Add workaround for Vino's VeNCrypt implementation by Pierre Ossman · 10 years ago
  23. cddd648 Set up Xauthority using a single invokation by Pierre Ossman · 10 years ago
  24. 5fe6070 Use mcookie to generate X server cookie by Pierre Ossman · 10 years ago
  25. a7ac6a9 Check that xauth is in PATH by Pierre Ossman · 10 years ago
  26. 10d9af5 Suppress/eliminate JDK warnings by Brian P. Hinz · 10 years ago
  27. ce48cc8 Upgrade in-tree jsch and jzlib to latest upstream versions by Brian P. Hinz · 10 years ago
  28. 928bd74 Add snap tag to el7 packages by Brian P. Hinz · 10 years ago
  29. 60309e5 Add support for building RPM packages for RHEL 7 derivatives by Brian P. Hinz · 10 years ago
  30. 773f3cc Update French translation by Stéphane Aulery · 10 years ago
  31. 1669aac Update Brazilian Portuguese translation by Rafael Fontenelle · 10 years ago
  32. df0f3dc Use --host and --build to prevent buildhost-specific optimizations by Brian P. Hinz · 10 years ago
  33. f7fef92 Only show sendPrimary on X11 platforms by Pierre Ossman · 10 years ago
  34. 769931e Include class keyword for friend declaration by Pierre Ossman · 10 years ago
  35. 398a6f4 Init socket subsystem before parsing filters by Pierre Ossman · 10 years ago
  36. e844e45 Merge branch 'master' of https://github.com/hackonteur/tigervnc by Pierre Ossman · 10 years ago
  37. ef7faee Update German translation by Mario Blättermann · 10 years ago
  38. 3430ed9 Update Danish translation by Joe Hansen · 10 years ago
  39. c127127 Update Dutch translation by Benno Schulenberg · 10 years ago
  40. dd5a31b Replace external wget with native Python version by Scott Roland · 10 years ago
  41. cb8e8fb Fix coding to be utf-8 instead of UTF-8 by Scott Roland · 10 years ago
  42. db65a0f Update Bulgarian translation by Alexander Shopov · 10 years ago
  43. 226fd76 Update Finnish translation by Jorma Karvonen · 10 years ago
  44. e2a6182 Update Swedish translation by Göran Uddeborg · 10 years ago
  45. 27fbaa9 Update Ukrainian translation by Yuri Chornoivan · 10 years ago
  46. 7e2eab6 Merge branch 'multicore' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 10 years ago
  47. 6627efa Performance analysis of multi-core decoder by Pierre Ossman · 10 years ago
  48. db821a2 Gracefully handle empty CopyArea operations by Pierre Ossman · 10 years ago
  49. 3a35f72 Merge branch 'master' of https://github.com/hackonteur/tigervnc by Pierre Ossman · 10 years ago
  50. b24532c Modularized el5 & el6 RPM specs by Brian P. Hinz · 10 years ago
  51. 5fdd2da Fix relative PATH to SRCDIR by Scott Roland · 10 years ago
  52. 2b8aa35 Optimised shortcut for decoding on single CPU systems by Pierre Ossman · 10 years ago
  53. a0eb1e8 Limit the number of decoder threads to 4 by Pierre Ossman · 10 years ago
  54. c9dd3a4 Throttle overlapping screen updates by Pierre Ossman · 10 years ago
  55. 5102fa9 Consolidate how to run the FLTK loop in one place by Pierre Ossman · 10 years ago
  56. 0560465 Propagate exceptions from worker threads back to main thread by Pierre Ossman · 10 years ago
  57. 98d7af9 Estimate CPU core usage in performance tests by Pierre Ossman · 10 years ago
  58. 0b5a06b Protect PlatformPixelBuffer from simultaneous access by Pierre Ossman · 10 years ago
  59. 7b63a7c Create one decode thread for each CPU by Pierre Ossman · 10 years ago
  60. b74728f Add option to enable thread sanitizer by Pierre Ossman · 10 years ago
  61. bf431a6 Allow parallel decoding of Tight JPEG rects by Pierre Ossman · 10 years ago
  62. e6ad445 Allow conditional dependencies between rects when decoding by Pierre Ossman · 10 years ago
  63. a862add Decode rectangles in order if needed by Pierre Ossman · 10 years ago
  64. 1412789 Decode overlapping rectangles in order by Pierre Ossman · 10 years ago
  65. 570cd5c Add flags member to decoders by Pierre Ossman · 10 years ago
  66. 504afa2 Make the decoder multi-threaded by Pierre Ossman · 10 years ago
  67. 3da238d Let CConnection intercept more callbacks by Pierre Ossman · 10 years ago
  68. 687d52c Add abstraction classes for system thread primitives by Pierre Ossman · 10 years ago
  69. 1cc323d Raise system requirement on Windows to Vista/2008 by Pierre Ossman · 10 years ago
  70. 7d6bf11 Fix copy-paste error for the secTypeX509Vnc security type by Pierre Ossman · 10 years ago
  71. 6f318e4 Clear up ZlibInStream::reset() behaviour by Pierre Ossman · 10 years ago
  72. 80b4209 Split decoders into a read and decode step by Pierre Ossman · 10 years ago
  73. ded4907 Add efficient method to copy data between two streams by Pierre Ossman · 10 years ago
  74. fbad8a9 Remove unneeded virtual qualifiers on stream methods by Pierre Ossman · 10 years ago
  75. 7bfb73b Remove CMsgReader::getImageBuf() as nothing uses it by Pierre Ossman · 10 years ago
  76. 8635062 Decouple decoders from CConnection by Pierre Ossman · 10 years ago
  77. f22d350 Make ConnParams useful when const by Pierre Ossman · 10 years ago
  78. 9f273e9 Delegate decoder object management to a separate class by Pierre Ossman · 10 years ago
  79. bc546f8 Update RPM dependency sources to latest versions by Brian P. Hinz · 10 years ago
  80. c416ad5 Change development version to 1.6.80 by Pierre Ossman · 10 years ago
  81. b9b8212 Update translation template file by Pierre Ossman · 10 years ago
  82. 89d6a85 Fix inverted logic in ProcVncExtSetParam. by Michal Srb · 10 years ago
  83. 0068a4f Clean out unused dependencies from CConnection.h by Pierre Ossman · 10 years ago
  84. b591c9d Include kernel time in CPU usage measurement by Pierre Ossman · 10 years ago
  85. 7835815 Remove old Windows CE code by Pierre Ossman · 10 years ago
  86. 9c181ba Use mingw's gettimeofday() by Pierre Ossman · 10 years ago
  87. 07eec1b Remove unused deleteReaderAndWriter() method by Pierre Ossman · 10 years ago
  88. 36eac99 option -xstartup added by Llorenç Garcia Martinez · 10 years ago
  89. e76c2fb option -xstartup added by Llorenç Garcia Martinez · 10 years ago
  90. 10fe061 Merge branch 'patch-1' of https://github.com/Siot/tigervnc by Pierre Ossman · 10 years ago
  91. 55d6085 Xvnc.man: remove -i option by Kirill Kolyshkin · 10 years ago
  92. 53604da Merge branch 'master' of https://github.com/graysky2/tigervnc by Pierre Ossman · 10 years ago
  93. 872e5dd Allow BUILD_TIMESTAMP to be set statically by DRC · 10 years ago
  94. 2a2e2c3 Allow static linking against only the GCC libs by DRC · 10 years ago
  95. 643f165 Merge branch 'jpeg_includes' of https://github.com/dcommander/tigervnc by Pierre Ossman · 10 years ago
  96. 5d771f4 Added -noxstartup by Llorenç Garcia Martinez · 10 years ago
  97. 861cb06 new option -noxstartup to not load any xstartup script file by Llorenç Garcia Martinez · 10 years ago
  98. f4e620a provide a systemd user service unit for vncserver by graysky · 10 years ago
  99. 02cbc22 update manpage teaching about ~/.vnc/config by graysky · 10 years ago
  100. ddff8d0 update vncserver to parse a config file by graysky · 10 years ago