summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.cc
Commit message (Expand)AuthorAgeFilesLines
* Keep URIs encoded in the acquire systemDavid Kalnischkies2020-12-181-6/+40
* Do not hardcode (wrong) group and mode in setup warningDavid Kalnischkies2020-06-061-3/+3
* Fix small memory leak in MethodConfigDavid Kalnischkies2020-05-271-1/+1
* Merge pkgAcquire::RunFdsSane back into RunFdsJulian Andres Klode2020-02-261-9/+3
* acquire: Move queue startup after calling log's Start()Julian Andres Klode2020-01-081-4/+4
* Fix some style warnings from cppcheckDavid Kalnischkies2019-11-261-2/+0
* Fix segfault in pkgAcquire::Enqueue() with Acquire::Queue-Mode=accessJulian Andres Klode2019-08-151-4/+6
* Distribute host-less work based on backlog of the queuesDavid Kalnischkies2019-07-081-44/+66
* apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode2019-04-301-1/+1
* acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItemJulian Andres Klode2019-04-301-3/+3
* Don't limit cpu-limited queues to at most 10David Kalnischkies2019-04-161-5/+7
* acquire: Remove deprecated pkgAcquire::Setup() functionJulian Andres Klode2019-02-261-19/+0
* acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode2019-02-261-9/+2
* Fix calculation of elapsed usec in downloadsJulian Andres Klode2018-09-241-2/+2
* Use a steady clock source for progress reportingDavid Kalnischkies2018-05-281-27/+35
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* ensure correct file permissions for auxfilesDavid Kalnischkies2018-02-191-0/+2
* allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies2018-01-191-17/+35
* simplify translating "lists directory missing" msgDavid Kalnischkies2018-01-041-6/+6
* require methods to request AuxRequest capability at startupDavid Kalnischkies2018-01-031-5/+18
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-031-15/+25
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-141-3/+3
* deal with floats without old-style castDavid Kalnischkies2017-12-131-6/+7
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-3/+3
* don't hang if multiple sources use unavailable methodDavid Kalnischkies2017-08-041-3/+6
* allow the auth.conf to be root:root ownedDavid Kalnischkies2017-07-261-15/+0
* send weak-only hashes to methodsDavid Kalnischkies2017-07-261-15/+8
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-13/+13
* allow frontends to override releaseinfo change behaviourDavid Kalnischkies2017-06-281-1/+30
* Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2017-06-261-32/+24
* Only merge acquire items with the same meta keyJulian Andres Klode2017-01-281-1/+17
* remove 'old' FAILED files in the next acquire callDavid Kalnischkies2017-01-191-0/+6
* reword "Can't drop priv" warning messageDavid Kalnischkies2016-12-161-2/+2
* get pdiff files from the same mirror as the indexDavid Kalnischkies2016-11-251-1/+1
* acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode2016-09-021-4/+32
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-271-3/+3
|\
| * Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-261-2/+2
| * Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode2016-08-261-1/+1
* | improve code & doc for aquire weak/loop failingDavid Kalnischkies2016-08-241-6/+6
* | do fail on weakhash/loop earlier in acquireDavid Kalnischkies2016-08-241-3/+56
|/
* prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies2016-08-231-2/+5
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-7/+3
* fix and document on the fly compressor configDavid Kalnischkies2016-05-271-1/+1
* delay progress until Release files are downloadedDavid Kalnischkies2016-05-071-8/+5
* make random acquire queues work less randomDavid Kalnischkies2016-04-251-8/+22
* Get accurate progress reporting in apt update againMichael Vogt2016-03-161-13/+18
* always download changelogs into /tmp firstDavid Kalnischkies2016-02-111-1/+1
* revert file-hash based action-merging in acquireDavid Kalnischkies2016-01-151-2/+1
* acquire: Allow parallelizing methods without hostsJulian Andres Klode2016-01-071-2/+22
* Use 0llu instead of 0ull in one place tooJulian Andres Klode2015-12-071-1/+1