]> git.lizzy.rs Git - zlib.git/shortlog
zlib.git
2016-09-21 Mark AdlerAdd option to not compute or check check values.
2016-09-21 Mark AdlerCorrect the size of the inflate state in the comments.
2016-07-10 Mark AdlerFix typo in blast.c.
2016-06-18 Mark AdlerAdd configure.log to .gitignore.
2016-04-05 Mark AdlerLoop on write() calls in gzwrite.c in case of non-block...
2016-01-30 Mark AdlerFix gzseek() problem on MinGW due to buggy _lseeki64...
2015-11-27 Mark AdlerFix bug that accepted invalid zlib header when windowBi...
2015-10-04 Mark AdlerUse a consistent and more modern approach to not use...
2015-09-16 Mark AdlerUse UTF-8 for non-ASCII characters in ChangeLog.
2015-09-06 Mark AdlerClean up portability for shifts and integer sizes.
2015-09-06 Mark AdlerAvoid shifts of negative values inflateMark().
2015-08-16 Mark AdlerFix typo.
2015-08-16 Mark AdlerUse const for static tree descriptions in deflate.
2015-08-03 Mark AdlerAllow building zlib outside of the source directory.
2015-08-03 Mark AdlerDo not initialize unsigned with -1 in compress.c uncompr.c.
2015-08-02 Mark AdlerAlign deflateParams() and its documentation in zlib.h.
2015-08-02 Mark AdlerCompile the gzopen_w() function when __CYGWIN__ defined.
2015-07-29 Mark AdlerDefine _POSIX_SOURCE to enable POSIX extensions on...
2015-07-29 Mark AdlerClarify deflateReset() documentation.
2015-07-29 Mark AdlerAvoid uninitialized access by gzclose_w().
2015-07-29 Mark AdlerAvoid use of DEBUG macro -- change to ZLIB_DEBUG.
2015-07-29 Mark AdlerAvoid use of reallocf() in test/infcover.c.
2015-07-29 Mark AdlerFix inflateInit2() bug when windowBits is 16 or 32.
2015-07-29 Mark AdlerAdd comment about not using windowBits of 8 for deflate().
2015-07-08 Mark AdlerPut license in zlib.3 man page.
2015-07-06 Mark AdlerImprove speed of gzprintf() in transparent mode.
2015-07-05 Mark AdlerAvoid left shift of a negative value in flush rank...
2015-01-27 Mark AdlerRemedy Coverity warning. [Randers-Pehrson]
2014-12-29 Mark AdlerAdd inflateCodesUsed() function for internal use.
2014-07-02 Mark AdlerFix bug in test/example.c where error code not saved.
2014-04-26 Mark AdlerNote in zlib.h that compress() uses Z_DEFAULT_COMPRESSION.
2014-04-26 Mark AdlerFix uncompress() to work on lengths more than a maximum...
2014-04-26 Mark AdlerFix compress() to work on lengths more than a maximum...
2014-04-24 Mark AdlerAssure that gzoffset() is correct when appending.
2013-08-24 Mark AdlerImprove contrib/blast to return unused bytes. Fix...
2013-08-04 Mark AdlerFix contrib/minizip to permit unzipping with desktop...
2013-05-24 Mark AdlerSpacing cleanup.
2013-05-03 Mark AdlerChange version number to 1.2.8.1.
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...
next