Commits


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


read packed trees with privsep


read packed commits with privsep


send deltas when requesting packed object extraction


start reading pack files with privsep; still WIP


implement fork+exec (and by the way, fix the build...)


move object parsing code into a separate file


rename zbuf to inflate


make struct got_tree_object opaque


store commit timestamps as 'struct tm' in UTC


rename got_parent_id to got_object_qid; better generic name


show timezone offset in 'got log'


make commit timestamps work across privsep


verify size of blob received from privsep child


read blobs through privsep


give some privsep functions shorter names