projects
/
platform
/
upstream
/
zlib.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/zlib.git
2012-01-17
Mark Adler
Update the Pascal interface in contrib/pascal.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Mark Adler
Change version number to 1.2.6.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Mark Adler
zlib 1.2.5.3
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Mark Adler
Make sure that no extra inserting is done if the strate...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Mark Adler
Insert the first two strings in the hash table after...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-07
Mark Adler
Write out all of the available bits when using Z_BLOCK.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-07
Mark Adler
Remove second empty static block for Z_PARTIAL_FLUSH.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-07
Mark Adler
Allow deflatePrime() to insert bits in the middle of...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Mark Adler
Permit Z_NULL arguments to deflatePending.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Mark Adler
Avoid extraneous empty blocks when doing empty flushes.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
Mark Adler
Permit stronger flushes after Z_BLOCK flushes.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Mark Adler
Update win32/Makefile.gcc to build test/*.c [Truta].
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Mark Adler
Update AS400 build files and documentation [Monnerat].
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Mark Adler
Remove old/visualc6 given CMakefile and other alternatives.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Mark Adler
Update win32/Makefile.msc to build test/*.c [Truta].
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Mark Adler
Do not use _lseeki64 under Borland C++ [Truta].
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Mark Adler
Restore gzgetc function for binary compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Mark Adler
Change version numbers to 1.2.5.3.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Mark Adler
zlib 1.2.5.2
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Mark Adler
Remove hard-coding of resource compiler in CMakeLists...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Mark Adler
Document gzread() capability to read concurrently writt...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Mark Adler
Avoid use of Z_BUF_ERROR in gz* functions except for...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-12
Mark Adler
Fix bug in gzread.c when end-of-file is reached.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-12
Mark Adler
Fix gzeof() to behave just like feof() when read is...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-11
Mark Adler
Do not set strm->adler when doing raw inflate.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-11
Mark Adler
Have inflate() with Z_FINISH avoid the allocation of...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-11
Mark Adler
Fix gzwrite.c to accommodate reduced memory zlib compil...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Mark Adler
Enable dictionary setting in middle of stream, and...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-01
Mark Adler
Clean up infcover.c.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Mark Adler
Test the inflate code with full coverage.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Mark Adler
Remove code from inflate.c and infback.c that is imposs...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Mark Adler
Simplify incomplete code table filling in inflate_table().
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Mark Adler
Move example.c and minigzip.c to test/.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Mark Adler
Include io.h for Turbo C / Borland C++.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Mark Adler
Facilitate compilation with Borland C++ for pragmas...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Mark Adler
Change ON macro to Z_ARG to avoid application conflicts.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Mark Adler
Split off AR options in Makefile.in and configure.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Mark Adler
Add files in contrib/minizip to aid in building libminizip.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-23
Mark Adler
Note behavior of uncompress() to provide as much data...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-20
Mark Adler
Add comment to gzdopen() in zlib.h to use dup() when...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-19
Mark Adler
Add #define ZLIB_CONST option to use const in the z_str...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-09
Mark Adler
Fix indentation of code in inflate.c.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-09
Mark Adler
Add --cover option to ./configure for gcc coverage...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-09
Mark Adler
Move example.c and minigzip.c to examples/ directory.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Mark Adler
Add undocumented inflateResetKeep() function for CAB...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-07
Mark Adler
Add a ./config --solo option to make zlib subset with...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-06
Mark Adler
Get inffixed.h and MAKEFIXED result to match.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Mark Adler
Update python link in zlib man page.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Mark Adler
Add a transparent write mode to gzopen() when 'T' is...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Mark Adler
Correct documentation of gzdirect() since junk at end...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Mark Adler
Clarify how gzopen() appends in zlib.h comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Mark Adler
Merge vestigial vsnprintf determination from zutil...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Mark Adler
Update zconf.h.cmakein on make distclean.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Mark Adler
Include zconf.h.cmakein for windows large file support.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Mark Adler
Include zconf.h for windows large file support.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Tor Lillqvist
Always add large file support for windows
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Mark Adler
Update copyright dates on gz* source files.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Mark Adler
Fix gzclose() to return the actual error last encountered.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Mark Adler
Change gzgetc() to a macro for speed (~40% speedup...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Mark Adler
Simplify gzseek() now that raw after gzip is ignored.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Mark Adler
Allow gzrewind() and gzseek() after a premature end...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Mark Adler
Allow gzread() and related to continue after gzclearerr().
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Mark Adler
Change gzread() and related to ignore junk after gzip...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Mark Adler
Correct error in comment for gz_make().
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Mark Adler
Fix bug in gzgets() for a concatenated empty gzip stream.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Mark Adler
Correct spelling error in gzread.c
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Mark Adler
Update python link in README
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Mark Adler
Add assertions to fill_window() in deflate.c to match...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Mark Adler
Assure that high-water mark initialization is always...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Mark Adler
Avoid searching past window for Z_RLE strategy.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Mike Frysinger
use relative symlinks for shared libs
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Mark Adler
Add .gitignore [Frysinger]
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Török Edwin
fix ld error: unable to find version dependency `ZLIB_1...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Mark Adler
Change version numbers to 1.2.5.2 and release dates
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Mark Adler
zlib 1.2.5.1
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.5
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.4.5
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.4.4
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.4.3
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.4.2
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.4.1
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.4
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.4-pre2
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.4-pre1
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.9
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.8
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.7
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.6
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.5
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.4
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.3
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.2
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3.1
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.3
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.2.4
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.2.3
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.2.2
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.2.1
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.2
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Mark Adler
zlib 1.2.1.2
commit
|
commitdiff
|
tree
|
snapshot
next