]> git.lizzy.rs Git - zlib.git/shortlog
zlib.git
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().
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.
next