lib/delta.c


Log

Author Commit Date CI Message
Stefan Sperling 32cb896c 2018-03-11T14:10:56 rename library-private headers from *_priv.h to *_lib.h
Stefan Sperling 5677e194 2018-03-11T13:20:25 rename got_zb_priv.h to got_zbuf_priv.h
Stefan Sperling 1411938b 2018-02-12T23:25:38 rename private header filenames so they are in got_ namespace
Stefan Sperling bdd2fbb3 2018-02-12T00:01:26 read delta data from the right offset
Stefan Sperling 06e5fc98 2018-02-11T23:34:03 fix a bug where we'd skip commands in the delta stream
Stefan Sperling 0e22967e 2018-02-11T22:43:21 we must store delta's type-and-size length separately to skip it
Stefan Sperling 3606d7fc 2018-02-11T16:17:37 tweak the API which inflates data to a file
Stefan Sperling 824801e7 2018-01-27T01:15:40 Improve delta combiner docs and rename a macro for clarity.
Stefan Sperling 885d3e02 2018-01-27T01:05:56 implement delta combiner and a small test suite for it
Stefan Sperling 6691714a 2018-01-23T23:44:49 prepare application of deltas
Stefan Sperling c3703302 2018-01-23T15:19:45 model delta chains in a better way
Stefan Sperling 5a2e13f7 2018-01-23T13:54:51 undo previous, a delta base might be a plain object so 'size' is better
Stefan Sperling 8622058b 2018-01-23T13:53:21 Rename 'size' field in got_delta_base to 'delta_size'.
Stefan Sperling 96f5e8b3 2018-01-23T13:38:17 add support for delta chains; implement them for offset deltas
Stefan Sperling efd2a263 2018-01-19T16:18:44 add some stub code for packed ref-delta objects