aboutsummaryrefslogtreecommitdiff
path: root/common/zlib.cpp
AgeCommit message (Expand)Author
2019-10-04COMMON: Add Missing Switch Default Case in ZLIB ClassD G Turner
2019-09-25GLK: ADRIFT: Implement zlib decompressionPaul Gilbert
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2016-08-04COMMON: Update GZipWriteStream::pos()Alexander Tkachev
2016-08-04COMMON: Add WriteStream::pos()Alexander Tkachev
2014-03-28COMMON: Reduce the warnings related to backwards seeking in ZIP filesFilippos Karapetis
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-02COMMON: SEEK_END offsets are negativeFilippos Karapetis
2013-11-02COMMON: Reenable SEEK_END seeking in GZipReadStream()Filippos Karapetis
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2013-01-26COMMON: Return NULL in wrapCompressedReadStream for compressed streams when Z...Johannes Schickel
2012-08-28Merge remote-tracking branch 'origin/master' into tonyAlyssa Milburn
2012-07-18COMMON: Add an optional argument to wrapCompressedReadStream, to simplify usi...Einar Johan Trøan Sømåen
2012-05-28COMMON: Move InstallShield code to commonMatthew Hoops
2012-01-13COMMON: Enhance zlib interfaceAndrea Corna
2011-08-20COMMON: Add wrapper for inflating headerless zlib dataMatthew Hoops
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-08-07COMMON: Use ScopedPtr<> to simplify resource management.Christoph Mallon
2011-08-07COMMON: Simplify initialization of z_stream struct.Christoph Mallon
2011-08-04COMMON: Initialize more z_stream fields before calling inflateInit2.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02COMMON: Fix compilation when zlib support is enabled.Johannes Schickel
2010-11-19COMMON: Push #include stream.h from zlib.h to zlib.cppMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-09-16Merged common/gzip-stream.* and common/zlib.*Max Horn
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ...Max Horn
2008-01-03Different zlib.h included paths for Symbian OS to differenciate between syste...Lars Persson
2007-12-28Added missing files from patch #1858158.Torbjörn Andersson