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