third_party/zlib
2013-04-29 Mark Adlerzlib 1.2.8 master
2013-04-29 Mark AdlerFix mixed line endings in contrib/vstudio.
2013-04-28 Mark AdlerCorrect spelling error in zlib.h.
2013-04-28 Mark AdlerClean up contrib/vstudio [Roß].
2013-04-28 Mark AdlerUpdate some copyright years.
2013-04-28 Mark AdlerDo not force Z_CONST for C++.
2013-04-28 Mark AdlerUpdate contrib/minizip/iowin32.c for Windows RT [Vollant].
2013-04-28 Mark AdlerChange version number to 1.2.8.
2013-04-14 Mark Adlerzlib 1.2.7.3
2013-04-14 Mark AdlerFix version numbers and DLL names in contrib/vstudio...
2013-04-14 Mark AdlerChange version number to 1.2.7.3.
2013-04-14 Mark Adlerzlib 1.2.7.2
2013-04-14 Mark AdlerAdd casts in gzwrite.c for pointer differences.
2013-04-14 Mark AdlerFix typo in win32/Makefile.msc.
2013-04-13 Mark AdlerChange check for a four-byte type back to hexadecimal.
2013-04-13 Mark AdlerChange version number to 1.2.7.2.
2013-03-25 Mark Adlerzlib 1.2.7.1
2013-03-25 Mark AdlerLine length cleanup.
2013-03-25 Mark AdlerDo not return Z_BUF_ERROR if deflateParam() has nothing...
2013-03-24 Mark AdlerIn Makefile uninstall, don't rm if preceding cd fails.
2013-03-24 Mark AdlerMinor spacing cleanup in a comment in gzguts.h.
2013-03-24 Enrico Weigelt... Add man pages for minizip and miniunzip.
2013-03-24 Mark AdlerAdd casts and consts to ease user conversion to C++.
2013-03-24 Mark AdlerClean up the addition of gzvprintf.
2013-03-24 Mark AdlerClean up the addition of inflateGetDictionary.
2013-03-24 Mark AdlerRemove runtime check in configure for four-byte integer...
2013-03-23 Mark AdlerFix configure for Sun shell.
2013-03-23 Mark AdlerAdd gzvprintf() as an undocumented function in zlib.
2013-03-23 Mark AdlerAdd vc11 and vc12 build files to contrib/vstudio.
2013-02-24 Mark AdlerFix typos in the use of _LARGEFILE64_SOURCE in zconf.h.
2013-02-24 Like MaSuport i686 and amd64 assembler builds in CMakeLists...
2013-02-24 E. Timothy UyAdd TOP support to win32/Makefile.msc.
2013-02-24 Fredrik OrderudSimplify contrib/vstudio/vc10 with 'd' suffix.
2013-02-24 takacsdFix types in contrib/minizip to match result of get_crc...
2013-02-24 Jason WilliamsFix casting error in contrib/testzlib/testzlib.c.
2013-02-24 Will GlynnDon't specify --version-script on Apple platforms in...
2013-02-24 Will GlynnQuote --version-script argument in CMakeLists.txt.
2013-02-24 Greg DomjanAdd contrib/vstudio/vc10 pre-build step for static...
2013-02-24 Mark AdlerAdd _tr_flush_bits to the external symbols prefixed...
2013-02-24 Mark AdlerUse underscored I/O function names for WINAPI_FAMILY.
2013-02-24 Mark AdlerUpdate inflateBack() comments, since inflate() can...
2013-02-19 Mark AdlerFix serious but very rare decompression bug in inftrees.c.
2013-01-21 Mark AdlerCheck for invalid code length codes in contrib/puff.
2012-10-25 Mark AdlerFix comparisons of differently signed integers in contr...
2012-10-25 Mark AdlerAdd note to contrib/blast to use binary mode in stdio.
2012-10-11 Mark AdlerCheck for input buffer malloc failure in examples/gzapp...
2012-10-02 Mark AdlerFix bug in gzclose() when gzwrite() runs out of memory.
2012-09-30 Mark AdlerFix bug where gzopen(), gzclose() would write an empty...
2012-09-30 Mark AdlerFix memory allocation error in examples/zran.c [Nor].
2012-08-24 Mark AdlerFix unintialized value bug in gzputc() introduced by...
2012-08-19 Mark AdlerAvoid shift equal to bits in type (caused endless loop).
2012-08-19 Mark AdlerClean up examples/gzlog.[ch] comparisons of different...
2012-08-14 Mark AdlerClean up examples/gzjoin.c for z_const usage.
2012-08-14 Mark AdlerFix example/gzappend.c for proper z_const usage.
2012-08-14 Mark AdlerUpdate examples/gun.c for proper z_const usage.
2012-08-13 Mark AdlerClean up the usage of z_const and respect const usage...
2012-07-09 Mark AdlerFix argument checks in gzlog_compress() and gzlog_write().
2012-07-08 Mark AdlerRemove unused variable in infback9.c.
2012-07-08 Birunthan MohanathasFix comment typos in unzip.h and unzip.c.
2012-07-07 Thomas RoßUpdate copyright year in win32/zlib1.rc.
2012-07-07 Thomas RoßFix CMake compilation of static lib for MSVC2010 x64.
2012-06-10 Mark AdlerFix configure check for veracity of compiler error...
2012-06-10 Mark AdlerDelete "--version" file if created by "ar --version...
2012-06-10 Mark AdlerCleaner check for whether libtool is Apple or not on...
2012-06-10 Mark AdlerOn Darwin, only use /usr/bin/libtool if libtool is...
2012-06-03 Mark AdlerUse _snprintf for snprintf under Microsoft C in test...
2012-06-03 Mark AdlerUse _snprintf for snprinf in Microsoft C.
2012-06-02 Mark AdlerCorrect comment in deflate.h.
2012-05-27 Mark AdlerAdd inflateGetDictionary() function.
2012-05-23 Mark AdlerFix bug in 'F' mode for gzopen().
2012-05-20 Mark AdlerEliminate use of mktemp in Makefile (not always available).
2012-05-18 Mark AdlerFix gzgetc undefine when Z_PREFIX set [Turk].
2012-05-04 Mark AdlerAvoid including stddef.h on Windows for Z_SOLO compile...
2012-05-03 Mark AdlerReplace use of unsafe string functions with snprintf...
2012-05-03 Mark AdlerChange version number to 1.2.7.1.
2012-05-03 Mark Adlerzlib 1.2.7
2012-05-03 Mark AdlerAdd instructions to win32/Makefile.gcc for shared insta...
2012-05-02 Mark AdlerForce the native libtool in Mac OS X to avoid GNU libto...
2012-04-30 Daniel SniderFix the path to zlib.map in CMakeLists.txt.
2012-04-30 Mark AdlerFix parsing of version with "-" in CMakeLists.txt ...
2012-04-30 Mark AdlerFix location of executable for finding a four-byte...
2012-04-29 Mark AdlerFix type mismatch between get_crc_table() and crc_table.
2012-04-23 Mark AdlerAvoid race condition for parallel make (-j) running...
2012-04-23 Mark AdlerRemove -R. from Solaris shared build (possible security...
2012-04-23 Mark AdlerUpdate ./configure for Solaris, support --64 [Mooney].
2012-04-01 Mark AdlerAdd more comments to configure.
2012-03-27 jKFix contrib/minizip compilation in the MinGW environment.
2012-03-23 Birunthan MohanathasRemove gzflags from zlibvc.def in vc9 and vc10.
2012-03-18 Mark AdlerAttempt to convert the wchar_t path in gzopen_w() for...
2012-03-18 Mark AdlerFix syntax error in gzlib.c.
2012-03-18 Peter KuemmelLook in build directory for zlib.pc in CMakeLists.txt.
2012-03-18 Mark AdlerMore fixes for gzopen_w().
2012-03-18 Mark AdlerFix gzopen_w() type and add #include for the type.
2012-03-18 Peter KuemmelAdd source directory in CMakeLists.txt for building...
2012-03-18 Peter KuemmelRename zconf.h in CMakeLists.txt to move it out of...
2012-03-17 Mark AdlerAdd gzopen_w() in Windows for wide character path names.
2012-03-15 Mark AdlerRecognize clang as gcc.
2012-03-14 Mark AdlerImprove inflate() documentation on the use of Z_FINISH.
2012-03-14 Mark AdlerMake sure that unistd.h is included before using _LFS64...
2012-03-14 Mark AdlerRepair some damage caused by -Wundef allowance.
next