Commits


call got_object_id_queue_free() instead of implementing it inline


disambiguate abbreviated object IDs based on object type


speed up matching of abbreviated commit IDs in pack files


introduce support for abbreviated object IDs


replace got_pack_get_packfile_size() with simple fstat()


stat .idx file to determine its size, not the .pack file


fix double-frees in error path when resolving deltas fails


rename got_error_prefix_errno() to got_error_from_errno()


got_error_from_errno -> got_error_prefix_errno also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


make got path APIs available to library consumers


plug fd leak in got_pack_stop_privsep_child()


omit unused mode argument to open(2)


more specific mmap(2) failure checks


don't close input files in dump_delta_chain_to_file(); caller does it


check for errors from close(2)