Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib: fix compilation failures with Sun C Compilaer | Stefano Lattarini | 2013-04-22 | 1 | -2/+2 |
* | archive-zip: use deflateInit2() to ask for raw compressed data | René Scharfe | 2013-03-16 | 1 | -6/+19 |
* | bulk-checkin: replace fast-import based implementationjc/stream-to-pack | Junio C Hamano | 2011-12-01 | 1 | -1/+8 |
* | zlib: allow feeding more than 4GB in one go | Junio C Hamano | 2011-06-10 | 1 | -20/+58 |
* | zlib: zlib can only process 4GB at a time | Junio C Hamano | 2011-06-10 | 1 | -28/+91 |
* | zlib: wrap deflateBound() too | Junio C Hamano | 2011-06-10 | 1 | -0/+9 |
* | zlib: wrap deflate side of the API | Junio C Hamano | 2011-06-10 | 1 | -0/+62 |
* | zlib: wrap inflateInit2 used to accept only for gzip format | Junio C Hamano | 2011-06-10 | 1 | -0/+15 |
* | zlib wrapper: refactor error message formatter | Junio C Hamano | 2011-06-10 | 1 | -35/+38 |
* | wrapper: give zlib wrappers their own translation unit | Jonathan Nieder | 2010-11-10 | 1 | -0/+61 |