]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2012-02-18  Mark AdlerReplace use of memmove() with a simple copy for portabi...
2012-02-14  Mark AdlerExpunge gzgetc_ from configuration files.
2012-02-14  Mark AdlerRemove unnecessary include for byte swap built-in ...
2012-02-13  Mark AdlerDon't use built-in byte swaps if compiled solo.
2012-02-13  Mark AdlerChange version number to 1.2.7.
2012-02-12  Mark Adlerzlib 1.2.6.1 v1.2.6.1
2012-02-11  Mark AdlerFix minor typo in zlib.h comments [Rześniowiecki].
2012-02-11  Mark AdlerUse optimized byte swap operations for Microsoft and...
2012-02-11  Mark AdlerRemove unnecessary gzgetc_ function.
2012-02-05  Mark AdlerUpdate make_vms.com [Zinser].
2012-02-04  Mark AdlerMinor cleanup in contrib/minizip/zip.c [Vollant].
2012-02-04  Mark AdlerUse name in GCC_CLASSIC as C compiler for coverage...
2012-02-02  Mark AdlerAvoid library header include in crc32.c for Z_SOLO.
2012-02-02  Mark AdlerPut gzflags() functionality back in zutil.c.
2012-02-02  Mark AdlerInclude gz_header definition when compiling zlib solo.
2012-01-31  Mark AdlerFix problem with ./configure --prefix and gzgetc macro.
2012-01-30  Mark AdlerInclude io.h in gzguts.h for Microsoft compilers.
2012-01-30  Mark AdlerAvoid the use of the Objective-C reserved name "id".
2012-01-30  Mark AdlerChange version number to 1.2.6.1.
2012-01-29  Mark Adlerzlib 1.2.6 v1.2.6
2012-01-29  Mark AdlerCorrect in zlib.map when deflateResetKeep was added.
2012-01-29  Mark AdlerUse the -m option on ldconfig for BSD systems [Tobias].
2012-01-29  Mark AdlerHave gzputc return the character written instead of...
2012-01-29  Mark AdlerExit when required parameters not provided to win32...
2012-01-28  Mark AdlerAdd the generation of configure.log by ./configure.
2012-01-22  Jonathan NiederAdd an --enable-demos option to contrib/minizip/configure.
2012-01-21  Jonathan NiederAdd support for VPATH builds in contrib/minizip.
2012-01-21  Jonathan NiederAdd missing libs to minizip linker command.
2012-01-21  Jonathan NiederAdd -I../.. -L../.. to CFLAGS for minizip and miniunzip.
2012-01-21  Mark AdlerRemove trailing space in contrib/minizip/minizip.c.
2012-01-21  Mark AdlerAvoid some warnings in contrib/minizip [Vollant].
2012-01-21  Mark AdlerProtect for long name and extra fields in contrib/miniz...
2012-01-21  Mark AdlerFix bug when compiling minizip with C++ [Vollant].
2012-01-21  Mark AdlerMinor cleanup up contrib/minizip/unzip.c [Vollant].
2012-01-21  Mark AdlerAvoid warning for no encryption in contrib/minizip...
2012-01-21  Mark AdlerMake version explicit in contrib/minizip/configure...
2012-01-19  Mark AdlerInclude io.h for Turbo C / Borland C on all platforms...
2012-01-17  Mark AdlerCorrect suggested usages in win32/Makefile.msc [שחר...
2012-01-17  Mark AdlerFix compilation of contrib/minizip on FreeBSD [Márquez].
2012-01-17  Mark AdlerFix contrib/minizip/zip.c for 64-bit architectures...
2012-01-17  Mark AdlerFix CMakeLists.txt for cross compilation [McClure].
2012-01-17  Mark AdlerHave ./configure use the compiler return code for error...
2012-01-17  Mark AdlerFix large-entry detection in minizip on 64-bit systems...
2012-01-17  Mark AdlerFix configure.ac for contrib/minizip [Schiffer].
2012-01-17  Mark AdlerFix function numbers for gzgetc_ in zlibvc.def files.
2012-01-17  Mark AdlerUpdate the Pascal interface in contrib/pascal.
2012-01-17  Mark AdlerChange version number to 1.2.6.
2012-01-16  Mark Adlerzlib 1.2.5.3 v1.2.5.3
2012-01-14  Mark AdlerMake sure that no extra inserting is done if the strate...
2012-01-14  Mark AdlerInsert the first two strings in the hash table after...
2012-01-07  Mark AdlerWrite out all of the available bits when using Z_BLOCK.
2012-01-07  Mark AdlerRemove second empty static block for Z_PARTIAL_FLUSH.
2012-01-07  Mark AdlerAllow deflatePrime() to insert bits in the middle of...
2011-12-29  Mark AdlerPermit Z_NULL arguments to deflatePending.
2011-12-29  Mark AdlerAvoid extraneous empty blocks when doing empty flushes.
2011-12-29  Mark AdlerPermit stronger flushes after Z_BLOCK flushes.
2011-12-24  Mark AdlerUpdate win32/Makefile.gcc to build test/*.c [Truta].
2011-12-20  Mark AdlerUpdate AS400 build files and documentation [Monnerat].
2011-12-19  Mark AdlerRemove old/visualc6 given CMakefile and other alternatives.
2011-12-19  Mark AdlerUpdate win32/Makefile.msc to build test/*.c [Truta].
2011-12-19  Mark AdlerDo not use _lseeki64 under Borland C++ [Truta].
2011-12-18  Mark AdlerRestore gzgetc function for binary compatibility.
2011-12-18  Mark AdlerChange version numbers to 1.2.5.3.
2011-12-18  Mark Adlerzlib 1.2.5.2 v1.2.5.2
2011-12-17  Mark AdlerRemove hard-coding of resource compiler in CMakeLists...
2011-12-14  Mark AdlerDocument gzread() capability to read concurrently writt...
2011-12-14  Mark AdlerAvoid use of Z_BUF_ERROR in gz* functions except for...
2011-12-12  Mark AdlerFix bug in gzread.c when end-of-file is reached.
2011-12-12  Mark AdlerFix gzeof() to behave just like feof() when read is...
2011-12-11  Mark AdlerDo not set strm->adler when doing raw inflate.
2011-12-11  Mark AdlerHave inflate() with Z_FINISH avoid the allocation of...
2011-12-11  Mark AdlerFix gzwrite.c to accommodate reduced memory zlib compil...
2011-12-08  Mark AdlerEnable dictionary setting in middle of stream, and...
2011-12-01  Mark AdlerClean up infcover.c.
2011-11-27  Mark AdlerTest the inflate code with full coverage.
2011-11-27  Mark AdlerRemove code from inflate.c and infback.c that is imposs...
2011-11-27  Mark AdlerSimplify incomplete code table filling in inflate_table().
2011-11-27  Mark AdlerMove example.c and minigzip.c to test/.
2011-11-22  Mark AdlerInclude io.h for Turbo C / Borland C++.
2011-11-19  Mark AdlerFacilitate compilation with Borland C++ for pragmas...
2011-11-13  Mark AdlerChange ON macro to Z_ARG to avoid application conflicts.
2011-11-13  Mark AdlerSplit off AR options in Makefile.in and configure.
2011-11-13  Mark AdlerAdd files in contrib/minizip to aid in building libminizip.
2011-10-23  Mark AdlerNote behavior of uncompress() to provide as much data...
2011-10-20  Mark AdlerAdd comment to gzdopen() in zlib.h to use dup() when...
2011-10-19  Mark AdlerAdd #define ZLIB_CONST option to use const in the z_str...
2011-10-09  Mark AdlerFix indentation of code in inflate.c.
2011-10-09  Mark AdlerAdd --cover option to ./configure for gcc coverage...
2011-10-09  Mark AdlerMove example.c and minigzip.c to examples/ directory.
2011-10-08  Mark AdlerAdd undocumented inflateResetKeep() function for CAB...
2011-10-07  Mark AdlerAdd a ./config --solo option to make zlib subset with...
2011-10-06  Mark AdlerGet inffixed.h and MAKEFIXED result to match.
2011-10-03  Mark AdlerUpdate python link in zlib man page.
2011-10-02  Mark AdlerAdd a transparent write mode to gzopen() when 'T' is...
2011-10-02  Mark AdlerCorrect documentation of gzdirect() since junk at end...
2011-10-02  Mark AdlerClarify how gzopen() appends in zlib.h comments.
2011-10-02  Mark AdlerMerge vestigial vsnprintf determination from zutil...
2011-10-02  Mark AdlerUpdate zconf.h.cmakein on make distclean.
2011-10-01  Mark AdlerInclude zconf.h.cmakein for windows large file support.
2011-10-01  Mark AdlerInclude zconf.h for windows large file support.
next