Commit Briefs

1ff2107184 Stefan Sperling

remove got_ prefix from static functions in got-fetch-pack


f78e04730e Stefan Sperling

add missing \n in debug output


3350156242 Stefan Sperling

prepare for providing refs we already have in fetch request imsg

currently we always send and expect an empty list


14778466f9 Stefan Sperling

realloc(p, nmemb * size) -> reallocarray(p, nmemb, size)


0f06079ff7 Stefan Sperling

add a TODO comment


a468349c51 Stefan Sperling

re-enable fetching of offset deltas in got-fetch-pack


acd244626b Stefan Sperling

add a TODO comment


06c788f93b Stefan Sperling

remove got_make_pack_dir() which is unused


cf87557419 Stefan Sperling

knf


4b20c923ed Stefan Sperling

remove strip() stub function that does nothing




2793759294 Stefan Sperling

add more missing \n in fprintfs from got-index-pack


fd86ad6ebc Stefan Sperling

pass SEEK_SET instead of zero for fseek() whence parameter


57138e056c Stefan Sperling

add missing \n in error print


a98e36f8aa Stefan Sperling

fix inverted error check in readodelta()


4a89c7905d Stefan Sperling

remove unneeded include


629bd8f306 Stefan Sperling

fix fetch_test build


a78567c6d6 Stefan Sperling

document fetch API functions


ceee4c0f4a Stefan Sperling

remove unused arguments from got_fetch_pack()


07e52fce86 Stefan Sperling

rename got_fetch() to got_fetch_pack()