1. e9e7da9 Do proper logging rather than fprintf(stderr, ...) by Pierre Ossman · 9 years ago
  2. 0fb3e35 Remove commented out logging by Pierre Ossman · 9 years ago
  3. 4a4453f Remove Java web server by Pierre Ossman · 7 years ago
  4. 8750db3 Fix bad reference in TLSException initialiser by Pierre Ossman · 7 years ago
  5. e5cdadd Fully standardise on send()/recv() by Pierre Ossman · 8 years ago
  6. 3a1db16 Added my/Cendio copyright where relevant by Peter Åstrand (astrand) · 8 years ago
  7. e2c3b60 Use send() with MSG_DONTWAIT when possible by Peter Åstrand (astrand) · 8 years ago
  8. 1922550 Make exception classes have clearer messages by Pierre Ossman · 8 years ago
  9. b315dfa rdr: Fix incorrect error checking after fread() by Steve Kondik · 8 years ago
  10. a642462 Add missing virtual destructors by Steve Kondik · 8 years ago
  11. b08b3d4 Fix busy loop in FdOutStream::flush() by Pierre Ossman · 9 years ago
  12. c6df31d Clean up FdOutStream::flush() by Pierre Ossman · 9 years ago
  13. 3b46a39 Remove Windows 98 socket workaround by Pierre Ossman · 9 years ago
  14. 6f318e4 Clear up ZlibInStream::reset() behaviour by Pierre Ossman · 10 years ago
  15. ded4907 Add efficient method to copy data between two streams by Pierre Ossman · 10 years ago
  16. fbad8a9 Remove unneeded virtual qualifiers on stream methods by Pierre Ossman · 10 years ago
  17. 7835815 Remove old Windows CE code by Pierre Ossman · 10 years ago
  18. 9c181ba Use mingw's gettimeofday() by Pierre Ossman · 10 years ago
  19. 063df03 Avoid dropping const qualifier needlessly by Pierre Ossman · 10 years ago
  20. 500cb6e Fix Winsock errno code overlap by Pierre Ossman · 10 years ago
  21. d1cb31f Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 10 years ago
  22. 5c23b9e Fix bad signed/unsigned comparisons by Pierre Ossman · 11 years ago
  23. a7bbe9c Make sure Exceptions do not use unsafe format strings by Pierre Ossman · 11 years ago
  24. 5b3c5f4 Tag the Exception constructor as a printf function by Pierre Ossman · 11 years ago
  25. f481203 Merge branch 'perf' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 11 years ago
  26. 82c279e Add stream class to feed data from a file by Pierre Ossman · 11 years ago
  27. 11167e1 Use a common header file for Windows errno names. by Peter Åstrand (astrand) · 11 years ago
  28. 88c24ed Raise GnuTLS requirements to 3.x by Pierre Ossman · 11 years ago
  29. 428de11 Move ws2_32 dependency to the correct place by Pierre Ossman · 11 years ago
  30. c92081e Use printf constructor safely by Pierre Ossman · 11 years ago
  31. 7b5c069 Push encoding specific formats into the encoders and decoders by Pierre Ossman · 11 years ago
  32. 5ad4d06 Remove a lot of platform compatibilty stuff by Pierre Ossman · 11 years ago
  33. 2137f4f GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of by Pierre Ossman · 13 years ago
  34. fe48cd4 Refactor the TLS code so that the push/pull functions are aware of their by Pierre Ossman · 13 years ago
  35. 3c83713 Add method to query how long since we last wrote something to a fd. by Pierre Ossman · 14 years ago
  36. 4ce51ff Make socket writes non-blockable. This allows the system to more quickly by Pierre Ossman · 14 years ago
  37. b5822f3 Another attempt at solving the compression level change problems. We were still by Pierre Ossman · 14 years ago
  38. ce82f4b Move setting of PIC code to a central location by DRC · 14 years ago
  39. 92b4f9d CMake doesn't handle convenience libraries as nicely as autotools does. We by Pierre Ossman · 14 years ago
  40. 887c5fd Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overflow in less than a minute if using a full-screen video or 3D application. by DRC · 14 years ago
  41. cd2c5d4 Ported encoding optimizations from TurboVNC. The changes to the Tight parameters were determined through extensive low-level profiling (see http://www.virtualgl.org/pmwiki/uploads/About/turbototiger.pdf). The other enhancements involved: (1) porting the solid subrectangle pre-computation code from TightVNC/TurboVNC (it makes a pretty big difference-- see report), (2) encapsulating the JPEG encoder in its own class (this eliminates a buffer copy, and the JPEG buffer is now set to a decent size where it shouldn't ever need to be paged or re-allocated, except in rare corner cases), (3) adding support for last rect. encoding (necessary to support the solid rectangle pre-computation enhancements. by DRC · 14 years ago
  42. ff5ca2d Merge further fixes to Zlib encoder from 1.1 branch by DRC · 14 years ago
  43. f4a341b Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the compress buffer allocated by the Tight encoder was not large enough, and (2) Zlib 1.2.5 can sometimes call deflate(..., Z_BLOCK) within the body of deflateParams(), so we need to check avail_in after calling checkCompressionLevel() to ensure that there is still data left to compress before we call deflate() again. by DRC · 14 years ago
  44. 1980dd5 Remove unused autotools build system by DRC · 14 years ago
  45. 3059373 Do not run libtool_create_control_file() on Windows. Windows does not like it. by DRC · 14 years ago
  46. 4b187ad Fix 3305357 (Enabling custom compression level on client crashes server) by DRC · 14 years ago
  47. 23029cc Building the Xvnc server requires libtool control files of rdr, rfb, by Henrik Andersson · 14 years ago
  48. db143c9 Added additional check to only link against ws2_32 library on Windows build. by Henrik Andersson · 15 years ago
  49. a7769f2 Use the system copy of zlib by default, like we do with autotools. by Pierre Ossman · 15 years ago
  50. ed1ef85 Fix MinGW build breakage by DRC · 15 years ago
  51. 79735b4 Allow GnuTLS to use in-tree version of zlib when static linking by DRC · 15 years ago
  52. 8dde266 Remove old Visual C++ project files (use CMake to build with Visual C++) by DRC · 15 years ago
  53. 125bd25 [Development] Add possibility to build Windows programs with GNUTLS via cmake. by Adam Tkac · 15 years ago
  54. 180c016 CMake build system for Windows by DRC · 15 years ago
  55. 3e465a6 Support building with older versions of gnutls; Fix gnutls detection when building statically using build-xorg by DRC · 15 years ago
  56. fab093c [Bugfix] Properly report transport errors to GNUTLS. by Adam Tkac · 15 years ago
  57. fee65d5 [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X. by Adam Tkac · 15 years ago
  58. 0835671 [Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAGS,LIBADD} to fix by Adam Tkac · 15 years ago
  59. 35e6d4c [Development] Implement secure TLS streams. by Adam Tkac · 15 years ago
  60. 03da3c2 Fix out-of-tree build issue when using included zlib by DRC · 15 years ago
  61. 98fe98c Eliminate GCC signed/unsigned warnings related to encodings: The by Peter Åstrand · 16 years ago
  62. 8aee1a8 - use unix/configure.ac as top-level configure.ac base by Adam Tkac · 16 years ago
  63. 3f86925 Revert r3657 (import of autogenerated) files. by Adam Tkac · 16 years ago
  64. fc4cd71 Import autogenerated files for unix/ and common/ subdirs to make source by Adam Tkac · 17 years ago
  65. 75586e6 [Cleanup] Removed unneeded #includes from rdr/Exception.cxx by Adam Tkac · 17 years ago
  66. 20e0d71 [Refactoring] Improved rdr::Exception constructor. It now accepts variable by Adam Tkac · 17 years ago
  67. 49e5ce6 Check where select() is defined during configure time by Adam Tkac · 17 years ago
  68. a0d5fe3 [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to make by Adam Tkac · 17 years ago
  69. 2bcfb6d Add headers to Makefile.am-s to fix "make dist" command in common/* subtree by Adam Tkac · 17 years ago
  70. 547117a - add libz to librdr.la to avoid tight/system zlib checking in xserver configure by Adam Tkac · 17 years ago
  71. 47e7ee8 - generate Makefile.in from Makefile.am template by Adam Tkac · 17 years ago
  72. fded078 After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 by Adam Tkac · 17 years ago
  73. ae2c645 - use Makefile.am and configure.ac by Adam Tkac · 17 years ago
  74. a1958b7 Minor code cleanup to decrease the amount of compilation warnings in Fedora Core 6. by Constantin Kaplinsky · 18 years ago
  75. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago