]> git.saurik.com Git - apt.git/commit - cmdline/apt-helper.cc
implement and document DIRECT for auto-detect-proxy
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 20 Jun 2016 11:49:31 +0000 (13:49 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 20 Jun 2016 11:49:31 +0000 (13:49 +0200)
commit9515ed7bcdb32c7985ca83d309beda7155d02136
treeb511a7fdc1f8ebd1efade89b5c362111c62d77ad
parentcad1877559f3e1703c3fea4d081978e1b4bb4a0e
implement and document DIRECT for auto-detect-proxy

There is a subtile difference between an empty setting and "DIRECT" in
the configuration as the later overrides the generic settings while the
earlier does not. Also, non-zero exitcodes should really be reported as
an error rather than silently discarded.
apt-pkg/contrib/proxy.cc
cmdline/apt-helper.cc
doc/apt.conf.5.xml
test/integration/test-apt-helper