summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid overflow when summing up file sizesJulian Andres Klode2015-12-071-3/+3
* Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()Michael Vogt2015-11-271-0/+4
* Deal with killed acquire methods properly instead of hangingMichael Vogt2015-11-271-5/+16
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-191-0/+1
* do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies2015-11-191-29/+84
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-4/+4
* use std-algorithms instead of manual loops to avoid overflow warningDavid Kalnischkies2015-09-141-19/+24
* fix 'Dead assignment' by dropping unneeded booleanDavid Kalnischkies2015-09-141-3/+1