]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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.
2011-10-01  Tor LillqvistAlways add large file support for windows
2011-10-01  Mark AdlerUpdate copyright dates on gz* source files.
2011-10-01  Mark AdlerFix gzclose() to return the actual error last encountered.
2011-09-27  Mark AdlerChange gzgetc() to a macro for speed (~40% speedup...
2011-09-27  Mark AdlerSimplify gzseek() now that raw after gzip is ignored.
2011-09-27  Mark AdlerAllow gzrewind() and gzseek() after a premature end...
2011-09-26  Mark AdlerAllow gzread() and related to continue after gzclearerr().
2011-09-24  Mark AdlerChange gzread() and related to ignore junk after gzip...
2011-09-24  Mark AdlerCorrect error in comment for gz_make().
2011-09-24  Mark AdlerFix bug in gzgets() for a concatenated empty gzip stream.
2011-09-24  Mark AdlerCorrect spelling error in gzread.c
2011-09-23  Mark AdlerUpdate python link in README
2011-09-23  Mark AdlerAdd assertions to fill_window() in deflate.c to match...
2011-09-23  Mark AdlerAssure that high-water mark initialization is always...
2011-09-23  Mark AdlerAvoid searching past window for Z_RLE strategy.
2011-09-11  Mike Frysingeruse relative symlinks for shared libs
2011-09-11  Mark AdlerAdd .gitignore [Frysinger]
2011-09-11  Török Edwinfix ld error: unable to find version dependency `ZLIB_1...
2011-09-11  Mark AdlerChange version numbers to 1.2.5.2 and release dates
2011-09-11  Mark Adlerzlib 1.2.5.1 v1.2.5.1
2011-09-10  Mark Adlerzlib 1.2.5 v1.2.5
2011-09-10  Mark Adlerzlib 1.2.4.5 v1.2.4.5
2011-09-10  Mark Adlerzlib 1.2.4.4 v1.2.4.4
2011-09-10  Mark Adlerzlib 1.2.4.3 v1.2.4.3
2011-09-10  Mark Adlerzlib 1.2.4.2 v1.2.4.2
2011-09-10  Mark Adlerzlib 1.2.4.1 v1.2.4.1
2011-09-10  Mark Adlerzlib 1.2.4 v1.2.4
2011-09-10  Mark Adlerzlib 1.2.4-pre2 v1.2.4-pre2
2011-09-10  Mark Adlerzlib 1.2.4-pre1 v1.2.4-pre1
2011-09-10  Mark Adlerzlib 1.2.3.9 v1.2.3.9
2011-09-10  Mark Adlerzlib 1.2.3.8 v1.2.3.8
2011-09-10  Mark Adlerzlib 1.2.3.7 v1.2.3.7
2011-09-10  Mark Adlerzlib 1.2.3.6 v1.2.3.6
2011-09-10  Mark Adlerzlib 1.2.3.5 v1.2.3.5
2011-09-10  Mark Adlerzlib 1.2.3.4 v1.2.3.4
2011-09-10  Mark Adlerzlib 1.2.3.3 v1.2.3.3
2011-09-10  Mark Adlerzlib 1.2.3.2 v1.2.3.2
2011-09-10  Mark Adlerzlib 1.2.3.1 v1.2.3.1
next