Commit Briefs



e8eb494afa Stefan Sperling

check caches first in got_object_open_as_{tree,commit}()


59790a3251 Stefan Sperling

search pack index before doing a stat for loose objects



a31cea734b Stefan Sperling

fix leaked trees in got_object_tree_path_changed()


f970fa8a98 Stefan Sperling

fix filtering for directory paths in 'got log'





2ff12563f8 Stefan Sperling

fix 'make PROFILE=1' build


3840f4c96d Stefan Sperling

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


6bef87be90 Stefan Sperling

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


55da3778cb Stefan Sperling

read packed blobs with privsep


e78854052d Stefan Sperling

read packed trees with privsep


cfd633c2f1 Stefan Sperling

read packed commits with privsep


876c234bd6 Stefan Sperling

start reading pack files with privsep; still WIP





ad242220ad Stefan Sperling

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


03fa71c876 Stefan Sperling

move some more functions from object.c to object_parse.c


a440fac05e Stefan Sperling

move object parsing code into a separate file


11cdebc1fb Stefan Sperling

remove unused argument from read_commit_object_privsep()


cd31e9115f Stefan Sperling

fix a leak and use recallocarray in read_object_header()