]> git.lizzy.rs Git - zlib.git/commit
Add undocumented inflateResetKeep() function for CAB file decoding.
authorMark Adler <madler@alumni.caltech.edu>
Sat, 8 Oct 2011 06:00:42 +0000 (23:00 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sat, 8 Oct 2011 06:13:37 +0000 (23:13 -0700)
commit77b47d55f14be032c0ee10da44bbe7591be0abd8
tree7e6532ef42e56abe8a2b29b7821b29f58372d259
parentf442c1e89e99ae5a0068a2d32e7284c2623f09fd
Add undocumented inflateResetKeep() function for CAB file decoding.

The Microsoft CAB file format compresses each block with completed
deflate streams that depend on the sliding window history of the
previous block in order to decode.  inflateResetKeep() does what
inflateReset() does, except the sliding window history from the
previous inflate operation is retained.
as400/bndsrc
as400/zlib.inc
contrib/vstudio/vc10/zlibvc.def
contrib/vstudio/vc9/zlibvc.def
inflate.c
win32/zlib.def
zconf.h
zconf.h.cmakein
zconf.h.in
zlib.h
zlib.map