aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/ZlibOutStream.cxx
Commit message (Expand)AuthorAgeFilesLines
* Capitalize some more logging and exceptionsPierre Ossman2024-11-221-1/+1
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-221-4/+4
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-4/+4
* | Use standard exception classesPierre Ossman2024-11-061-5/+4
* | Subclass exceptions from std::exceptionPierre Ossman2024-11-061-1/+1
|/
* Use nullptr in all C++ codePierre Ossman2024-06-241-6/+6
* Use BufferedOutStream in more streamsPierre Ossman2022-08-251-54/+19
* Properly restore cork state when changedPierre Ossman2022-06-281-1/+7
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Make direct stream API a bit saferPierre Ossman2020-05-211-4/+4
* Generalise corking to all output streamsPierre Ossman2020-05-211-21/+23
* Remove unused bufSize argument from streamsPierre Ossman2020-05-211-2/+2
* Simplify stream availability handlingPierre Ossman2020-05-211-11/+4
* Add stream avail() methodsPierre Ossman2020-05-211-3/+3
* Fix error check for zlib callsPierre Ossman2020-02-271-2/+2
* Be defensive about overflows in stream objectsPierre Ossman2019-11-151-2/+4
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-5/+5
* Do proper logging rather than fprintf(stderr, ...)Pierre Ossman2019-04-291-8/+11
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-1/+2
* Another attempt at solving the compression level change problems. We were stillPierre Ossman2011-10-181-62/+74
* Merge further fixes to Zlib encoder from 1.1 branchDRC2011-08-091-6/+26
* Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com...DRC2011-08-091-9/+12
* Fix 3305357 (Enabling custom compression level on client crashes server)DRC2011-06-181-6/+8
* [Refactoring] Improved rdr::Exception constructor. It now accepts variableAdam Tkac2008-11-141-0/+2
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+161