summaryrefslogtreecommitdiff
path: root/include/git2/sys/remote.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply suggestions from code reviewlhchavez2022-06-111-0/+2
| | | Co-authored-by: Edward Thomson <ethomson@github.com>
* transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-161-0/+13
| | | | | | | | | | | 6fc6eeb66c40310086c8f059cae41de69ad4c6da removed `git_transport_smart_proxy_option`, and there was nothing added to replace it. That made it hard for custom transports / smart subtransports to know what remote connect options to use (e.g. proxy options). This change introduces `git_transport_smart_remote_connect_options` to replace it.
* transport: transports can indicate support for fetch by oidEdward Thomson2022-02-061-0/+31
|
* Remove unused 'sys/remote.h' headerethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
|
* proxy: add a payload field for the proxy optionsCarlos Martín Nieto2016-04-191-0/+16
I don't quite recall what we do in the other places where we use this, but we should pass this payload to the callbacks.