aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add crc32_combine_gen() and crc32_combine_op() for fast combines.Mark Adler2018-11-042-0/+97
* Add tables for crc32_combine(), to speed it up by a factor of 200.Mark Adler2018-11-032-92/+396
* Fix the zran.c example to work on a multiple-member gzip file.Mark Adler2018-10-143-93/+204
* Add gznorm.c example, which normalizes gzip files.Mark Adler2018-10-072-0/+474
* Show all the codes for the maximum tables size in enough.c.Mark Adler2018-08-051-160/+191
* Clarify that prefix codes are counted in enough.c.Mark Adler2018-08-051-15/+15
* Use inline function instead of macro for index in enough.c.Mark Adler2018-08-051-4/+8
* Clean up code style in enough.c, update version.Mark Adler2018-08-011-211/+202
* Use a macro for the printf format of big_t in enough.c.Mark Adler2018-08-011-7/+3
* Use a structure to make globals in enough.c evident.Mark Adler2018-08-011-86/+89
* Assure that the number of bits for deflatePrime() is valid.Mark Adler2018-04-191-1/+2
* Fix a bug that can crash deflate on some input when using Z_FIXED.Mark Adler2018-04-193-70/+79
* Correct the initialization requirements for deflateInit2().Mark Adler2018-01-311-2/+1
* Emphasize the need to continue decompressing gzip members.Mark Adler2018-01-081-3/+5
* Add legal disclaimer to README.Mark Adler2017-10-121-1/+4
* Fix deflateEnd() to not report an error at start of raw deflate.Mark Adler2017-10-121-1/+3
* Remove old assembler code in which bugs have manifested.Mark Adler2017-10-1218-6172/+0
* Make the names in functions declarations identical to definitions.Mark Adler2017-10-123-6/+6
* Avoid an undefined behavior of memcpy() in _tr_stored_block().Mark Adler2017-10-121-1/+2
* Avoid undefined behaviors of memcpy() in gz*printf().Mark Adler2017-10-121-2/+2
* Avoid an undefined behavior of memcpy() in gzappend().Mark Adler2017-10-121-1/+1
* Avoid the use of ptrdiff_t.Mark Adler2017-06-032-11/+3
* Handle case where inflateSync used when header never processed.Mark Adler2017-04-161-0/+2
* Don't compute check value for raw inflate if asked to validate.Mark Adler2017-03-301-1/+1
* Add address checking in clang to -w option of configure.Mark Adler2017-02-181-2/+2
* Return an error if the gzputs string length can't fit in an int.Mark Adler2017-02-151-4/+7
* Small speedup to inflate [psumbera].Mark Adler2017-02-151-14/+14
* Update use of errno for newer Windows CE versions.Mark Adler2017-02-151-2/+2
* Avoid some conversion warnings in gzread.c and gzwrite.c.Mark Adler2017-02-152-8/+6
* Have Makefile return non-zero error code on test failure.Mark Adler2017-02-151-6/+6
* Avoid a conversion error in gzseek when off_t type too small.Mark Adler2017-02-151-2/+2
* Fix CLEAR_HASH macro to be usable as a single statement.Mark Adler2017-02-151-2/+5
* Fix bug when window full in deflate_stored().Mark Adler2017-02-151-1/+1
* Limit hash table inserts after switch from stored deflate.Mark Adler2017-02-151-1/+9
* Permit a deflateParams() parameter change as soon as possible.Mark Adler2017-02-152-8/+9
* Cygwin does not have _wopen(), so do not create gzopen_w() there.Mark Adler2017-01-162-2/+2
* Change version number to 1.2.11.1.Mark Adler2017-01-1525-48/+51
* zlib 1.2.11v1.2.11Mark Adler2017-01-1529-54/+58
* Permit immediate deflateParams changes before any deflate input.Mark Adler2017-01-152-5/+7
* Update high water mark in deflate_stored.Mark Adler2017-01-151-0/+4
* Update vestigial comment from very old Info-ZIP deflate.Mark Adler2017-01-151-2/+2
* Fix deflate stored bug when pulling last block from window.Mark Adler2017-01-151-5/+5
* Update location of Visual Studio project files.Mark Adler2017-01-151-1/+1
* Delete user-specific Visual Studio project files.Mark Adler2017-01-156-24/+0
* Change version number to 1.2.10.1.Mark Adler2017-01-1527-53/+53
* zlib 1.2.10v1.2.10Mark Adler2017-01-0225-54/+58
* Fix compilation with --solo and --debug combined.Mark Adler2017-01-021-1/+1
* Add warnings when compiling with assembler code.Mark Adler2017-01-022-1/+4
* Remove files to be installed before copying them in Makefile.in.Mark Adler2017-01-021-0/+5
* Fix bug in gzwrite.c that produced corrupt gzip files.Mark Adler2017-01-021-0/+1