index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zlib.c
Age
Commit message (
Expand
)
Author
2023-04-11
git-zlib: move declarations for git-zlib functions from cache.h
Elijah Newren
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2015-03-05
zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
René Scharfe
2013-04-22
zlib: fix compilation failures with Sun C Compilaer
Stefano Lattarini
2013-03-16
archive-zip: use deflateInit2() to ask for raw compressed data
René Scharfe
2011-12-01
bulk-checkin: replace fast-import based implementation
Junio C Hamano
2011-06-10
zlib: allow feeding more than 4GB in one go
Junio C Hamano
2011-06-10
zlib: zlib can only process 4GB at a time
Junio C Hamano
2011-06-10
zlib: wrap deflateBound() too
Junio C Hamano
2011-06-10
zlib: wrap deflate side of the API
Junio C Hamano
2011-06-10
zlib: wrap inflateInit2 used to accept only for gzip format
Junio C Hamano
2011-06-10
zlib wrapper: refactor error message formatter
Junio C Hamano
2010-11-10
wrapper: give zlib wrappers their own translation unit
Jonathan Nieder