| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the addition of gzvprintf. | Mark Adler | 2013-03-23 | 1 | -2/+3 |
* | Clean up the addition of inflateGetDictionary. | Mark Adler | 2013-03-23 | 1 | -1/+1 |
* | Add gzvprintf() as an undocumented function in zlib. | Mark Adler | 2013-03-22 | 1 | -0/+6 |
* | Update inflateBack() comments, since inflate() can be faster. | Mark Adler | 2013-02-23 | 1 | -5/+6 |
* | Clean up the usage of z_const and respect const usage within zlib. | Mark Adler | 2012-08-13 | 1 | -1/+2 |
* | Add inflateGetDictionary() function. | Mark Adler | 2012-05-26 | 1 | -0/+15 |
* | Change version number to 1.2.7.1. | Mark Adler | 2012-05-02 | 1 | -4/+4 |
* | zlib 1.2.7v1.2.7 | Mark Adler | 2012-05-02 | 1 | -2/+2 |
* | Fix type mismatch between get_crc_table() and crc_table. | Mark Adler | 2012-04-29 | 1 | -1/+1 |
* | Fix gzopen_w() type and add #include for the type. | Mark Adler | 2012-03-17 | 1 | -1/+1 |
* | Add gzopen_w() in Windows for wide character path names. | Mark Adler | 2012-03-16 | 1 | -0/+4 |
* | Improve inflate() documentation on the use of Z_FINISH. | Mark Adler | 2012-03-14 | 1 | -8/+11 |
* | Allow the use of -Wundef when compiling or using zlib. | Mark Adler | 2012-03-13 | 1 | -3/+3 |
* | Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen(). | Mark Adler | 2012-03-03 | 1 | -1/+4 |
* | Restore gzgetc_ for backward compatibility with 1.2.6. | Mark Adler | 2012-02-18 | 1 | -0/+1 |
* | Change version number to 1.2.7. | Mark Adler | 2012-02-12 | 1 | -5/+5 |
* | zlib 1.2.6.1v1.2.6.1 | Mark Adler | 2012-02-12 | 1 | -2/+2 |
* | Fix minor typo in zlib.h comments [RzeĊniowiecki]. | Mark Adler | 2012-02-11 | 1 | -3/+2 |
* | Remove unnecessary gzgetc_ function. | Mark Adler | 2012-02-10 | 1 | -3/+2 |
* | Put gzflags() functionality back in zutil.c. | Mark Adler | 2012-02-01 | 1 | -3/+0 |
* | Fix problem with ./configure --prefix and gzgetc macro. | Mark Adler | 2012-01-30 | 1 | -2/+8 |
* | Change version number to 1.2.6.1. | Mark Adler | 2012-01-29 | 1 | -4/+4 |
* | zlib 1.2.6v1.2.6 | Mark Adler | 2012-01-29 | 1 | -2/+2 |
* | Change version number to 1.2.6. | Mark Adler | 2012-01-16 | 1 | -5/+5 |
* | zlib 1.2.5.3v1.2.5.3 | Mark Adler | 2012-01-15 | 1 | -3/+3 |
* | Allow deflatePrime() to insert bits in the middle of a stream. | Mark Adler | 2012-01-07 | 1 | -2/+3 |
* | Permit Z_NULL arguments to deflatePending. | Mark Adler | 2011-12-29 | 1 | -1/+2 |
* | Restore gzgetc function for binary compatibility. | Mark Adler | 2011-12-18 | 1 | -1/+1 |
* | Change version numbers to 1.2.5.3. | Mark Adler | 2011-12-18 | 1 | -4/+4 |
* | zlib 1.2.5.2v1.2.5.2 | Mark Adler | 2011-12-18 | 1 | -2/+2 |
* | Document gzread() capability to read concurrently written files. | Mark Adler | 2011-12-14 | 1 | -1/+14 |
* | Have inflate() with Z_FINISH avoid the allocation of a window. | Mark Adler | 2011-12-10 | 1 | -9/+14 |
* | Enable dictionary setting in middle of stream, and keeping the dictionary. | Mark Adler | 2011-12-08 | 1 | -10/+17 |
* | Change ON macro to Z_ARG to avoid application conflicts. | Mark Adler | 2011-11-13 | 1 | -1/+1 |
* | Note behavior of uncompress() to provide as much data as it can. | Mark Adler | 2011-10-23 | 1 | -1/+3 |
* | Add comment to gzdopen() in zlib.h to use dup() when using fileno(). | Mark Adler | 2011-10-20 | 1 | -1/+5 |
* | Add #define ZLIB_CONST option to use const in the z_stream interface. | Mark Adler | 2011-10-18 | 1 | -2/+2 |
* | Add undocumented inflateResetKeep() function for CAB file decoding. | Mark Adler | 2011-10-07 | 1 | -0/+1 |
* | Add a ./config --solo option to make zlib subset with no libary use | Mark Adler | 2011-10-07 | 1 | -2/+14 |
* | Add a transparent write mode to gzopen() when 'T' is in the mode. | Mark Adler | 2011-10-02 | 1 | -7/+19 |
* | Correct documentation of gzdirect() since junk at end now ignored. | Mark Adler | 2011-10-02 | 1 | -3/+1 |
* | Clarify how gzopen() appends in zlib.h comments. | Mark Adler | 2011-10-02 | 1 | -0/+7 |
* | Merge vestigial vsnprintf determination from zutil.h to gzguts.h. | Mark Adler | 2011-10-02 | 1 | -0/+1 |
* | Fix gzclose() to return the actual error last encountered. | Mark Adler | 2011-09-30 | 1 | -1/+1 |
* | Change gzgetc() to a macro for speed (~40% speedup in testing). | Mark Adler | 2011-09-26 | 1 | -3/+22 |
* | Change gzread() and related to ignore junk after gzip streams. | Mark Adler | 2011-09-24 | 1 | -6/+6 |
* | Change version numbers to 1.2.5.2 and release dates | Mark Adler | 2011-09-11 | 1 | -4/+4 |
* | zlib 1.2.5.1v1.2.5.1 | Mark Adler | 2011-09-11 | 1 | -37/+73 |
* | zlib 1.2.5v1.2.5 | Mark Adler | 2011-09-09 | 1 | -5/+5 |
* | zlib 1.2.4.5v1.2.4.5 | Mark Adler | 2011-09-09 | 1 | -4/+4 |