summaryrefslogtreecommitdiff
path: root/zlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the rejection of 256-byte window requests in zlib.h.Mark Adler2016-10-241-0/+4
* Avoid recursive gzgetc() macro call.Mark Adler2016-10-141-2/+2
* Clean up type conversions.Mark Adler2016-10-111-0/+1
* Remove dummy structure declarations for old buggy compilers.Mark Adler2016-09-211-5/+0
* Add option to not compute or check check values.Mark Adler2016-09-201-0/+1
* Clean up portability for shifts and integer sizes.Mark Adler2015-09-051-1/+1
* Align deflateParams() and its documentation in zlib.h.Mark Adler2015-08-021-12/+26
* Compile the gzopen_w() function when __CYGWIN__ defined.Mark Adler2015-08-011-1/+1
* Clarify deflateReset() documentation.Mark Adler2015-07-281-4/+4
* Avoid use of DEBUG macro -- change to ZLIB_DEBUG.Mark Adler2015-07-281-1/+1
* Add comment about not using windowBits of 8 for deflate().Mark Adler2015-07-281-0/+8
* Improve speed of gzprintf() in transparent mode.Mark Adler2015-07-051-4/+3
* Note in zlib.h that compress() uses Z_DEFAULT_COMPRESSION.Mark Adler2014-04-261-1/+2
* Change version number to 1.2.8.1.Mark Adler2013-05-021-4/+4
* zlib 1.2.8v1.2.8Mark Adler2013-04-281-2/+2
* Correct spelling error in zlib.h.Mark Adler2013-04-281-1/+1
* Change version number to 1.2.8.Mark Adler2013-04-281-5/+5
* zlib 1.2.7.3v1.2.7.3Mark Adler2013-04-131-2/+2
* Change version number to 1.2.7.3.Mark Adler2013-04-131-4/+4
* zlib 1.2.7.2v1.2.7.2Mark Adler2013-04-131-1/+1
* Change version number to 1.2.7.2.Mark Adler2013-04-131-4/+4
* zlib 1.2.7.1v1.2.7.1Mark Adler2013-03-241-3/+3
* Clean up the addition of gzvprintf.Mark Adler2013-03-231-2/+3
* Clean up the addition of inflateGetDictionary.Mark Adler2013-03-231-1/+1
* Add gzvprintf() as an undocumented function in zlib.Mark Adler2013-03-221-0/+6
* Update inflateBack() comments, since inflate() can be faster.Mark Adler2013-02-231-5/+6
* Clean up the usage of z_const and respect const usage within zlib.Mark Adler2012-08-131-1/+2
* Add inflateGetDictionary() function.Mark Adler2012-05-261-0/+15
* Change version number to 1.2.7.1.Mark Adler2012-05-021-4/+4
* zlib 1.2.7v1.2.7Mark Adler2012-05-021-2/+2
* Fix type mismatch between get_crc_table() and crc_table.Mark Adler2012-04-291-1/+1
* Fix gzopen_w() type and add #include for the type.Mark Adler2012-03-171-1/+1
* Add gzopen_w() in Windows for wide character path names.Mark Adler2012-03-161-0/+4
* Improve inflate() documentation on the use of Z_FINISH.Mark Adler2012-03-141-8/+11
* Allow the use of -Wundef when compiling or using zlib.Mark Adler2012-03-131-3/+3
* Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen().Mark Adler2012-03-031-1/+4