summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/proxy.h
Commit message (Collapse)AuthorAgeFilesLines
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-1/+1
|
* Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-021-0/+16
When doing Acquire::http{,s}::Proxy-Auto-Detect, run the auto-detect command for each host instead of only once. This should make using "proxy" from libproxy-tools feasible which can then be used for PAC style or other proxy configurations. Closes: #759264