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