summaryrefslogtreecommitdiff
path: root/apt-private/private-download.cc
Commit message (Expand)AuthorAgeFilesLines
* clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode2019-02-261-1/+1
* Print useful error on "apt changelog" without argumentsJulian Andres Klode2018-11-211-1/+1
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-031-1/+2
* Always warn if --force-yes is validly specified, not just if usedJulian Andres Klode2017-07-271-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-8/+8
* clean archives without changing directoryDavid Kalnischkies2017-06-261-3/+3
* don't lock dpkg in 'apt-get clean'David Kalnischkies2017-01-191-1/+1
* CMake/private-download: Fix statfs includes on FreeBSDJulian Andres Klode2016-08-261-0/+7
* apt-private: #ifdef HAVE_STRUCT_STATFS_F_TYPE, not #ifJulian Andres Klode2016-08-041-1/+1
* show globalerrors before asking for confirmationDavid Kalnischkies2016-05-161-2/+1
* drop empty line from fetch errorDavid Kalnischkies2016-04-251-1/+1
* use local changelog from /usr/share/doc if possibleDavid Kalnischkies2016-02-111-0/+2
* ensure we got a lock in clean operationDavid Kalnischkies2015-12-231-4/+4
* non-existing directories don't need to be cleanedDavid Kalnischkies2015-12-141-8/+18
* drop privileges in copy:// method as we do for file://David Kalnischkies2015-11-051-0/+2
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-1/+1
* hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies2015-11-041-1/+202
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-041-2/+9
* if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2015-08-311-49/+0
* Replace --force-yes by various options starting with --allowJulian Andres Klode2015-08-141-2/+4
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-5/+8
* chown finished partial files earlierDavid Kalnischkies2014-10-231-2/+9
* check for available space, excluding root reserved blocksDavid Kalnischkies2014-10-151-0/+39
* don't drop privileges if _apt has not enough rightsDavid Kalnischkies2014-10-151-1/+49
* Show unauthenticated warning for source packages as wellMichael Vogt2014-06-021-0/+5
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+2
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-0/+1
* put fetch errors in 'source' on our errorstackDavid Kalnischkies2013-10-031-0/+96