Commits


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