]> git.lizzy.rs Git - zlib.git/shortlog
zlib.git
2017-01-03 Mark Adlerzlib 1.2.10 v1.2.10
2017-01-03 Mark AdlerFix compilation with --solo and --debug combined.
2017-01-03 Mark AdlerAdd warnings when compiling with assembler code.
2017-01-03 Mark AdlerRemove files to be installed before copying them in...
2017-01-03 Mark AdlerFix bug in gzwrite.c that produced corrupt gzip files.
2017-01-02 Mark AdlerFix bug in deflate_stored() for zero-length input.
2017-01-02 Mark AdlerMinor edits and clarifications of comments.
2017-01-02 Mark AdlerAvoid warnings on snprintf() return value.
2017-01-02 Mark AdlerChange version number to zlib 1.2.9.1.
2017-01-02 Mark AdlerFix some stray 1.2.8.1 version numbers.
2017-01-01 Mark Adlerzlib 1.2.9 v1.2.9
2017-01-01 Mark AdlerUpdate Visual Studio project files (AraHaan).
2017-01-01 Mark AdlerAdd crc32_z() and adler32_z() functions with size_t...
2017-01-01 Mark AdlerMake z_size_t unsigned long for non-standard C.
2016-12-31 Mark AdlerAvoid the need for ssize_t.
2016-12-31 Mark AdlerUse a uniform approach for the largest value of an...
2016-12-31 Mark AdlerUse intptr_t for z_ssize_t on MSVC.
2016-12-31 Mark AdlerAvoid some random compiler warnings on various platforms.
2016-12-31 Mark AdlerAllow minigzip to compile when testing with ./configure...
2016-12-31 Mark AdlerReplace as400 with os400 for OS/400 support (Monnerat).
2016-12-31 Mark AdlerDetect clang in cc version.
2016-12-31 Mark AdlerFix init macros to use z_ prefix when requested.
2016-12-31 Mark AdlerFix character encoding and link in contrib README.
2016-12-31 Mark AdlerUse snprintf() for later versions of Microsoft C.
2016-12-31 Mark AdlerAdd deflateGetDictionary() function.
2016-12-30 Mark AdlerNo need to check for NULL argument to free().
2016-12-05 Mark AdlerAdd gzfwrite(), duplicating the interface of fwrite().
2016-12-05 Mark AdlerAdd gzfread(), duplicating the interface of fread().
2016-12-05 Mark AdlerFix compile option for when z_size_t needs to be a...
2016-12-04 Mark AdlerCreate z_size_t and z_ssize_t types.
2016-12-04 Mark AdlerDon't need to emit an empty fixed block when changing...
2016-12-04 Mark AdlerClean up gz* function return values.
2016-12-04 Mark AdlerSpeed up deflation for level 0 (storing).
2016-12-04 Mark AdlerAssure that deflateParams() will not switch functions...
2016-12-04 Mark AdlerExplicitly ignore a return value in gzwrite.c.
2016-12-04 Mark AdlerIncrease verbosity required to warn about bit length...
2016-12-04 Mark AdlerAdd uncompress2() function, which returns the input...
2016-12-04 Mark AdlerMinor edits to the documentation in source file contents.
2016-12-04 Mark AdlerFix bugs in creating a very large gzip header.
2016-12-04 Mark AdlerAdd --debug (-d) option to ./configure to define ZLIB_D...
2016-12-04 Mark AdlerUse memcpy for stored blocks.
2016-10-30 Mark AdlerFix some typos.
2016-10-28 Mark AdlerFix bug when level 0 used with Z_HUFFMAN or Z_RLE.
2016-10-26 Mark AdlerClean up and comment the use of local for static.
2016-10-26 Mark AdlerMake a noble effort at setting OS_CODE correctly.
2016-10-25 Mark AdlerDo a more thorough check of the state for every stream...
2016-10-24 Mark AdlerDocument the rejection of 256-byte window requests...
2016-10-24 Mark AdlerReject a window size of 256 bytes if not using the...
2016-10-14 Mark AdlerAvoid obfuscating use of default case in inftrees.c.
2016-10-14 Mark AdlerMove macro definition in deflate.c to where it is used.
2016-10-14 Mark AdlerAvoid recursive gzgetc() macro call.
2016-10-14 Mark AdlerMake globals in examples local to compilation unit.
2016-10-12 Mark AdlerAdd --warn option to ./configure, instead of environmen...
2016-10-12 Mark AdlerClean up type conversions.
2016-10-12 Mark AdlerAvoid casting an out-of-range value to long.
2016-10-04 Mark AdlerNote the violation of the strict aliasing rule in crc32.c.
2016-09-29 Mark AdlerAvoid pre-decrement of pointer in big-endian CRC calcul...
2016-09-22 Mark AdlerRemove offset pointer optimization in inftrees.c.
2016-09-22 Mark AdlerUse post-increment only in inffast.c.
2016-09-22 Mark AdlerRemove dummy structure declarations for old buggy compi...
2016-09-21 Mark AdlerFix typo.
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
next