summaryrefslogtreecommitdiff
path: root/cmdline/apt-helper.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-20implement and document DIRECT for auto-detect-proxyDavid Kalnischkies1-1/+2
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies1-2/+0
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-1/+1
2016-01-08support '-' and no parameter for stdin in apt-helper cat-fileDavid Kalnischkies1-3/+17
2016-01-07apt-helper: cat-file: Add -C/--compress optionJulian Andres Klode1-2/+31
2015-12-28apt-helper: Use CopyFile() for concatenating the filesJulian Andres Klode1-10/+2
2015-12-26apt-helper: Check that we can open stdoutJulian Andres Klode1-1/+2
2015-12-26apt-helper: Add a cat-file command for concatening filesJulian Andres Klode1-0/+33
2015-12-06apt-helper.cc: include <stdlib.h> for atoiFredrik Fornwall1-0/+2
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies1-2/+2
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies1-1/+1
2015-11-21review of new/changed translatable program stringsJustin B Rye1-1/+1
2015-11-04revamp all tools help messagesDavid Kalnischkies1-9/+6
2015-11-04deal with --version more centrallyDavid Kalnischkies1-15/+2
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies1-2/+2
2015-11-04generate commands array after config is loadedDavid Kalnischkies1-15/+16
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies1-3/+1
2015-11-04deduplicate main methodsDavid Kalnischkies1-18/+5
2015-11-04split up help messages for simpler reuseDavid Kalnischkies1-15/+21
2015-09-14various changes to increase test-coverageDavid Kalnischkies1-3/+3
2015-09-01use clock() as source for SRV randomnessDavid Kalnischkies1-14/+16
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies1-3/+0
2015-08-18cleanupMichael Vogt1-3/+6
2015-08-18Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt1-34/+46
2015-04-10add a simple unit test for acquire progressDavid Kalnischkies1-1/+1
2015-03-16stop displaying time of build in online helpJérémy Bobbio1-2/+1
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies1-10/+21
2014-11-09streamline display of --help in all toolsDavid Kalnischkies1-19/+2
2014-10-15don't drop privileges if _apt has not enough rightsDavid Kalnischkies1-1/+4
2014-10-07ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies1-4/+2
2014-09-27allow fetcher setup without directory creationDavid Kalnischkies1-1/+2
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt1-0/+16
2014-06-06cmdline/apt-helper.cc: use less generic description/short-descriptionMichael Vogt1-1/+2
2014-05-20add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}Michael Vogt1-0/+25
2014-03-14fix test/integration/test-apt-helperMichael Vogt1-30/+16
2014-03-13improve debug output in case downloadfile failsDavid Kalnischkies1-8/+7
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-8/+4
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-2/+2
2014-03-12Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-...Michael Vogt1-1/+2
2014-03-12add hashsum support in apt-file download and add more testsMichael Vogt1-0/+11
2014-02-27initial version of apt-helperMichael Vogt1-0/+127
2014-02-27initial version of apt-helperMichael Vogt1-0/+127