summaryrefslogtreecommitdiff
path: root/infback.c
Commit message (Collapse)AuthorAgeFilesLines
* Have infback() deliver all of the available output up to any error.Mark Adler2022-07-241-7/+9
|
* Fix inflateBack to detect invalid input with distances too far.Mark Adler2022-06-271-0/+1
|
* zlib 1.2.12v1.2.12Mark Adler2022-03-271-1/+1
|
* Add fallthrough comments for gcc.Mark Adler2022-03-271-0/+1
| | | | Note intentional switch case fall throughs to avoid gcc warnings.
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-1/+1
|
* Clean up type conversions.Mark Adler2016-10-111-1/+1
|
* Clean up the usage of z_const and respect const usage within zlib.Mark Adler2012-08-131-1/+1
| | | | | | | | | This patch allows zlib to compile cleanly with the -Wcast-qual gcc warning enabled, but only if ZLIB_CONST is defined, which adds const to next_in and msg in z_stream and in the in_func prototype. A --const option is added to ./configure which adds -DZLIB_CONST to the compile flags, and adds -Wcast-qual to the compile flags when ZLIBGCCWARN is set in the environment.
* zlib 1.2.5.2v1.2.5.2Mark Adler2011-12-181-1/+1
|
* Remove code from inflate.c and infback.c that is impossible to execute.Mark Adler2011-11-271-1/+0
| | | | | | During coverage testing it was discovered that these two lines could never pull more bits, since the immediately preceding for loop assures that all of the code's bits are already pulled.
* Add a ./config --solo option to make zlib subset with no libary useMark Adler2011-10-071-1/+10
| | | | | | | | A common request has been the ability to compile zlib to require no other libraries. This --solo option provides that ability. The price is that the gz*, compress*, and uncompress functions are eliminated, and that the user must provide memory allocation and free routines to deflate and inflate when initializing.
* zlib 1.2.3.5v1.2.3.5Mark Adler2011-09-091-2/+2
|
* zlib 1.2.3.4v1.2.3.4Mark Adler2011-09-091-2/+11
|
* zlib 1.2.3.3v1.2.3.3Mark Adler2011-09-091-40/+40
|
* zlib 1.2.2.4v1.2.2.4Mark Adler2011-09-091-2/+2
|
* zlib 1.2.2.2v1.2.2.2Mark Adler2011-09-091-0/+1
|
* zlib 1.2.2.1v1.2.2.1Mark Adler2011-09-091-4/+4
|
* zlib 1.2.2v1.2.2Mark Adler2011-09-091-2/+2
|
* zlib 1.2.1.2v1.2.1.2Mark Adler2011-09-091-0/+3
|
* zlib 1.2.0.5v1.2.0.5Mark Adler2011-09-091-3/+3
|
* zlib 1.2.0.4v1.2.0.4Mark Adler2011-09-091-4/+11
|
* zlib 1.2.0.2v1.2.0.2Mark Adler2011-09-091-6/+6
|
* zlib 1.2.0.1v1.2.0.1Mark Adler2011-09-091-3/+0
|
* zlib 1.2.0v1.2.0Mark Adler2011-09-091-0/+615