summaryrefslogtreecommitdiff
path: root/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* zlib: allow feeding more than 4GB in one goJunio C Hamano2011-06-101-20/+58
* zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-28/+91
* zlib: wrap deflateBound() tooJunio C Hamano2011-06-101-0/+9
* zlib: wrap deflate side of the APIJunio C Hamano2011-06-101-0/+62
* zlib: wrap inflateInit2 used to accept only for gzip formatJunio C Hamano2011-06-101-0/+15
* zlib wrapper: refactor error message formatterJunio C Hamano2011-06-101-35/+38
* wrapper: give zlib wrappers their own translation unitJonathan Nieder2010-11-101-0/+61