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