summaryrefslogtreecommitdiff
path: root/tests/remote/httpproxy.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-3/+3
|
* Merge branch 'sathieu/patch-1' into mainEdward Thomson2021-09-201-0/+9
|\
| * httpproxy: move empty string test above configEdward Thomson2021-09-201-4/+9
| | | | | | | | | | The configuration change will override the environment variable, so the environment variable check needs to come first.
| * Add test to ensure empty proxy env behaves like unset envMathieu Parent2021-09-141-0/+4
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com>
* | Update formatting.Laurence McGlashan2021-09-161-3/+3
| |
* | Allow proxy options when connecting with a detached remote.Laurence McGlashan2021-09-161-1/+41
|/
* remote: refactor proxy detectionEdward Thomson2021-09-011-0/+139
Update the proxy detection for a remote. 1. Honor `http.<url>.proxy` syntax for a remote's direct URL and parent URLs. 2. Honor an empty configuration URL to override a proxy configuration. Add tests to ensure that configuration specificity is honored.