]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2014-10-07  shuxinyang Rewrite the loops such that gcc can vectorize them...
2014-07-26  Martin O. PollardAdd crc_ forward declarations to deflate and add read_b... v1.2.8-jtkv4 v1.2.8_jtkv4
2014-07-26  Martin O. PollardAdd forward declarations for fill_window_sse and flush_...
2014-07-26  Martin O. PollardInclude wmmintrin.h in configure test and crc_folding...
2014-07-26  Nathan Kidddeflate: avoid use of uninitialized variable
2014-07-26  Jim Kukunasdeflate: add new deflate_medium strategy
2014-07-26  Jim Kukunasdeflate: add new deflate_quick strategy for level 1
2014-06-03  Jim Kukunasadd PCLMULQDQ optimized CRC folding
2014-06-03  Jim Kukunasadd SSE4.2 optimized hash function
2014-06-03  Jim KukunasAdds SSE2 optimized hash shifting to fill_window.
2014-06-03  Jim KukunasAdd preprocessor define to tune crc32 unrolling.
2014-06-03  Jim KukunasTune longest_match implementation
2014-01-17  Jim KukunasAdd preprocessor define to tune Adler32 loop unrolling.
2014-01-17  Jim Kukunasenable 16-bit longest_match for x86
2014-01-17  Jim KukunasFor x86, add CPUID check.
2013-12-13  Jim KukunasAdd architecture detection in configure script.
2013-04-29  Mark Adlerzlib 1.2.8 v1.2.8
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 v1.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 v1.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 v1.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 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...
next