| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify contrib/vstudio/vc10 with 'd' suffix. | Fredrik Orderud | 2013-02-23 | 1 | -26/+2 |
* | Fix types in contrib/minizip to match result of get_crc_table(). | takacsd | 2013-02-23 | 3 | -6/+6 |
* | Fix casting error in contrib/testzlib/testzlib.c. | Jason Williams | 2013-02-23 | 1 | -2/+2 |
* | Don't specify --version-script on Apple platforms in CMakeLists.txt. | Will Glynn | 2013-02-23 | 1 | -1/+3 |
* | Quote --version-script argument in CMakeLists.txt. | Will Glynn | 2013-02-23 | 1 | -1/+1 |
* | Add contrib/vstudio/vc10 pre-build step for static only. | Greg Domjan | 2013-02-23 | 2 | -1/+17 |
* | Add _tr_flush_bits to the external symbols prefixed by --zprefix. | Mark Adler | 2013-02-23 | 3 | -0/+3 |
* | Use underscored I/O function names for WINAPI_FAMILY. | Mark Adler | 2013-02-23 | 1 | -0/+7 |
* | Update inflateBack() comments, since inflate() can be faster. | Mark Adler | 2013-02-23 | 1 | -5/+6 |
* | Fix serious but very rare decompression bug in inftrees.c. | Mark Adler | 2013-02-18 | 1 | -4/+4 |
* | Check for invalid code length codes in contrib/puff. | Mark Adler | 2013-01-21 | 3 | -6/+9 |
* | Fix comparisons of differently signed integers in contrib/blast. | Mark Adler | 2012-10-24 | 1 | -1/+2 |
* | Add note to contrib/blast to use binary mode in stdio. | Mark Adler | 2012-10-24 | 2 | -4/+9 |
* | Check for input buffer malloc failure in examples/gzappend.c. | Mark Adler | 2012-10-11 | 1 | -7/+10 |
* | Fix bug in gzclose() when gzwrite() runs out of memory. | Mark Adler | 2012-10-01 | 1 | -5/+6 |
* | Fix bug where gzopen(), gzclose() would write an empty file. | Mark Adler | 2012-09-29 | 1 | -8/+7 |
* | Fix memory allocation error in examples/zran.c [Nor]. | Mark Adler | 2012-09-29 | 1 | -3/+8 |
* | Fix unintialized value bug in gzputc() introduced by const patches. | Mark Adler | 2012-08-24 | 1 | -8/+10 |
* | Avoid shift equal to bits in type (caused endless loop). | Mark Adler | 2012-08-18 | 1 | -18/+21 |
* | Clean up examples/gzlog.[ch] comparisons of different types. | Mark Adler | 2012-08-18 | 2 | -7/+9 |
* | Clean up examples/gzjoin.c for z_const usage. | Mark Adler | 2012-08-14 | 1 | -6/+7 |
* | Fix example/gzappend.c for proper z_const usage. | Mark Adler | 2012-08-14 | 1 | -4/+5 |
* | Update examples/gun.c for proper z_const usage. | Mark Adler | 2012-08-13 | 1 | -5/+6 |
* | Clean up the usage of z_const and respect const usage within zlib. | Mark Adler | 2012-08-13 | 16 | -70/+76 |
* | Fix argument checks in gzlog_compress() and gzlog_write(). | Mark Adler | 2012-07-08 | 2 | -7/+8 |
* | Remove unused variable in infback9.c. | Mark Adler | 2012-07-08 | 1 | -2/+0 |
* | Fix comment typos in unzip.h and unzip.c. | Birunthan Mohanathas | 2012-07-08 | 2 | -7/+7 |
* | Update copyright year in win32/zlib1.rc. | Thomas Roß | 2012-07-06 | 1 | -1/+1 |
* | Fix CMake compilation of static lib for MSVC2010 x64. | Thomas Roß | 2012-07-06 | 1 | -4/+4 |
* | Fix configure check for veracity of compiler error return codes. | Mark Adler | 2012-06-09 | 1 | -58/+85 |
* | Delete "--version" file if created by "ar --version" [Richard G.]. | Mark Adler | 2012-06-09 | 1 | -1/+1 |
* | Cleaner check for whether libtool is Apple or not on Darwin. | Mark Adler | 2012-06-09 | 1 | -1/+1 |
* | On Darwin, only use /usr/bin/libtool if libtool is not Apple. | Mark Adler | 2012-06-09 | 1 | -1/+5 |
* | Use _snprintf for snprintf under Microsoft C in test/minigzip.c. | Mark Adler | 2012-06-03 | 1 | -0/+4 |
* | Use _snprintf for snprinf in Microsoft C. | Mark Adler | 2012-06-03 | 1 | -0/+8 |
* | Correct comment in deflate.h. | Mark Adler | 2012-06-02 | 1 | -1/+1 |
* | Add inflateGetDictionary() function. | Mark Adler | 2012-05-26 | 11 | -0/+59 |
* | Fix bug in 'F' mode for gzopen(). | Mark Adler | 2012-05-22 | 1 | -0/+2 |
* | Eliminate use of mktemp in Makefile (not always available). | Mark Adler | 2012-05-20 | 1 | -4/+4 |
* | Fix gzgetc undefine when Z_PREFIX set [Turk]. | Mark Adler | 2012-05-17 | 1 | -1/+5 |
* | Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]. | Mark Adler | 2012-05-03 | 3 | -3/+9 |
* | Replace use of unsafe string functions with snprintf if available. | Mark Adler | 2012-05-02 | 2 | -0/+29 |
* | Change version number to 1.2.7.1. | Mark Adler | 2012-05-02 | 24 | -44/+47 |
* | zlib 1.2.7v1.2.7 | Mark Adler | 2012-05-02 | 4 | -5/+50 |
* | Add instructions to win32/Makefile.gcc for shared install [Torri]. | Mark Adler | 2012-05-02 | 1 | -0/+4 |
* | Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]. | Mark Adler | 2012-05-01 | 1 | -1/+1 |
* | Fix the path to zlib.map in CMakeLists.txt. | Daniel Snider | 2012-04-29 | 1 | -1/+1 |
* | Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]. | Mark Adler | 2012-04-29 | 1 | -1/+1 |
* | Fix location of executable for finding a four-byte integer. | Mark Adler | 2012-04-29 | 1 | -1/+1 |
* | Fix type mismatch between get_crc_table() and crc_table. | Mark Adler | 2012-04-29 | 7 | -47/+120 |