]> git.lizzy.rs Git - zlib.git/shortlog
zlib.git
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 v1.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.
2012-03-14 Mark AdlerAvoid the use of the -u option with mktemp.
2012-03-14 Mark AdlerAllow the use of -Wundef when compiling or using zlib.
2012-03-13 Mark AdlerMove obsolete emx makefile to old [Truta].
2012-03-13 Mark AdlerRemove unneeded EXTRA_CFLAGS from win32/Makefile.gcc...
2012-03-13 Christoph J... If using cmake with MSVC, add the source directory...
2012-03-11 Christoph J... Include version symbols for cmake builds.
2012-03-11 Christoph J... Build both a static and a shared version of zlib with...
2012-03-11 Christoph J... Generate and install the pkg-config file with cmake.
2012-03-11 Christoph J... Allow overriding the default install locations for...
2012-03-11 Mark AdlerUpdate copyright years in gzlib.c.
2012-03-10 Mark AdlerFix comments in win32/Makefile.gcc for proper usage.
2012-03-10 Mark AdlerAvoid warnings when O_CLOEXEC or O_EXCL are not defined.
2012-03-10 Nathan Phillip... Add DESTDIR support to mingw32 win32/Makefile.gcc.
2012-03-10 Mark AdlerAdd ability to choose the builder in make_vms.com ...
2012-03-04 Mark AdlerMake sure that O_EXCL is used portably.
2012-03-04 Mark AdlerFix contrib/vstudio project link errors [Mohanathas].
2012-03-04 Mark AdlerFix bug in test/minigzip.c for configure --solo.
2012-03-03 Mark AdlerAdd "x" (O_EXCL) and "e" (O_CLOEXEC) modes support...
2012-03-03 Mark AdlerFix bug in gzclose_w() when gzwrite() fails to allocate...
2012-03-03 Mark AdlerSimplify test and use of gcc hidden attribute.
2012-03-03 Mark AdlerDon't use library or built-in byte swaps.
2012-03-03 Mark AdlerFix make_vms.com for VAX [Zinser].
2012-03-03 Mark AdlerCast to char * in gzprintf to avoid warnings [Zinser].
2012-02-20 Mark AdlerAvoid using __int64 for gcc or solo compilation.
2012-02-20 Mark AdlerImprove the detection of no hidden visibility attribute.
2012-02-20 Mark AdlerDo not use the visibility attribute if NO_VIZ defined.
2012-02-20 Mark AdlerUpdate version numbers and year in win32/README-WIN32...
2012-02-19 Mark AdlerUse __WATCOMC__ instead of __WATCOM__.
2012-02-18 Mark AdlerInclude unistd.h for Watcom C.
2012-02-18 Mark AdlerRequire gcc 4.0 or later on Mac OS X to use the hidden...
2012-02-18 Török EdwinFix build with non-GNU make on Solaris.
2012-02-18 Mark AdlerRestore gzgetc_ for backward compatibility with 1.2.6.
2012-02-18 Mark AdlerTest for existence of strerror.
2012-02-18 Mark AdlerReplace use of memmove() with a simple copy for portabi...
2012-02-14 Mark AdlerExpunge gzgetc_ from configuration files.
2012-02-14 Mark AdlerRemove unnecessary include for byte swap built-in ...
2012-02-13 Mark AdlerDon't use built-in byte swaps if compiled solo.
2012-02-13 Mark AdlerChange version number to 1.2.7.
2012-02-12 Mark Adlerzlib 1.2.6.1 v1.2.6.1
2012-02-11 Mark AdlerFix minor typo in zlib.h comments [Rześniowiecki].
2012-02-11 Mark AdlerUse optimized byte swap operations for Microsoft and...
2012-02-11 Mark AdlerRemove unnecessary gzgetc_ function.
2012-02-05 Mark AdlerUpdate make_vms.com [Zinser].
2012-02-04 Mark AdlerMinor cleanup in contrib/minizip/zip.c [Vollant].
2012-02-04 Mark AdlerUse name in GCC_CLASSIC as C compiler for coverage...
2012-02-02 Mark AdlerAvoid library header include in crc32.c for Z_SOLO.
next