summaryrefslogtreecommitdiffstats
path: root/zlib.c (follow)
Commit message (Expand)AuthorAgeLines
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-06-2/+2
* zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05-0/+2
* zlib: fix compilation failures with Sun C CompilaerStefano Lattarini2013-04-22-2/+2
* archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe2013-03-16-6/+19
* bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01-1/+8
* zlib: allow feeding more than 4GB in one goJunio C Hamano2011-06-10-20/+58
* zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10-28/+91
* zlib: wrap deflateBound() tooJunio C Hamano2011-06-10-0/+9
* zlib: wrap deflate side of the APIJunio C Hamano2011-06-10-0/+62
* zlib: wrap inflateInit2 used to accept only for gzip formatJunio C Hamano2011-06-10-0/+15
* zlib wrapper: refactor error message formatterJunio C Hamano2011-06-10-35/+38
* wrapper: give zlib wrappers their own translation unitJonathan Nieder2010-11-10-0/+61