Commit Briefs

c336f88938 Stefan Sperling

don't store copies of packfile paths in each delta


6358180434 Stefan Sperling

rename zbuf to inflate


788c352e1f Stefan Sperling

store commit timestamps as 'struct tm' in UTC


72eb343178 Stefan Sperling

look up deltas in the correct pack file



a53d2f1379 Stefan Sperling

cache delta data in struct got_delta directly



ef2bccd93f Stefan Sperling

stop opening pack files redundantly to read deltas



224848656b Stefan Sperling

process delta chains in memory if max size is < 32 MB


39ff877fbb Stefan Sperling

expand deltas in memory if result size is < 32MB


32cb896c4b Stefan Sperling

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


5677e194b1 Stefan Sperling

rename got_zb_priv.h to got_zbuf_priv.h



bdd2fbb322 Stefan Sperling

read delta data from the right offset