| Commit message (Expand) | Author | Files | Lines |
2011-10-07 | Add undocumented inflateResetKeep() function for CAB file decoding. | Mark Adler | 2 | -0/+5 |
2011-10-07 | Add a ./config --solo option to make zlib subset with no libary use | Mark Adler | 13 | -195/+537 |
2011-10-05 | Get inffixed.h and MAKEFIXED result to match. | Mark Adler | 2 | -5/+5 |
2011-10-02 | Update python link in zlib man page. | Mark Adler | 2 | -1/+1 |
2011-10-02 | Add a transparent write mode to gzopen() when 'T' is in the mode. | Mark Adler | 5 | -39/+82 |
2011-10-02 | Correct documentation of gzdirect() since junk at end now ignored. | Mark Adler | 1 | -3/+1 |
2011-10-02 | Clarify how gzopen() appends in zlib.h comments. | Mark Adler | 1 | -0/+7 |
2011-10-02 | Merge vestigial vsnprintf determination from zutil.h to gzguts.h. | Mark Adler | 14 | -91/+111 |
2011-10-02 | Update zconf.h.cmakein on make distclean. | Mark Adler | 1 | -4/+7 |
2011-10-01 | Include zconf.h.cmakein for windows large file support. | Mark Adler | 1 | -1/+5 |
2011-10-01 | Include zconf.h for windows large file support. | Mark Adler | 1 | -1/+5 |
2011-10-01 | Always add large file support for windows | Tor Lillqvist | 4 | -4/+17 |
2011-09-30 | Update copyright dates on gz* source files. | Mark Adler | 3 | -3/+3 |
2011-09-30 | Fix gzclose() to return the actual error last encountered. | Mark Adler | 2 | -6/+9 |
2011-09-26 | Change gzgetc() to a macro for speed (~40% speedup in testing). | Mark Adler | 5 | -91/+119 |
2011-09-26 | Simplify gzseek() now that raw after gzip is ignored. | Mark Adler | 3 | -6/+4 |
2011-09-26 | Allow gzrewind() and gzseek() after a premature end-of-file. | Mark Adler | 1 | -2/+3 |
2011-09-26 | Allow gzread() and related to continue after gzclearerr(). | Mark Adler | 2 | -179/+93 |
2011-09-24 | Change gzread() and related to ignore junk after gzip streams. | Mark Adler | 2 | -6/+15 |
2011-09-24 | Correct error in comment for gz_make(). | Mark Adler | 1 | -1/+1 |
2011-09-24 | Fix bug in gzgets() for a concatenated empty gzip stream. | Mark Adler | 1 | -6/+6 |
2011-09-24 | Correct spelling error in gzread.c | Mark Adler | 1 | -1/+1 |
2011-09-23 | Update python link in README | Mark Adler | 1 | -1/+1 |
2011-09-22 | Add assertions to fill_window() in deflate.c to match comments. | Mark Adler | 1 | -0/+5 |
2011-09-22 | Assure that high-water mark initialization is always applied in deflate. | Mark Adler | 1 | -1/+1 |
2011-09-22 | Avoid searching past window for Z_RLE strategy. | Mark Adler | 1 | -3/+4 |
2011-09-11 | use relative symlinks for shared libs | Mike Frysinger | 1 | -2/+2 |