Commit Briefs



05e1230b0e Stefan Sperling

rename got_commit_object_mini to got_mini_commit_object


e32baab7e1 Stefan Sperling

add an object cache for mini commits


eb46335738 Stefan Sperling

reduce pack cache size; avoids opening more than 128 fds


6bef87be90 Stefan Sperling

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


876c234bd6 Stefan Sperling

start reading pack files with privsep; still WIP


1510f46981 Stefan Sperling

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


3516b818d9 Stefan Sperling

init ibuf only once for the lifetime of a privsep child


ad242220ad Stefan Sperling

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


eb77ee116a Stefan Sperling

add an object id cache which backs the object cache


0a554478f1 Stefan Sperling

reduce object cache sizes


4307e57760 Stefan Sperling

size object caches independently of each other


1943de0147 Stefan Sperling

add a commit cache as well


a9bf0c2c43 Stefan Sperling

no need to manually count elements of a set