| Commit message (Expand) | Author | Files | Lines |
2013-04-13 | Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc. | Mark Adler | 5 | -17/+17 |
2013-04-13 | Change version number to 1.2.7.3. | Mark Adler | 24 | -43/+46 |
2013-04-13 | zlib 1.2.7.2v1.2.7.2 | Mark Adler | 4 | -4/+6 |
2013-04-13 | Add casts in gzwrite.c for pointer differences. | Mark Adler | 2 | -3/+4 |
2013-04-13 | Fix typo in win32/Makefile.msc. | Mark Adler | 1 | -1/+1 |
2013-04-13 | Change check for a four-byte type back to hexadecimal. | Mark Adler | 3 | -9/+9 |
2013-04-13 | Change version number to 1.2.7.2. | Mark Adler | 24 | -48/+51 |
2013-03-24 | zlib 1.2.7.1v1.2.7.1 | Mark Adler | 16 | -20/+67 |
2013-03-24 | Line length cleanup. | Mark Adler | 2 | -2/+3 |
2013-03-24 | Do not return Z_BUF_ERROR if deflateParam() has nothing to write. | Mark Adler | 1 | -0/+2 |
2013-03-24 | In Makefile uninstall, don't rm if preceding cd fails. | Mark Adler | 1 | -4/+4 |
2013-03-24 | Minor spacing cleanup in a comment in gzguts.h. | Mark Adler | 1 | -1/+1 |
2013-03-24 | Add man pages for minizip and miniunzip. | Enrico Weigelt, metux IT service | 2 | -0/+109 |
2013-03-24 | Add casts and consts to ease user conversion to C++. | Mark Adler | 6 | -16/+17 |
2013-03-23 | Clean up the addition of gzvprintf. | Mark Adler | 10 | -3/+13 |
2013-03-23 | Clean up the addition of inflateGetDictionary. | Mark Adler | 5 | -3/+18 |
2013-03-23 | Remove runtime check in configure for four-byte integer type. | Mark Adler | 4 | -59/+15 |
2013-03-23 | Fix configure for Sun shell. | Mark Adler | 1 | -1/+3 |
2013-03-22 | Add gzvprintf() as an undocumented function in zlib. | Mark Adler | 5 | -7/+36 |
2013-03-22 | Add vc11 and vc12 build files to contrib/vstudio. | Mark Adler | 16 | -0/+3335 |
2013-02-24 | Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h. | Mark Adler | 3 | -6/+6 |
2013-02-24 | Suport i686 and amd64 assembler builds in CMakeLists.txt. | Like Ma | 1 | -2/+38 |
2013-02-23 | Add TOP support to win32/Makefile.msc. | E. Timothy Uy | 1 | -38/+41 |
2013-02-23 | Simplify contrib/vstudio/vc10 with 'd' suffix. | Fredrik Orderud | 1 | -26/+2 |
2013-02-23 | Fix types in contrib/minizip to match result of get_crc_table(). | takacsd | 3 | -6/+6 |
2013-02-23 | Fix casting error in contrib/testzlib/testzlib.c. | Jason Williams | 1 | -2/+2 |
2013-02-23 | Don't specify --version-script on Apple platforms in CMakeLists.txt. | Will Glynn | 1 | -1/+3 |
2013-02-23 | Quote --version-script argument in CMakeLists.txt. | Will Glynn | 1 | -1/+1 |
2013-02-23 | Add contrib/vstudio/vc10 pre-build step for static only. | Greg Domjan | 2 | -1/+17 |
2013-02-23 | Add _tr_flush_bits to the external symbols prefixed by --zprefix. | Mark Adler | 3 | -0/+3 |
2013-02-23 | Use underscored I/O function names for WINAPI_FAMILY. | Mark Adler | 1 | -0/+7 |
2013-02-23 | Update inflateBack() comments, since inflate() can be faster. | Mark Adler | 1 | -5/+6 |
2013-02-18 | Fix serious but very rare decompression bug in inftrees.c. | Mark Adler | 1 | -4/+4 |
2013-01-21 | Check for invalid code length codes in contrib/puff. | Mark Adler | 3 | -6/+9 |
2012-10-24 | Fix comparisons of differently signed integers in contrib/blast. | Mark Adler | 1 | -1/+2 |
2012-10-24 | Add note to contrib/blast to use binary mode in stdio. | Mark Adler | 2 | -4/+9 |
2012-10-11 | Check for input buffer malloc failure in examples/gzappend.c. | Mark Adler | 1 | -7/+10 |
2012-10-01 | Fix bug in gzclose() when gzwrite() runs out of memory. | Mark Adler | 1 | -5/+6 |
2012-09-29 | Fix bug where gzopen(), gzclose() would write an empty file. | Mark Adler | 1 | -8/+7 |
2012-09-29 | Fix memory allocation error in examples/zran.c [Nor]. | Mark Adler | 1 | -3/+8 |
2012-08-24 | Fix unintialized value bug in gzputc() introduced by const patches. | Mark Adler | 1 | -8/+10 |
2012-08-18 | Avoid shift equal to bits in type (caused endless loop). | Mark Adler | 1 | -18/+21 |
2012-08-18 | Clean up examples/gzlog.[ch] comparisons of different types. | Mark Adler | 2 | -7/+9 |
2012-08-14 | Clean up examples/gzjoin.c for z_const usage. | Mark Adler | 1 | -6/+7 |
2012-08-14 | Fix example/gzappend.c for proper z_const usage. | Mark Adler | 1 | -4/+5 |
2012-08-13 | Update examples/gun.c for proper z_const usage. | Mark Adler | 1 | -5/+6 |
2012-08-13 | Clean up the usage of z_const and respect const usage within zlib. | Mark Adler | 16 | -70/+76 |
2012-07-08 | Fix argument checks in gzlog_compress() and gzlog_write(). | Mark Adler | 2 | -7/+8 |
2012-07-08 | Remove unused variable in infback9.c. | Mark Adler | 1 | -2/+0 |
2012-07-08 | Fix comment typos in unzip.h and unzip.c. | Birunthan Mohanathas | 2 | -7/+7 |