thodg/got/lib/zb.c

Branch :


Log

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