|
1411938b
|
2018-02-12T23:25:38
|
|
rename private header filenames so they are in got_ namespace
|
|
126ee060
|
2018-02-11T16:46:49
|
|
remove insize arg from inflate_read()
|
|
6b4a60c5
|
2018-02-11T16:43:09
|
|
inflate_to_mem doesn't care how much stream it has read
|
|
af263665
|
2018-02-11T16:42:30
|
|
check HAVE_MORE flag in got_inflate_to_file()
|
|
61d262a8
|
2018-02-11T16:37:53
|
|
make got_inflate_read() properly indicate if it needs to be called again
|
|
3606d7fc
|
2018-02-11T16:17:37
|
|
tweak the API which inflates data to a file
|
|
54382dcc
|
2018-02-11T16:12:55
|
|
keep reading zlib stream until end maker when expanding to mem
|
|
6336b73f
|
2018-01-27T03:03:21
|
|
Fix output length if got_inflate_read() reads some data and then EOF.
|
|
885d3e02
|
2018-01-27T01:05:56
|
|
implement delta combiner and a small test suite for it
|
|
4ca7b755
|
2018-01-26T18:13:01
|
|
Move zlib wrapper/buffering code into a separate file.
|