Commits
- Commit:
9b21d88f61e513f669fbf1baca728bc2b5da0e00
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove obsolete sentence from got_dial_parse_uri() docs
- Commit:
76b9ee435825630581cb65df420932485607cba5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention where the 'proto' parameter of got_dial_apply_unveil() comes from
- Commit:
cbf435dd90e6ea8b6c6fc7ff277d5fdf823392b6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix documentation of got_dial_apply_unveil()
- Commit:
a5a30f304a64121a362088f45d838ac81a49ee37
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document functions declared in the public got_dial.h header file
- Commit:
5e5da8c4bcc83f7737a115b8da52fc3935fe3a6b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
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.
- Commit:
d65a88a2f0db40d2c2ac34ee34e8aff8ac629d52
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move duplicated dial_ssh() and dial_git() functions into a common file
These functions are used by 'got send' and 'got fetch' in order to
open network connections to a server. Move them into new file lib/dial.c
and declare relevant functions in got_dial.h and lib/got_lib_dial.h.
No functional change.