summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.cc
AgeCommit message (Expand)Author
2019-12-26APT 1.7.0-sileoCoolStar
2018-09-24Fix calculation of elapsed usec in downloadsJulian Andres Klode
2018-05-28Use a steady clock source for progress reportingDavid Kalnischkies
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2018-02-19ensure correct file permissions for auxfilesDavid Kalnischkies
2018-01-19allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies
2018-01-04simplify translating "lists directory missing" msgDavid Kalnischkies
2018-01-03require methods to request AuxRequest capability at startupDavid Kalnischkies
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies
2017-12-14remove pointless APT_PURE from void functionsDavid Kalnischkies
2017-12-13deal with floats without old-style castDavid Kalnischkies
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode
2017-08-04don't hang if multiple sources use unavailable methodDavid Kalnischkies
2017-07-26allow the auth.conf to be root:root ownedDavid Kalnischkies
2017-07-26send weak-only hashes to methodsDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-06-28allow frontends to override releaseinfo change behaviourDavid Kalnischkies
2017-06-26Avoid chdir in acquire clean with unlinkatDavid Kalnischkies
2017-01-28Only merge acquire items with the same meta keyJulian Andres Klode
2017-01-19remove 'old' FAILED files in the next acquire callDavid Kalnischkies
2016-12-16reword "Can't drop priv" warning messageDavid Kalnischkies
2016-11-25get pdiff files from the same mirror as the indexDavid Kalnischkies
2016-09-02acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode
2016-08-26Make root group configurable via ROOT_GROUPJulian Andres Klode
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode
2016-08-24improve code & doc for aquire weak/loop failingDavid Kalnischkies
2016-08-24do fail on weakhash/loop earlier in acquireDavid Kalnischkies
2016-08-23prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies
2016-05-27fix and document on the fly compressor configDavid Kalnischkies
2016-05-07delay progress until Release files are downloadedDavid Kalnischkies
2016-04-25make random acquire queues work less randomDavid Kalnischkies
2016-03-16Get accurate progress reporting in apt update againMichael Vogt
2016-02-11always download changelogs into /tmp firstDavid Kalnischkies
2016-01-15revert file-hash based action-merging in acquireDavid Kalnischkies
2016-01-07acquire: Allow parallelizing methods without hostsJulian Andres Klode
2015-12-07Use 0llu instead of 0ull in one place tooJulian Andres Klode
2015-12-07Avoid overflow when summing up file sizesJulian Andres Klode
2015-11-27Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()Michael Vogt
2015-11-27Deal with killed acquire methods properly instead of hangingMichael Vogt
2015-11-19ignore lost+found in private directory cleanupDavid Kalnischkies
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-09-14use std-algorithms instead of manual loops to avoid overflow warningDavid Kalnischkies
2015-09-14fix 'Dead assignment' by dropping unneeded booleanDavid Kalnischkies
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-09-01improve CheckDropPrivsMustBeDisabled furtherDavid Kalnischkies
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt