summaryrefslogtreecommitdiff
path: root/src/zstream.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-210/+0
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-5/+5
* zstream: use GIT_ASSERTEdward Thomson2020-11-271-1/+1
* pack: refactor unpacking of raw objects to use `git_zstream`Patrick Steinhardt2020-01-091-0/+5
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-4/+4
* zstream: introduce a single chunk readerEdward Thomson2018-02-011-36/+49
* zstream: use UINT_MAX sized chunksEdward Thomson2017-12-201-2/+3
* zstream: treat `Z_BUF_ERROR` as non-fatalEdward Thomson2017-12-201-10/+15
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* use `giterr_set_str()` wherever possiblePranit Bauva2016-11-171-1/+1
* zstream: fail when asked to inflate garbageEdward Thomson2016-05-261-0/+5
* zstream: offer inflating, `git_zstream_inflatebuf`Edward Thomson2016-05-261-7/+31
* git_buf_grow_by: increase buf asize incrementallyEdward Thomson2015-02-121-2/+1
* 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