aboutsummaryrefslogtreecommitdiff
path: root/zlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use generated zconf.h in cmake build.HEADdevelopVollstrecker2025-02-181-1/+5
* Do not look for zconf.h in the source directory.Vollstrecker2025-02-131-1/+1
* Add deflateUsed() function to get the used bits in the last byte.Mark Adler2024-07-011-0/+12
* Correct typo in zlib.h comment.Mark Adler2024-05-161-5/+5
* Correct argument types for 64-bit combine functions.Mark Adler2024-02-111-3/+3
* Expand on the deflate strategy parameter in zlib.h.Mark Adler2024-02-071-12/+15
* Change version number on develop branch to 1.3.1.1.Mark Adler2024-01-221-4/+4
* zlib 1.3.1v1.3.1masterMark Adler2024-01-221-6/+6
* Note that the len2 argument of crc_combine*() must be non-negative.Mark Adler2024-01-131-2/+2
* Correct repeated words in source file comments and a readme.Paul Ivanov2023-11-141-4/+4
* Change version number on develop branch to 1.3.0.1.Mark Adler2023-08-181-4/+4
* zlib 1.3v1.3Mark Adler2023-08-181-7/+7
* Clarify requirement in zlib.h to avoid multiple flush markers.Mark Adler2023-08-171-2/+2
* Document in zlib.h the initialization of stream fields by the InitMark Adler2023-07-101-3/+5
* Correct comment in zlib.h on os setting in gzip header.Mark Adler2023-05-161-2/+3
* Remove duplicate "the" in zlib.h.Paul Marquess2023-05-011-1/+1
* Remove K&R function definitions from zlib.Mark Adler2023-04-151-174/+174
* Change version number on develop branch to 1.2.13.1.Mark Adler2022-10-151-4/+4
* zlib 1.2.13v1.2.13Mark Adler2022-10-121-5/+5
* Minor formatting improvements.Mark Adler2022-10-051-1/+1
* Fix some typos.Mark Adler2022-08-231-5/+5
* Change version number on develop branch to 1.2.12.1.Mark Adler2022-03-271-4/+4
* zlib 1.2.12v1.2.12Mark Adler2022-03-271-7/+7
* Clarify gz* function interfaces, referring to parameter names.Mark Adler2020-08-311-77/+76
* Explicitly note that the 32-bit check values are 32 bits.Mark Adler2019-04-051-5/+7
* Speed up software CRC-32 computation by a factor of 1.5 to 3.Mark Adler2018-12-261-12/+10
* Add crc32_combine_gen() and crc32_combine_op() for fast combines.Mark Adler2018-11-041-0/+22
* Correct the initialization requirements for deflateInit2().Mark Adler2018-01-311-2/+1
* Emphasize the need to continue decompressing gzip members.Mark Adler2018-01-081-3/+5
* Make the names in functions declarations identical to definitions.Mark Adler2017-10-121-1/+1
* Permit a deflateParams() parameter change as soon as possible.Mark Adler2017-02-151-5/+6
* Cygwin does not have _wopen(), so do not create gzopen_w() there.Mark Adler2017-01-161-1/+1
* Change version number to 1.2.11.1.Mark Adler2017-01-151-4/+4
* zlib 1.2.11v1.2.11Mark Adler2017-01-151-5/+5
* Permit immediate deflateParams changes before any deflate input.Mark Adler2017-01-151-4/+5
* Change version number to 1.2.10.1.Mark Adler2017-01-151-4/+4
* zlib 1.2.10v1.2.10Mark Adler2017-01-021-5/+5
* Minor edits and clarifications of comments.Mark Adler2017-01-011-7/+8
* Change version number to zlib 1.2.9.1.Mark Adler2017-01-011-5/+5
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-6/+6
* Add crc32_z() and adler32_z() functions with size_t lengths.Mark Adler2016-12-311-0/+12
* Fix init macros to use z_ prefix when requested.Mark Adler2016-12-301-13/+29
* Add deflateGetDictionary() function.Mark Adler2016-12-301-0/+22
* Add gzfwrite(), duplicating the interface of fwrite().Mark Adler2016-12-041-0/+14
* Add gzfread(), duplicating the interface of fread().Mark Adler2016-12-041-1/+29
* Clean up gz* function return values.Mark Adler2016-12-041-12/+14
* Assure that deflateParams() will not switch functions mid-block.Mark Adler2016-12-041-17/+18
* Add uncompress2() function, which returns the input size used.Mark Adler2016-12-041-1/+9
* Minor edits to the documentation in source file contents.Mark Adler2016-12-041-90/+106
* Fix some typos.Mark Adler2016-10-301-2/+2