Commit Briefs

5d56da8198 Stefan Sperling

happy new copyright year



ac544f8c6f Stefan Sperling

pass smallish blobs directly via imsg buffer


3840f4c96d Stefan Sperling

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


876c234bd6 Stefan Sperling

start reading pack files with privsep; still WIP





1510f46981 Stefan Sperling

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


817c5a18db Stefan Sperling

move packidx header initialization to a separate function


d746408514 Stefan Sperling

read pack files with mmap


0cb74cf467 Stefan Sperling

don't verify pack index SHA1 upon regular access


57b35b7557 Stefan Sperling

access pack index files with mmap()


6fd11751dc Stefan Sperling

turns out on-disk path of pack file may not match its hash

Fixes reading a repo with a pack idx and file dated June 2011, where the filename does not contain the actual packfile SHA1.