Commits


parse tree entries into an array instead of a pathlist Avoids some extra malloc/free in a performance-critical path. ok op@


wrap overlong lines


verify object ID checksums while loose objects are being accessed


add copyright year for files already touched in 2020


rename to parsed_tree_entries_free for clarity (don't use with got_tree_object)


plug a memory leak; parsed tree entries were not freed


convert tree entries from SIMPLEQ to an array


reduce the amount of memcpy() and strdup() while parsing tree entries


more progress on generating new tree entries


make all the read_privsep functions local to object.c


eliminate got_object_open() round-trip when opening blobs


eliminate got_object_open() round-trip when opening tags


eliminate got_object_open() round-trip when opening trees


make all the _packed_read_privsep() functions local to object.c


eliminate got_object_open() round-trip when opening commits


more support for tag objects; new code is not yet reachable


improve handling of struct got_object_qid allocations


back out mini-commits; no significant performance difference


make got-read-pack pre-seed the main process mini commit cache


rename got_commit_object_mini to got_mini_commit_object


add a mini-commit object for use by commit graph


fix "rpath" pledge violation in got-read-pack


read packed blobs with privsep


read packed trees with privsep


read packed commits with privsep