Commit Briefs

af26366500 Stefan Sperling

check HAVE_MORE flag in got_inflate_to_file()



3606d7fc8e Stefan Sperling

tweak the API which inflates data to a file



c743ac7dd2 Stefan Sperling

remove pointless loops in read_{commit,tree}_object()


90356acc35 Stefan Sperling

Fix missing error check in parse_tree_object().




885d3e0206 Stefan Sperling

implement delta combiner and a small test suite for it


4ca7b755cd Stefan Sperling

Move zlib wrapper/buffering code into a separate file.


1db76ab588 Martin Pieuchot

Some memory failure checks were missing.


145455122b Stefan Sperling

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


82f2fb69bc Stefan Sperling

make repository test less verbose by default


ef715580e9 Stefan Sperling

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