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