Commits


refactor dump_packed_object() a bit; no functional change


compile with -Werror


call got_object_id_cmp() just once in got_object_idx()


unlink tempfiles again, was disabled for testing


whitespace


introduce got_ferror() and use it


bump copyright


use strerror_r()


add a conversion function from errno to got_error and use it


Extract non-deltified objects from pack files.


remove unncessary #include


get_packfile_size() should be static


whitespace


verify pack file index checksum


fix off-by-one in pack file size check


open pack file index


fix pack file magic value


whitespace


add a header file for pack files


fix previous


add more object types (needed for pack files)


fix previous


don't overwrite already decompressed data


check recallocarray return value


fix size calculations