summaryrefslogtreecommitdiff
path: root/infback.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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