aboutsummaryrefslogtreecommitdiff
path: root/zlib.c
Commit message (Expand)AuthorAge
* zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05
* zlib: fix compilation failures with Sun C CompilaerStefano Lattarini2013-04-22
* archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe2013-03-16
* bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01
* zlib: allow feeding more than 4GB in one goJunio C Hamano2011-06-10
* zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
* zlib: wrap deflateBound() tooJunio C Hamano2011-06-10
* zlib: wrap deflate side of the APIJunio C Hamano2011-06-10
* zlib: wrap inflateInit2 used to accept only for gzip formatJunio C Hamano2011-06-10
* zlib wrapper: refactor error message formatterJunio C Hamano2011-06-10
* wrapper: give zlib wrappers their own translation unitJonathan Nieder2010-11-10