Age | Commit message (Expand) | Author |
2021-12-24 | Version 2.0.6 | Hans Kristian Rosbach |
2021-08-11 | Fix Z_SOLO mode | Bernhard Rosenkränzer |
2021-06-25 | Version 2.0.5 | Hans Kristian Rosbach |
2021-06-11 | Version 2.0.4 | Hans Kristian Rosbach |
2021-05-16 | Spelling fixes | Greg Sjaardema |
2021-05-13 | Version 2.0.3 | Hans Kristian Rosbach |
2021-05-08 | upgrade links to HTTPS | Viktor Szakats |
2021-05-06 | Reintroduce Z_SOLO support for compatibility mode. | Mika Lindqvist |
2021-04-08 | Fix build if -D_FILE_OFFSET_BITS=64 is set manually. | Mika Lindqvist |
2021-03-23 | Version 2.0.2 | Hans Kristian Rosbach |
2021-03-18 | Added preprocessor error guards to ensure proper library usage. | Nathan Moinvaziri |
2021-03-17 | Version 2.0.1 - Hotfix | Hans Kristian Rosbach |
2021-03-16 | Stable release 2.0.0 | Hans Kristian Rosbach |
2021-02-03 | Explicitly note that the 32-bit check values are 32 bits. | Mark Adler |
2021-02-03 | Clarify gz* function interfaces, referring to parameter names. | Mark Adler |
2021-01-29 | Version 2.0.0 Release Candidate 2 | Hans Kristian Rosbach |
2021-01-11 | Version 2.0.0 Release Candidate 1 | Hans Kristian Rosbach |
2020-08-31 | Rename ZEXPORT and ZEXTERN for consistency. | Nathan Moinvaziri |
2020-08-23 | Reintroduce support for ZLIB_CONST in compat mode. (#704) | Mika Lindqvist |
2020-08-20 | zlib.h: Use unsigned long for totals, for compatibility with zlib on 64-bit W... | Josh Triplett |
2020-08-14 | Style cleanup. | Mika Lindqvist |
2020-08-14 | Fix signature of crc32_combine(), crc32_combine64() and crc32_z() in compat m... | Mika Lindqvist |
2020-08-02 | Style cleanup. | Mika Lindqvist |
2020-08-02 | Fix signature of adler32(), adler32_combine(), adler32_combine64() and adler3... | Mika Lindqvist |
2020-06-08 | For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combin... | Nathan Moinvaziri |
2020-06-08 | Clean up windows defines, use _WIN32 | Pavel P |
2020-02-07 | Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,... | Nathan Moinvaziri |
2019-11-26 | Compatibility fix for crc32() | Mika Lindqvist |
2019-08-08 | Remove BUILDFIXED and MAKEFIXED. (#375) | Hans Kristian Rosbach |
2019-01-15 | Permit a deflateParams() parameter change as soon as possible. | Mark Adler |
2018-12-21 | Cygwin does not have _wopen(), so do not create gzopen_w() there. | Mark Adler |
2018-12-13 | Correct the initialization requirements for deflateInit2(). | Mark Adler |
2018-12-12 | Emphasize the need to continue decompressing gzip members. | Mark Adler |
2018-12-08 | Add crc32_combine_gen() and crc32_combine_op() for fast combines. | Mark Adler |
2018-10-30 | Update zlib.h | mike |
2018-02-16 | [compat] Don't check for ZLIB_COMPAT | Mika Lindqvist |
2018-02-16 | [compat] Use unsigned long for size parameters of compress/compressBound/unco... | Mika Lindqvist |
2018-02-16 | Assume WITH_GZFILEOP is defined when compatibility mode is enabled. | Mika Lindqvist |
2017-10-29 | Update zlib.h | Mika Lindqvist |
2017-08-17 | ZLIB_COMPAT: add an extra 32 bits of padding in z_stream | R.J.V. Bertin |
2017-02-13 | zlib 1.2.11 | Mark Adler |
2017-02-13 | Permit immediate deflateParams changes before any deflate input. | Mark Adler |
2017-02-09 | Minor edits and clarifications of comments. | Mark Adler |
2017-02-09 | zlib 1.2.9 | Mark Adler |
2017-02-09 | Add crc32_z() and adler32_z() functions with size_t lengths. | Mark Adler |
2017-02-07 | Fix typo from 'Add deflateGetDictionary() function' causing compilation failure. | Hans Kristian Rosbach |
2017-02-06 | Add deflateGetDictionary() function. | Hans Kristian Rosbach |
2017-02-06 | Avoid use of DEBUG macro -- change to ZLIB_DEBUG. | Mark Adler |
2017-02-06 | Add gzfwrite(), duplicating the interface of fwrite(). | Mark Adler |
2017-02-06 | Add gzfread(), duplicating the interface of fread(). | Hans Kristian Rosbach |