6 years ago 876c234bd6 Stefan Sperling
start reading pack files with privsep; still WIP
6 years ago 1510f46981 Stefan Sperling
move pack caching code from pack.c to repository.c
6 years ago 3516b818d9 Stefan Sperling
init ibuf only once for the lifetime of a privsep child
6 years ago ad242220ad Stefan Sperling
implement fork+exec (and by the way, fix the build...)
6 years ago 04ca23f459 Stefan Sperling
allow filtering history by paths in 'got log'
6 years ago 85f51bbadd Stefan Sperling
scan upwards for git repositories
6 years ago ccfe88e6ed Stefan Sperling
provide a compile-time toggle for object caching
6 years ago 6358180434 Stefan Sperling
rename zbuf to inflate
6 years ago eb77ee116a Stefan Sperling
add an object id cache which backs the object cache
6 years ago 60f2eee18f Stefan Sperling
undo previous; too much mixup in one data structure
6 years ago d54f52f450 Stefan Sperling
store recently accessed objects at front of cache lists
7 years ago cd71782194 Stefan Sperling
add some disabled refcount debug code
7 years ago 4307e57760 Stefan Sperling
size object caches independently of each other
7 years ago 1943de0147 Stefan Sperling
add a commit cache as well
7 years ago a9bf0c2c43 Stefan Sperling
no need to manually count elements of a set
7 years ago f6be5c308a Stefan Sperling
add a tree object cache to struct got_repository
7 years ago 54f20211c5 Stefan Sperling
introduce struct got_object_cache
7 years ago 50bc349d77 Stefan Sperling
implement repository object cache via object_idset
7 years ago 2d5e8ac71a Stefan Sperling
remove debug output
7 years ago 7bb0daa102 Stefan Sperling
add a very simple object cache
7 years ago 442a3ddc59 Stefan Sperling
try to infer repository path from work tree
7 years ago 5261c20130 Stefan Sperling
rename 'refs' to 'reference'
7 years ago 0a585a0d64 Stefan Sperling
remove GOT_ERR_NO_MEM, we can just use errno in those cases
7 years ago 718b3ab0e3 Stefan Sperling
rename the library-internal headers again to a common prefix
7 years ago f7e127f30c Stefan Sperling
move delta cache into struct got_pack