summaryrefslogtreecommitdiff
path: root/src/zstream.h
Commit message (Expand)AuthorAgeFilesLines
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-3/+3
* pack: refactor unpacking of raw objects to use `git_zstream`Patrick Steinhardt2020-01-091-0/+1
* Merge pull request #4450 from libgit2/ethomson/odb_loose_readstreamEdward Thomson2018-02-081-0/+6
|\
| * zstream: introduce a single chunk readerEdward Thomson2018-02-011-0/+6
* | consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-1/+1
|/
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* zstream: offer inflating, `git_zstream_inflatebuf`Edward Thomson2016-05-261-1/+8
* Reorganize zstream API and fix wrap problemsRussell Belfer2014-01-301-4/+17
* Packbuilder contains its own zstreamEdward Thomson2014-01-141-0/+1
* Refactor zlib for easier deflate streamingEdward Thomson2014-01-141-0/+25