1. e9e7da9 Do proper logging rather than fprintf(stderr, ...) by Pierre Ossman · 9 years ago
  2. 5ad4d06 Remove a lot of platform compatibilty stuff by Pierre Ossman · 11 years ago
  3. b5822f3 Another attempt at solving the compression level change problems. We were still by Pierre Ossman · 14 years ago
  4. ff5ca2d Merge further fixes to Zlib encoder from 1.1 branch by DRC · 14 years ago
  5. 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
  6. 4b187ad Fix 3305357 (Enabling custom compression level on client crashes server) by DRC · 14 years ago
  7. 20e0d71 [Refactoring] Improved rdr::Exception constructor. It now accepts variable by Adam Tkac · 17 years ago
  8. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago