summaryrefslogtreecommitdiff
path: root/src/zstream.c
Commit message (Expand)AuthorAgeFilesLines
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-0/+1
* zstream: grow based on used memory rather than allocatedCarlos Martín Nieto2014-04-261-1/+1
* Defer zstream NUL termination to endRussell Belfer2014-01-301-2/+5
* Expand zstream tests and fix off-by-one errorRussell Belfer2014-01-301-1/+2
* Reorganize zstream API and fix wrap problemsRussell Belfer2014-01-301-44/+102
* Fix write_object.XTao2014-01-261-2/+1
* Packbuilder contains its own zstreamEdward Thomson2014-01-141-0/+5
* Refactor zlib for easier deflate streamingEdward Thomson2014-01-141-0/+90