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