summaryrefslogtreecommitdiff
path: root/include/git2/proxy.h
Commit message (Collapse)AuthorAgeFilesLines
* proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-191-10/+5
| | | | | | We leave this up to the scheme in the url field. The type should only tell us about whether we want a proxy and whether we want to auto-detect it.
* proxy: add a payload field for the proxy optionsCarlos Martín Nieto2016-04-191-0/+6
| | | | | 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.
* proxy: introduce a proxy options structCarlos Martín Nieto2016-04-191-0/+91
It is currently unused; it will go into the remote's options.