Commits


reduce pack cache size; avoids opening more than 128 fds


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


start reading pack files with privsep; still WIP


move pack caching code from pack.c to repository.c


init ibuf only once for the lifetime of a privsep child


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


add an object id cache which backs the object cache


reduce object cache sizes


size object caches independently of each other


add a commit cache as well


no need to manually count elements of a set


add a tree object cache to struct got_repository


introduce struct got_object_cache


remove unused field of struct got_objcache_entry


implement repository object cache via object_idset