Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize zstream API and fix wrap problems | Russell Belfer | 2014-01-30 | 1 | -4/+17 |
| | | | | | | | | There were some confusing issues mixing up the number of bytes written to the zstream output buffer with the number of bytes consumed from the zstream input. This reorganizes the zstream API and makes it easier to deflate an arbitrarily large input while still using a fixed size output. | ||||
* | Packbuilder contains its own zstream | Edward Thomson | 2014-01-14 | 1 | -0/+1 |
| | |||||
* | Refactor zlib for easier deflate streaming | Edward Thomson | 2014-01-14 | 1 | -0/+25 |