summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/proxy.cc
Commit message (Collapse)AuthorAgeFilesLines
* Allow override of Proxy-Auto-Detect by the users configurationMichael Vogt2014-09-121-0/+4
| | | | | | | Only run the Proxy-Auto-Detect code if there is not already a host specific configuration. Closes: 759264
* Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-021-0/+82
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