Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-27 | allow fetcher setup without directory creation | David Kalnischkies | |
apt-get download and changelog as well as apt-helper reuse the acquire system for their own proposes without requiring the directories the fetcher wants to create, which is a problem if you run them as non-root and the directories do not exist as it greets you with: E: Archives directory /var/cache/apt/archives/partial is missing. - Acquire (13: Permission denied) Closes: 762898 | |||
2014-09-02 | Make Proxy-Auto-Detect check for each host | Michael Vogt | |
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 | |||
2014-03-14 | fix test/integration/test-apt-helper | Michael Vogt | |
2014-03-12 | add hashsum support in apt-file download and add more tests | Michael Vogt | |