summaryrefslogtreecommitdiff
path: root/compress.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor formatting improvements.Mark Adler2022-10-051-3/+3
| | | | No code changes.
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-1/+1
|
* Use a uniform approach for the largest value of an unsigned type.Mark Adler2016-12-311-1/+1
|
* Do not initialize unsigned with -1 in compress.c uncompr.c.Mark Adler2015-08-021-1/+1
| | | | Sun compiler complained. Use (unsigned)0 - 1 instead.
* Fix compress() to work on lengths more than a maximum unsigned.Mark Adler2014-04-261-18/+24
|
* 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.3.1v1.2.3.1Mark Adler2011-09-091-2/+3
|
* zlib 1.2.2.1v1.2.2.1Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.5v1.2.0.5Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.2v1.2.0.2Mark Adler2011-09-091-0/+1
|
* zlib 1.2.0v1.2.0Mark Adler2011-09-091-0/+10
|
* zlib 1.1.4v1.1.4Mark Adler2011-09-091-1/+1
|
* zlib 1.0.9v1.0.9Mark Adler2011-09-091-2/+2
|
* zlib 1.0.8v1.0.8Mark Adler2011-09-091-12/+23
|
* zlib 1.0.7v1.0.7Mark Adler2011-09-091-3/+3
|
* zlib 1.0.2v1.0.2Mark Adler2011-09-091-2/+3
|
* zlib 1.0.1v1.0.1Mark Adler2011-09-091-4/+4
|
* zlib 1.0-prev1.0-preMark Adler2011-09-091-3/+3
|
* zlib 0.99v0.99Mark Adler2011-09-091-3/+4
|
* zlib 0.94v0.94Mark Adler2011-09-091-3/+3
|
* zlib 0.92v0.92Mark Adler2011-09-091-3/+3
|
* zlib 0.8v0.8Mark Adler2011-09-091-3/+3
|
* zlib 0.71v0.71Mark Adler2011-09-091-0/+55