Commit Briefs

81a12da586 Christian Weisgerber

do not rely on <zlib.h> to pull in <unistd.h>

ok stsp


631179de38 Christian Weisgerber

Fix missing block grouping.

ok tracey stsp



dc671e91ec Stefan Sperling

compute pack file's checksum during download and check it in got-fetch-pack

Compared to the previous version committed in 520a0c97 this code should compute the checksum correctly for any amount of pack file data bytes read from the socket at a time.







0bec957e3c Stefan Sperling

close fetchfd when we're done in got-fetch-pack









f1c6967f90 Stefan Sperling

fix chopped display of git-server's progress output


3c912d14ad Stefan Sperling

remove chattygit mode from got-fetch-pack


7848a0e165 Stefan Sperling

implement 'got fetch'




72054488e6 Stefan Sperling

ooops, re-enable offset deltas in got-fetch-pack


f63dc90df1 Stefan Sperling

remove unnecessary & in read_packed_object()


f4d0a1a470 Stefan Sperling

remove header check from got-fetch-pack; not needed