lib/zb.c


Log

Author Commit Date CI Message
Stefan Sperling 61d262a8 2018-02-11T16:37:53 make got_inflate_read() properly indicate if it needs to be called again
Stefan Sperling 3606d7fc 2018-02-11T16:17:37 tweak the API which inflates data to a file
Stefan Sperling 54382dcc 2018-02-11T16:12:55 keep reading zlib stream until end maker when expanding to mem
Stefan Sperling 6336b73f 2018-01-27T03:03:21 Fix output length if got_inflate_read() reads some data and then EOF.
Stefan Sperling 885d3e02 2018-01-27T01:05:56 implement delta combiner and a small test suite for it
Stefan Sperling 4ca7b755 2018-01-26T18:13:01 Move zlib wrapper/buffering code into a separate file.