Commits


don't forget to set error message in got_error_from_errno()


file index path padding is only needed on disk


file index entries are variable in size; use a tailq


remove unused list head


return error from search_packidx() if dup_packidx() fails


tweak wording in comment


the file index header checksum applies to on-disk data


missed one


got_index_priv.h -> got_file_index_priv.h


rename 'index' data structures to 'file index'


more tweaks to index structures


add a pack index cache; speeds tree listing up quite a lot


support an absolute repos path argument in got_repo_open()


some tweaks to the index format we'll probably make


fix repos path argument processing in repository_test