Commit Briefs




465971eec9 Stefan Sperling

stop verifying pack file checksum in the main process during clone/fetch

Both got-fetch-pack and got-index-pack now verify the pack file checksum. This means we can avoid reading the entire pack file in the main process just to verify its checksum and avoid a noticable stall between fetching and indexing on slow machines.







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.




810a850e41 Tracey Emery

spacing


4e0a20a47c Tracey Emery

make got tree work on current branch and add tests for this use case

ok stsp


1831ac029c Christian Weisgerber

Subtract the status line from the number of lines to page up/down in the

log view. ok stsp@


2ce013e7b4 Stefan Sperling

bump version number


6909a160dd Stefan Sperling

changes for 0.30 (tags/0.30)


33a81ee4a9 Stefan Sperling

sync distfile list







9c2e8939ca Stefan Sperling

fix test sandbox name of test_rm_directory_keep_files


775ce90932 Stefan Sperling

wrap overlong line in got.c