Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow override of Proxy-Auto-Detect by the users configuration | Michael Vogt | 2014-09-12 | 1 | -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 host | Michael Vogt | 2014-09-02 | 1 | -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 |