summaryrefslogtreecommitdiff
path: root/zlib.c
AgeCommit message (Expand)Author
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2013-04-22zlib: fix compilation failures with Sun C CompilaerStefano Lattarini
2013-03-17archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano
2011-06-10zlib: allow feeding more than 4GB in one goJunio C Hamano
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-06-10zlib: wrap deflateBound() tooJunio C Hamano
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano
2011-06-10zlib: wrap inflateInit2 used to accept only for gzip formatJunio C Hamano
2011-06-10zlib wrapper: refactor error message formatterJunio C Hamano
2010-11-10wrapper: give zlib wrappers their own translation unitJonathan Nieder