summaryrefslogtreecommitdiff
path: root/apt-private/private-download.cc
AgeCommit message (Expand)AuthorFilesLines
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies1-1/+2
2017-07-27Always warn if --force-yes is validly specified, not just if usedJulian Andres Klode1-1/+0
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-8/+8
2017-06-26clean archives without changing directoryDavid Kalnischkies1-3/+3
2017-01-19don't lock dpkg in 'apt-get clean'David Kalnischkies1-1/+1
2016-08-26CMake/private-download: Fix statfs includes on FreeBSDJulian Andres Klode1-0/+7
2016-08-04apt-private: #ifdef HAVE_STRUCT_STATFS_F_TYPE, not #ifJulian Andres Klode1-1/+1
2016-05-16show globalerrors before asking for confirmationDavid Kalnischkies1-2/+1
2016-04-25drop empty line from fetch errorDavid Kalnischkies1-1/+1
2016-02-11use local changelog from /usr/share/doc if possibleDavid Kalnischkies1-0/+2
2015-12-23ensure we got a lock in clean operationDavid Kalnischkies1-4/+4
2015-12-14non-existing directories don't need to be cleanedDavid Kalnischkies1-8/+18
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies1-0/+2
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-1/+1
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies1-1/+202
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies1-2/+9
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies1-49/+0
2015-08-14Replace --force-yes by various options starting with --allowJulian Andres Klode1-2/+4
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies1-5/+8
2014-10-23chown finished partial files earlierDavid Kalnischkies1-2/+9
2014-10-15check for available space, excluding root reserved blocksDavid Kalnischkies1-0/+39
2014-10-15don't drop privileges if _apt has not enough rightsDavid Kalnischkies1-1/+49
2014-06-02Show unauthenticated warning for source packages as wellMichael Vogt1-0/+5
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-4/+2
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-0/+1
2013-10-03put fetch errors in 'source' on our errorstackDavid Kalnischkies1-0/+96