Commits


fix fd leak in got_object_open()


set obj->size of packed deltified objects to object's actual size


avoid an extra memcpy in got_inflate_to_mem()


need to subtract hdrlen from tree data in got_object_tree_open()


avoid a round-trip via tempfile when reading packed commits


avoid a round-trip of data through a temp file when reading trees


use stricter CPPFLAGS from mpi


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


rename got_zb_priv.h to got_zbuf_priv.h


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


rename private header filenames so they are in got_ namespace


make length of id string an implementation detail


remove got_parse_object_id(), add got_object_open_by_id_str() instead


make struct got_object_id opaque


move struct got_zstream_buf to private header zb.h


make struct got_blob_object opaque


more progress on reading packed/deltified objects


remove insize arg from inflate_read()


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


Fix missing error check in parse_tree_object().


implement delta combiner and a small test suite for it


Move zlib wrapper/buffering code into a separate file.


Some memory failure checks were missing.


rename helper function open_object() to fopen_object()


model delta chains in a better way