Commit Briefs

4dc8ee099c Stefan Sperling

improve strtol checking in got-fetch-pack


38c670f14f Stefan Sperling

convert flushpkt to struct got_error


344e474767 Stefan Sperling

convert writepkt to struct got_error


fe53745c68 Stefan Sperling

convert readn and readpkt to struct got_error


2fed35f30b Stefan Sperling

knf


0872c0b07d Stefan Sperling

more reasonable minimum length check in check_pack_hash()


eac2c4cda6 Stefan Sperling

make check_pack_hash() return a struct got_error


01538ce493 Stefan Sperling

add_symref modifies 'capa' so it cannot be const


ffb5f621a9 Stefan Sperling

pledge got-fetch-pack ("stdio recvfd")




4ba321e753 Stefan Sperling

mark some functions static in got-fetch-pack


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