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