summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)AuthorFilesLines
2019-02-05Add a Packages-Require-Authorization Release file fieldJulian Andres Klode1-0/+4
2018-08-20clear alternative URIs for mirror:// between steps (CVE-2018-0501)David Kalnischkies1-20/+23
2018-02-19Merge branch 'pu/not-valid-before' into 'master'Julian Andres Klode1-0/+19
2018-02-19Check that Date of Release file is not in the futureJulian Andres Klode1-0/+19
2018-02-19ensure correct file permissions for auxfilesDavid Kalnischkies1-1/+3
2018-01-19allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies1-1/+1
2018-01-17Introduce inrelease-path option for sources.listJulian Andres Klode1-4/+21
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies1-0/+119
2017-12-14remove pointless APT_PURE from void functionsDavid Kalnischkies1-1/+1
2017-12-13implement fallback to alternative URIs for all itemsDavid Kalnischkies1-152/+156
2017-12-13give the methods more metadata about the files to acquireDavid Kalnischkies1-3/+37
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies1-40/+26
2017-12-13deprecate the single-line deprecation ignoring macroDavid Kalnischkies1-1/+3
2017-12-13if insecure repo is allowed continue on all http errorsDavid Kalnischkies1-5/+14
2017-10-28use store: instead of gzip: to open local changelogsDavid Kalnischkies1-2/+2
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode1-9/+9
2017-07-26don't move failed pdiff indexes out of partialDavid Kalnischkies1-4/+1
2017-07-26don't try to rename failed pdiff patches twiceDavid Kalnischkies1-2/+0
2017-07-17Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode1-1/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-16/+16
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-07-07don't expect more downloads from failed transactionsDavid Kalnischkies1-0/+2
2017-06-28allow frontends to override releaseinfo change behaviourDavid Kalnischkies1-28/+33
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies1-0/+11
2017-06-28error in update on Release information changesDavid Kalnischkies1-5/+55
2017-06-26fail InRelease on non-404 HTTP errorcodesDavid Kalnischkies1-1/+5
2017-06-26show .diff/Index properly as ignored if we fallbackDavid Kalnischkies1-95/+75
2017-06-26warn if an expected file can't be acquiredDavid Kalnischkies1-3/+14
2017-06-22Minor grammar fixM. Willis Monroe1-1/+1
2017-03-13Fix mistake in CHANGEPATH comment exampleJulian Andres Klode1-1/+1
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-2/+2
2016-11-25get pdiff files from the same mirror as the indexDavid Kalnischkies1-14/+38
2016-11-11show distribution mismatch for changed codenamesDavid Kalnischkies1-0/+8
2016-11-11don't warn if untransformed distribution matchesDavid Kalnischkies1-37/+8
2016-11-09rename Checksum-FileSize to Filesize in hashsum mismatchDavid Kalnischkies1-14/+17
2016-11-02keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies1-3/+9
2016-09-02acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode1-0/+22
2016-08-29randomize acquire order for same type index filesDavid Kalnischkies1-0/+18
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode1-4/+5
2016-08-26Make root group configurable via ROOT_GROUPJulian Andres Klode1-1/+1
2016-08-26changelog: Respect Dir setting for local changelog gettingJulian Andres Klode1-1/+2
2016-08-26Make directory paths configurableJulian Andres Klode1-1/+1
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode1-1/+1
2016-08-24do fail on weakhash/loop earlier in acquireDavid Kalnischkies1-2/+1
2016-08-17support compression and by-hash for .diff/Index filesDavid Kalnischkies1-41/+47
2016-08-17support getting only-uncompressed files via by-hashDavid Kalnischkies1-0/+2
2016-08-17set the correct item FileSize in by-hash caseDavid Kalnischkies1-4/+3
2016-08-17retry without same redirection mirror on 404 errorsDavid Kalnischkies1-1/+21
2016-08-17check internal redirections for loops, tooDavid Kalnischkies1-0/+3
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies1-19/+50