Commit Briefs

9b6578d818 Stefan Sperling

make regress build again


9e672c7443 Stefan Sperling

implement got_ref_write()


6353ad76e4 Stefan Sperling

make 'got update' merge file edits


25a58941e2 Stefan Sperling

remove the pathset abstraction again; replaced by RB tree



f054b67ad0 Stefan Sperling

remove object_idcache; use object_idset instead


6bef87be90 Stefan Sperling

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


079b2f6564 Stefan Sperling

add a Makefile hierarchy which builds the whole show


ad242220ad Stefan Sperling

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


a440fac05e Stefan Sperling

move object parsing code into a separate file


ccfe88e6ed Stefan Sperling

provide a compile-time toggle for object caching


6358180434 Stefan Sperling

rename zbuf to inflate


fc79a48d6d Stefan Sperling

add a compile time switch to read pack index with read(2)


eb77ee116a Stefan Sperling

add an object id cache which backs the object cache


50bc349d77 Stefan Sperling

implement repository object cache via object_idset


511a516b74 Stefan Sperling

move got_opentmp* functions to public API; used from tog


2178c42edf Stefan Sperling

read object headers with privsep


5261c20130 Stefan Sperling

rename 'refs' to 'reference'


22eb897338 Stefan Sperling

restore DEBUG build


25783624d6 Stefan Sperling

use stricter CPPFLAGS from mpi


c48c4a9c3b Stefan Sperling

implement fileindex entry open/close


a76a38d94e Stefan Sperling

rename zb.c to zbuf.c


86c3caaf12 Stefan Sperling

add worktree skeleton code; implement got_worktree_init()