summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-9/+9
* don't move failed pdiff indexes out of partialDavid Kalnischkies2017-07-261-4/+1
* don't try to rename failed pdiff patches twiceDavid Kalnischkies2017-07-261-2/+0
* Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode2017-07-171-1/+1
|\
| * Minor grammar fixM. Willis Monroe2017-06-221-1/+1
* | Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-16/+16
* | Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* | don't expect more downloads from failed transactionsDavid Kalnischkies2017-07-071-0/+2
* | allow frontends to override releaseinfo change behaviourDavid Kalnischkies2017-06-281-28/+33
* | show a Release-Notes URI if infos were changedDavid Kalnischkies2017-06-281-0/+11
* | error in update on Release information changesDavid Kalnischkies2017-06-281-5/+55
* | fail InRelease on non-404 HTTP errorcodesDavid Kalnischkies2017-06-261-1/+5
* | show .diff/Index properly as ignored if we fallbackDavid Kalnischkies2017-06-261-95/+75
* | warn if an expected file can't be acquiredDavid Kalnischkies2017-06-261-3/+14
|/
* Fix mistake in CHANGEPATH comment exampleJulian Andres Klode2017-03-131-1/+1
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* get pdiff files from the same mirror as the indexDavid Kalnischkies2016-11-251-14/+38
* show distribution mismatch for changed codenamesDavid Kalnischkies2016-11-111-0/+8
* don't warn if untransformed distribution matchesDavid Kalnischkies2016-11-111-37/+8
* rename Checksum-FileSize to Filesize in hashsum mismatchDavid Kalnischkies2016-11-091-14/+17
* keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies2016-11-021-3/+9
* acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode2016-09-021-0/+22
* randomize acquire order for same type index filesDavid Kalnischkies2016-08-291-0/+18
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-271-4/+5
|\
| * Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-261-1/+1
| * changelog: Respect Dir setting for local changelog gettingJulian Andres Klode2016-08-261-1/+2
| * Make directory paths configurableJulian Andres Klode2016-08-261-1/+1
| * Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode2016-08-261-1/+1
* | do fail on weakhash/loop earlier in acquireDavid Kalnischkies2016-08-241-2/+1
|/
* support compression and by-hash for .diff/Index filesDavid Kalnischkies2016-08-171-41/+47
* support getting only-uncompressed files via by-hashDavid Kalnischkies2016-08-171-0/+2
* set the correct item FileSize in by-hash caseDavid Kalnischkies2016-08-171-4/+3
* retry without same redirection mirror on 404 errorsDavid Kalnischkies2016-08-171-1/+21
* check internal redirections for loops, tooDavid Kalnischkies2016-08-171-0/+3
* detect redirection loops in acquire instead of workersDavid Kalnischkies2016-08-101-19/+50
* prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies2016-07-301-1/+1
* rred: truncate result file before writing to itDavid Kalnischkies2016-07-271-13/+17
* verify hash of input file in rredDavid Kalnischkies2016-07-261-3/+6
* allow arch=all to override No-Support-for-Architecture-allDavid Kalnischkies2016-07-221-2/+1
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-021-4/+4
* imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies2016-06-271-0/+5
* add insecure (and weak) allow-options for sources.listDavid Kalnischkies2016-06-221-9/+43
* add [weak] tag to hash errors to indicate insufficiencyDavid Kalnischkies2016-06-221-2/+13
* better error message for insufficient hashsumsDavid Kalnischkies2016-06-221-1/+7
* generalize secure->insecure downgrade protectionDavid Kalnischkies2016-06-221-49/+59
* handle weak-security repositories as unauthenticatedDavid Kalnischkies2016-06-221-17/+50
* fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies2016-05-241-3/+3
* implement Fallback-Of for IndexTargetsDavid Kalnischkies2016-05-081-1/+13
* don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies2016-05-071-44/+38
* delay progress until Release files are downloadedDavid Kalnischkies2016-05-071-12/+11