Commits


use unveil(2) in 'got checkout'


wrap overlong line


drop dead code from got_privsep_send_obj_req()


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


eliminate got_object_open() round-trip when opening commits


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


handle error imsg directly in got_privsep_recv_imsg()


wrap overlong line


fix imsg_compose() error check in got_privsep_send_error()


avoid unnecessary memcpy in got_privsep_send_commit()


avoid unnecessary memcpy in got_privsep_send_tree()


no need to zero tree during allocation in got_privsep_recv_tree()


kill more unnecessary memcpy in privsep.c


avoid unnecessary memcpy in got_privsep_recv_tree()


improve handling of struct got_object_qid allocations


avoid a call to mktime() in commit graph's add_node()


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 imsg limit calculation in got_privsep_send_tree()


avoid unnecessary imsg flushing in got_privsep_send_tree()


avoid unnecessary imsg_flush() in got_privsep_send_commit()