Commit Briefs

Stefan Sperling

CHANGES for 0.58 (tags/0.58)


Stefan Sperling

sync dist file list





Christian Weisgerber

add missing <sys/types.h> include








Christian Weisgerber

assert against accidentally overflowing argv[] in got_dial_ssh()

ok stsp


Stefan Sperling

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.


Stefan Sperling

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.