]> git.lizzy.rs Git - zlib.git/shortlog
zlib.git
2022-04-25 Elias FleckensteinCMake build fixes master
2022-03-27 Mark Adlerzlib 1.2.12 v1.2.12
2022-03-27 Mark AdlerFix crc32.c to compile local functions only if used.
2022-03-27 Mark AdlerCheck for cc masquerading as gcc or clang in configure.
2022-03-27 Mark AdlerRemove destructive aspects of make distclean.
2022-03-27 Mark AdlerSeparate out address sanitizing from warnings in configure.
2022-03-27 Mark AdlerEliminate use of ULL constants.
2022-03-27 Mark AdlerAdd fallthrough comments for gcc.
2022-01-01 Mark AdlerClean up minizip to reduce warnings for testing.
2022-01-01 Mark AdlerFix unztell64() in minizip to work past 4GB. (Daniël...
2022-01-01 Mark Adlerminizip warning fix if MAXU32 already defined. (gvollant)
2022-01-01 Mark AdlerReplace black/white with allow/block. (theresa-m)
2021-07-08 Mark AdlerFix indentation in minizip's zip.c.
2021-02-10 Mark AdlerImprove portability of contrib/minizip.
2021-01-18 Mark AdlerCorrect typo in blast.c.
2020-09-17 Mark AdlerChange macro name in inflate.c to avoid collision in...
2020-08-31 Mark AdlerClarify gz* function interfaces, referring to parameter...
2019-07-09 Mark AdlerFix error in comment on the polynomial representation...
2019-05-26 Mark AdlerFix memory leak on error in gzlog.c.
2019-04-14 Mark AdlerAvoid adding empty gzip member after gzflush with Z_FINISH.
2019-04-05 Mark AdlerExplicitly note that the 32-bit check values are 32...
2019-02-18 Mark AdlerUse ARM crc32 instructions if the ARM architecture...
2019-02-18 Mark AdlerAdd use of the ARMv8 crc32 instructions when requested.
2019-02-04 Mark AdlerCorrect comment in crc32.c.
2019-01-03 Mark AdlerDon't bother computing check value after successful...
2018-12-26 Mark AdlerUse atomic test and set, if available, for dynamic...
2018-12-26 Mark AdlerSpeed up software CRC-32 computation by a factor of...
2018-11-04 Mark AdlerAdd crc32_combine_gen() and crc32_combine_op() for...
2018-11-04 Mark AdlerAdd tables for crc32_combine(), to speed it up by a...
2018-10-14 Mark AdlerFix the zran.c example to work on a multiple-member...
2018-10-07 Mark AdlerAdd gznorm.c example, which normalizes gzip files.
2018-08-06 Mark AdlerShow all the codes for the maximum tables size in enough.c.
2018-08-06 Mark AdlerClarify that prefix codes are counted in enough.c.
2018-08-06 Mark AdlerUse inline function instead of macro for index in enough.c.
2018-08-02 Mark AdlerClean up code style in enough.c, update version.
2018-08-01 Mark AdlerUse a macro for the printf format of big_t in enough.c.
2018-08-01 Mark AdlerUse a structure to make globals in enough.c evident.
2018-04-20 Mark AdlerAssure that the number of bits for deflatePrime() is...
2018-04-20 Mark AdlerFix a bug that can crash deflate on some input when...
2018-01-31 Mark AdlerCorrect the initialization requirements for deflateInit2().
2018-01-09 Mark AdlerEmphasize the need to continue decompressing gzip members.
2017-10-13 Mark AdlerAdd legal disclaimer to README.
2017-10-13 Mark AdlerFix deflateEnd() to not report an error at start of...
2017-10-13 Mark AdlerRemove old assembler code in which bugs have manifested.
2017-10-13 Mark AdlerMake the names in functions declarations identical...
2017-10-13 Mark AdlerAvoid an undefined behavior of memcpy() in _tr_stored_b...
2017-10-13 Mark AdlerAvoid undefined behaviors of memcpy() in gz*printf().
2017-10-13 Mark AdlerAvoid an undefined behavior of memcpy() in gzappend().
2017-06-03 Mark AdlerAvoid the use of ptrdiff_t.
2017-04-16 Mark AdlerHandle case where inflateSync used when header never...
2017-03-30 Mark AdlerDon't compute check value for raw inflate if asked...
2017-02-19 Mark AdlerAdd address checking in clang to -w option of configure.
2017-02-16 Mark AdlerReturn an error if the gzputs string length can't fit...
2017-02-16 Mark AdlerSmall speedup to inflate [psumbera].
2017-02-16 Mark AdlerUpdate use of errno for newer Windows CE versions.
2017-02-16 Mark AdlerAvoid some conversion warnings in gzread.c and gzwrite.c.
2017-02-16 Mark AdlerHave Makefile return non-zero error code on test failure.
2017-02-16 Mark AdlerAvoid a conversion error in gzseek when off_t type...
2017-02-16 Mark AdlerFix CLEAR_HASH macro to be usable as a single statement.
2017-02-16 Mark AdlerFix bug when window full in deflate_stored().
2017-02-16 Mark AdlerLimit hash table inserts after switch from stored deflate.
2017-02-16 Mark AdlerPermit a deflateParams() parameter change as soon as...
2017-01-16 Mark AdlerCygwin does not have _wopen(), so do not create gzopen_...
2017-01-16 Mark AdlerChange version number to 1.2.11.1.
2017-01-15 Mark Adlerzlib 1.2.11 v1.2.11
2017-01-15 Mark AdlerPermit immediate deflateParams changes before any defla...
2017-01-15 Mark AdlerUpdate high water mark in deflate_stored.
2017-01-15 Mark AdlerUpdate vestigial comment from very old Info-ZIP deflate.
2017-01-15 Mark AdlerFix deflate stored bug when pulling last block from...
2017-01-15 Mark AdlerUpdate location of Visual Studio project files.
2017-01-15 Mark AdlerDelete user-specific Visual Studio project files.
2017-01-15 Mark AdlerChange version number to 1.2.10.1.
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().
next