summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Create z_size_t and z_ssize_t types.Mark Adler2016-12-048-17/+144
* Don't need to emit an empty fixed block when changing parameters.Mark Adler2016-12-041-1/+1
* Clean up gz* function return values.Mark Adler2016-12-043-34/+37
* Speed up deflation for level 0 (storing).Mark Adler2016-12-041-78/+215
* Assure that deflateParams() will not switch functions mid-block.Mark Adler2016-12-042-22/+24
* Explicitly ignore a return value in gzwrite.c.Mark Adler2016-12-041-1/+1
* Increase verbosity required to warn about bit length overflow.Mark Adler2016-12-041-2/+2
* Add uncompress2() function, which returns the input size used.Mark Adler2016-12-042-18/+39
* Minor edits to the documentation in source file contents.Mark Adler2016-12-044-93/+109
* Fix bugs in creating a very large gzip header.Mark Adler2016-12-042-169/+191
* Add --debug (-d) option to ./configure to define ZLIB_DEBUG.Mark Adler2016-12-041-0/+6
* Use memcpy for stored blocks.Mark Adler2016-12-041-30/+7
* Fix some typos.Mark Adler2016-10-3010-29/+29
* Fix bug when level 0 used with Z_HUFFMAN or Z_RLE.Mark Adler2016-10-271-3/+4
* Clean up and comment the use of local for static.Mark Adler2016-10-264-6/+6
* Make a noble effort at setting OS_CODE correctly.Mark Adler2016-10-251-14/+30
* Do a more thorough check of the state for every stream call.Mark Adler2016-10-243-41/+72
* Document the rejection of 256-byte window requests in zlib.h.Mark Adler2016-10-241-0/+4
* Reject a window size of 256 bytes if not using the zlib wrapper.Mark Adler2016-10-241-1/+1
* Avoid obfuscating use of default case in inftrees.c.Mark Adler2016-10-141-1/+1
* Move macro definition in deflate.c to where it is used.Mark Adler2016-10-141-3/+4
* Avoid recursive gzgetc() macro call.Mark Adler2016-10-141-2/+2
* Make globals in examples local to compilation unit.Mark Adler2016-10-142-4/+4
* Add --warn option to ./configure, instead of environment variable.Mark Adler2016-10-111-1/+3
* Clean up type conversions.Mark Adler2016-10-119-57/+62
* Avoid casting an out-of-range value to long.Mark Adler2016-10-111-1/+1
* Note the violation of the strict aliasing rule in crc32.c.Mark Adler2016-10-031-0/+12
* Avoid pre-decrement of pointer in big-endian CRC calculation.Mark Adler2016-09-281-3/+1
* Remove offset pointer optimization in inftrees.c.Mark Adler2016-09-211-10/+8
* Use post-increment only in inffast.c.Mark Adler2016-09-211-50/+31
* Remove dummy structure declarations for old buggy compilers.Mark Adler2016-09-216-28/+0
* Fix typo.Mark Adler2016-09-211-1/+1
* Add option to not compute or check check values.Mark Adler2016-09-203-13/+34
* Correct the size of the inflate state in the comments.Mark Adler2016-09-201-1/+2
* Fix typo in blast.c.Mark Adler2016-07-101-1/+1
* Add configure.log to .gitignore.Mark Adler2016-06-171-0/+1
* Loop on write() calls in gzwrite.c in case of non-blocking I/O.Mark Adler2016-04-051-11/+16
* Fix gzseek() problem on MinGW due to buggy _lseeki64 there.Mark Adler2016-01-291-1/+1
* Fix bug that accepted invalid zlib header when windowBits is zero.Mark Adler2015-11-261-1/+1
* Use a consistent and more modern approach to not use a parameter.Mark Adler2015-10-041-6/+10
* Use UTF-8 for non-ASCII characters in ChangeLog.Mark Adler2015-09-161-3/+3
* Clean up portability for shifts and integer sizes.Mark Adler2015-09-053-4/+4
* Avoid shifts of negative values inflateMark().Mark Adler2015-09-051-2/+3
* Fix typo.Mark Adler2015-08-151-1/+1
* Use const for static tree descriptions in deflate.Mark Adler2015-08-152-4/+4
* Allow building zlib outside of the source directory.Mark Adler2015-08-022-61/+197
* Do not initialize unsigned with -1 in compress.c uncompr.c.Mark Adler2015-08-022-2/+2
* Align deflateParams() and its documentation in zlib.h.Mark Adler2015-08-022-14/+27
* Compile the gzopen_w() function when __CYGWIN__ defined.Mark Adler2015-08-013-5/+9
* Define _POSIX_SOURCE to enable POSIX extensions on some systems.Mark Adler2015-07-281-0/+4