Commits


CHANGES for 0.58


sync dist file list


fix a null-pointer deref in 'got fetch -d'; reported by Omar Polo


fix name of temporary directory used by test_fetch_delete_remote_refs


remove obsolete sentence from got_dial_parse_uri() docs


add missing <sys/types.h> include


make 'gotadmin info' display separate send/fetch URLs if they differ


mention where the 'proto' parameter of got_dial_apply_unveil() comes from


fix documentation of got_dial_apply_unveil()


document functions declared in the public got_dial.h header file


remove declaration of got_fetch_parse_uri()


fix regress/fetch build; broken by my renaming of got_fetch_parse_uri()


assert against accidentally overflowing argv[] in got_dial_ssh() ok stsp


rename got_fetch_parse_uri() to got_dial_parse_uri() This function is now being used by both 'got fetch' and 'got send' so its former name was misleading.


de-duplicate a constant used by both 'got fetch' and 'got send' Both GOT_FETCH_PKTMAX and GOT_SEND_PKTMAX had the same value. Declare this value as GOT_PKT_MAX in got_lib_pkt.h instead.