summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove deleted assembler code references.Mark Adler2022-10-0630-615/+192
* Remove -pedantic from configure -w compile options.Mark Adler2022-10-061-2/+2
* Update copyright year in win32/zlib1.rc.Mark Adler2022-10-051-1/+1
* Add missing symbols to os400/bndsrc.Mark Adler2022-10-051-0/+8
* Minor formatting improvements.Mark Adler2022-10-058-133/+138
* Add new crc32 functions to z_ prefix defines.Mark Adler2022-10-053-0/+9
* Add WIN32_LEAN_AND_MEAN for windows.h include.Mark Adler2022-10-053-0/+9
* Tighten deflateBound bounds.Mark Adler2022-10-051-22/+37
* Fix bug in block type selection when Z_FIXED used.Mark Adler2022-10-031-6/+5
* Avoid conversion warning in minigzip.c.Mark Adler2022-10-011-1/+1
* Fix typo in contrib readme.Mark Adler2022-08-281-1/+1
* Fix some typos.Mark Adler2022-08-2319-35/+35
* Fix extra field processing bug that dereferences NULL state->head.Mark Adler2022-08-081-2/+2
* Add -g when debugging with -fsanitize=address to include symbols.Mark Adler2022-07-311-1/+1
* Fix a bug when getting a gzip header extra field with inflate().Mark Adler2022-07-301-2/+3
* 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
* Fix odd error in Visual C compiler preventing automatic promotion.Mark Adler2022-06-041-2/+2
* Fix missing ZEXPORT for crc32_combine_op().Mark Adler2022-06-041-1/+1
* Have build test report library version if it doesn't match zlib.h.Mark Adler2022-05-261-1/+2
* Correct incorrect inputs provided to the CRC functions.Mark Adler2022-03-301-4/+4
* Fix compile with Windows 10 SDK. (gvollant)Mark Adler2022-03-281-0/+5
* Fix configure issue that discarded provided CC definition.Mark Adler2022-03-281-0/+3
* Silence some warnings from Visual Studio C.Mark Adler2022-03-282-5/+5
* Change version number on develop branch to 1.2.12.1.Mark Adler2022-03-2724-48/+51
* zlib 1.2.12v1.2.12Mark Adler2022-03-2743-124/+218
* Fix crc32.c to compile local functions only if used.Mark Adler2022-03-271-62/+64
* Check for cc masquerading as gcc or clang in configure.Mark Adler2022-03-271-2/+8
* Remove destructive aspects of make distclean.Mark Adler2022-03-271-3/+1
* Separate out address sanitizing from warnings in configure.Mark Adler2022-03-271-2/+7
* Eliminate use of ULL constants.Mark Adler2022-03-271-3/+3
* Add fallthrough comments for gcc.Mark Adler2022-03-272-0/+24
* Clean up minizip to reduce warnings for testing.Mark Adler2022-01-019-87/+96
* Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)Mark Adler2022-01-011-0/+3
* minizip warning fix if MAXU32 already defined. (gvollant)Mark Adler2021-12-311-3/+5
* Replace black/white with allow/block. (theresa-m)Mark Adler2021-12-312-15/+15
* Fix indentation in minizip's zip.c.Mark Adler2021-07-081-2/+2
* Improve portability of contrib/minizip.Mark Adler2021-02-104-10/+21
* Correct typo in blast.c.Mark Adler2021-01-171-1/+1
* Change macro name in inflate.c to avoid collision in VxWorks.Mark Adler2020-09-171-4/+4
* Clarify gz* function interfaces, referring to parameter names.Mark Adler2020-08-311-77/+76
* Fix error in comment on the polynomial representation of a byte.Mark Adler2019-07-091-1/+1
* Fix memory leak on error in gzlog.c.Mark Adler2019-05-251-2/+4
* Avoid adding empty gzip member after gzflush with Z_FINISH.Mark Adler2019-04-133-1/+13
* Explicitly note that the 32-bit check values are 32 bits.Mark Adler2019-04-051-5/+7
* Use ARM crc32 instructions if the ARM architecture has them.Mark Adler2019-02-171-3/+7
* Add use of the ARMv8 crc32 instructions when requested.Mark Adler2019-02-171-0/+114
* Correct comment in crc32.c.Mark Adler2019-02-031-1/+2
* Don't bother computing check value after successful inflateSync().Mark Adler2019-01-023-8/+14
* Use atomic test and set, if available, for dynamic CRC tables.Mark Adler2018-12-261-42/+112