Commit Briefs

25783624d6 Stefan Sperling

use stricter CPPFLAGS from mpi


32cb896c4b Stefan Sperling

rename library-private headers from *_priv.h to *_lib.h


5677e194b1 Stefan Sperling

rename got_zb_priv.h to got_zbuf_priv.h


be89e2b1c0 Stefan Sperling

In read_to_mem() loop, don't overwrite already read blocks



ef0981d5bf Stefan Sperling

make length of id string an implementation detail



59ece79d29 Stefan Sperling

make struct got_object_id opaque


908b019409 Stefan Sperling

move struct got_zstream_buf to private header zb.h


f934cf2c63 Stefan Sperling

make struct got_blob_object opaque


eb651edf82 Stefan Sperling

more progress on reading packed/deltified objects


126ee0608b Stefan Sperling

remove insize arg from inflate_read()


c743ac7dd2 Stefan Sperling

remove pointless loops in read_{commit,tree}_object()


90356acc35 Stefan Sperling

Fix missing error check in parse_tree_object().


885d3e0206 Stefan Sperling

implement delta combiner and a small test suite for it