Commits


read object headers with privsep


initialize output parameter in object_path()


add the ability to start the log at a particular commit


remove GOT_ERR_NO_MEM, we can just use errno in those cases


rename the library-internal headers again to a common prefix


rewrite 'got log' without recursion


fix resource leaks in error paths of got_object_blob_open()


initialize some output variables on failure


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