Commits


implement delta combiner and a small test suite for it


Move zlib wrapper/buffering code into a separate file.


Some memory failure checks were missing.


in repository_test.c, make 'verbose' a static variable


make repository test less verbose by default


ensure we don't call closedir(NULL) in search_packidx()


make the read_log() tests fail if some objects cannot be read


make tests print 'ok' if they pass


Get rid of xmalloc.{c,h}. malloc(3) & pread(3) errors will now be reported as GOT_ERR_NO_MEM. This does not improve the numbers of leaks in diffreg.c


add a skeleton for a delta test (empty)


document the delta stream data format


rename delta dumping helper function and tweak its parameter list


prepare application of deltas


rename helper function open_object() to fopen_object()


add a helper function for opening a pack file