summaryrefslogtreecommitdiff
path: root/zlib-ng.h
AgeCommit message (Expand)Author
2021-12-24Version 2.0.6Hans Kristian Rosbach
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-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-06-09Use standard int types in zlib-ng api.Nathan Moinvaziri
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-10-22zlib-ng.h syntax cleanupHans Kristian Rosbach
2019-08-08Remove BUILDFIXED and MAKEFIXED. (#375)Hans Kristian Rosbach
2019-07-18Add "reproducible" deflate parameterIlya Leoshkevich
2019-07-18Add two new public zng_deflate{Set,Get}Params() functionsIlya Leoshkevich
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-13Emphasize the need to continue decompressing gzip members.Sebastian Pop
2018-12-13Correct the initialization requirements for deflateInit2().Mark Adler
2018-12-08Add crc32_combine_gen() and crc32_combine_op() for fast combines.Mark Adler
2018-09-17Fix ZLIB_COMPAT=OFF and WITH_GZFILEOP=ON compilation failure.Hans Kristian Rosbach
2018-01-31Adapt code to support PREFIX macros and update build scriptsMika Lindqvist
2018-01-31Add function prefix (zng_) to all exported functions to allow zlib-ngHans Kristian Rosbach