summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.cc
AgeCommit message (Expand)Author
2020-12-18Keep URIs encoded in the acquire systemDavid Kalnischkies
2020-06-06Do not hardcode (wrong) group and mode in setup warningDavid Kalnischkies
2020-05-27Fix small memory leak in MethodConfigDavid Kalnischkies
2020-02-26Merge pkgAcquire::RunFdsSane back into RunFdsJulian Andres Klode
2020-01-08acquire: Move queue startup after calling log's Start()Julian Andres Klode
2019-11-26Fix some style warnings from cppcheckDavid Kalnischkies
2019-08-15Fix segfault in pkgAcquire::Enqueue() with Acquire::Queue-Mode=accessJulian Andres Klode
2019-07-08Distribute host-less work based on backlog of the queuesDavid Kalnischkies
2019-04-30apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode
2019-04-30acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItemJulian Andres Klode
2019-04-16Don't limit cpu-limited queues to at most 10David Kalnischkies
2019-02-26acquire: Remove deprecated pkgAcquire::Setup() functionJulian Andres Klode
2019-02-26acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode
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