Commits


move delta cache into struct got_pack


add struct got_pack; some preparation for mmap, which isn't used yet


revert the pack file handle cache again; needs more thought


start caching file handles to packfiles


add a delta cache; saves us from reading + decompressing some deltas


add support for opening bare repositories


rename library-private headers from *_priv.h to *_lib.h