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()


properly flush imsg in send_commit_logmsg()


fix error check in got_privsep_recv_blob()


make object caching actually work in got-read-pack


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


support commit log messages larger than the maximum imsg size


stop sending deltas in imsg; cache deltas in got-read-pack


read packed blobs with privsep