Commit Briefs



Stefan Sperling

start caching file handles to packfiles



Stefan Sperling

rename a function for clarity




Stefan Sperling

remove a useless and leaky allocation







Stefan Sperling

use stricter CPPFLAGS from mpi



Stefan Sperling

rename got_zb_priv.h to got_zbuf_priv.h


Stefan Sperling

unwrap short line




Stefan Sperling

We don't use a delta combiner, we use delta application.

A "delta combiner" (as used in SVN) combines deltas and applies the combined delta to the base. We don't do this yet; we apply deltas one by one.




Stefan Sperling

read delta data from the right offset