Commits


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


reduce pack cache size; avoids opening more than 128 fds


initialize privsep child pointer in got_repo_cache_pack()


support commit log messages larger than the maximum imsg size


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


plug a tree object leak in worktree.c


move object cache out of repository.c to its own file


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


remove unused includes from pack.c


make got_packfile_extract_object_to_mem() accept pack instead of repo


make got_packfile_extract_object() accept a pack instead of a repo