Commit Briefs

2673a8da9c Stefan Sperling

whitespace


298a4a4bd4 Stefan Sperling

avoid unnecessary strlen() call in find_entry_by_name()





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