summaryrefslogtreecommitdiff
path: root/cmdline/apt-helper.cc
Commit message (Expand)AuthorAgeFilesLines
* add apt-helper drop-privs command…David Kalnischkies2018-02-191-0/+17
* don't name unused parameter in apt-helper waitonlineDavid Kalnischkies2017-12-131-1/+1
* apt-daily: Do not Wants=network-online, and add some more After=Julian Andres Klode2017-09-111-0/+1
* apt-helper: Add connman support to wait-onlineJulian Andres Klode2017-09-101-1/+3
* apt-daily: Wait for network before daily updatesJulian Andres Klode2017-09-091-6/+46
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-9/+9
* Add missing includes and external definitionsJulian Andres Klode2016-08-261-0/+1
* implement and document DIRECT for auto-detect-proxyDavid Kalnischkies2016-06-201-1/+2
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-281-2/+0
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-1/+1
* support '-' and no parameter for stdin in apt-helper cat-fileDavid Kalnischkies2016-01-081-3/+17
* apt-helper: cat-file: Add -C/--compress optionJulian Andres Klode2016-01-071-2/+31
* apt-helper: Use CopyFile() for concatenating the filesJulian Andres Klode2015-12-281-10/+2
* apt-helper: Check that we can open stdoutJulian Andres Klode2015-12-261-1/+2
* apt-helper: Add a cat-file command for concatening filesJulian Andres Klode2015-12-261-0/+33
* apt-helper.cc: include <stdlib.h> for atoiFredrik Fornwall2015-12-061-0/+2
* drop some needlessly public declarations in libapt-privateDavid Kalnischkies2015-11-291-2/+2
* use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies2015-11-291-1/+1
* review of new/changed translatable program stringsJustin B Rye2015-11-211-1/+1
* revamp all tools help messagesDavid Kalnischkies2015-11-041-9/+6
* deal with --version more centrallyDavid Kalnischkies2015-11-041-15/+2
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-2/+2
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-15/+16
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-041-3/+1
* deduplicate main methodsDavid Kalnischkies2015-11-041-18/+5
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-15/+21
* various changes to increase test-coverageDavid Kalnischkies2015-09-141-3/+3
* use clock() as source for SRV randomnessDavid Kalnischkies2015-09-011-14/+16
* if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2015-08-311-3/+0
* cleanupMichael Vogt2015-08-181-3/+6
* Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt2015-08-181-34/+46
|\
| * add a simple unit test for acquire progressDavid Kalnischkies2015-04-101-1/+1
| * stop displaying time of build in online helpJérémy Bobbio2015-03-161-2/+1
| * dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-091-10/+21
| * streamline display of --help in all toolsDavid Kalnischkies2014-11-091-19/+2
| * don't drop privileges if _apt has not enough rightsDavid Kalnischkies2014-10-151-1/+4
| * ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies2014-10-071-4/+2
| * allow fetcher setup without directory creationDavid Kalnischkies2014-09-271-1/+2
| * Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-021-0/+16
| * cmdline/apt-helper.cc: use less generic description/short-descriptionMichael Vogt2014-06-061-1/+2
* | add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}Michael Vogt2014-05-201-0/+25
|/
* fix test/integration/test-apt-helperMichael Vogt2014-03-141-30/+16
|\
| * improve debug output in case downloadfile failsDavid Kalnischkies2014-03-131-8/+7
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-8/+4
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
| * warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-2/+2
* | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-...Michael Vogt2014-03-121-1/+2
|\|
| * initial version of apt-helperMichael Vogt2014-02-271-0/+127
* add hashsum support in apt-file download and add more testsMichael Vogt2014-03-121-0/+11
* initial version of apt-helperMichael Vogt2014-02-271-0/+127