summaryrefslogtreecommitdiff
path: root/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* zlib: fix compilation failures with Sun C CompilaerStefano Lattarini2013-04-221-2/+2
* archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe2013-03-161-6/+19
* bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-1/+8
* 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