summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)Author
2019-12-26Revert "Treat SHA1 as Weak rather than untrusted. Add hardcoded exceptions fo...Sam Bingner
2019-12-26APT 1.7.0-sileoCoolStar
2019-12-26Backwards compatibility patches for Cydia reposCoolStar
2019-02-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2019-01-22Communicate back which key(s) were used for signingDavid Kalnischkies
2018-08-20clear alternative URIs for mirror:// between steps (CVE-2018-0501)David Kalnischkies
2018-07-06Use cheaper entropy source for randomizing items to fetchJulian Andres Klode
2018-05-28Don't show acquire warning for "hidden" componentsDavid Kalnischkies
2018-05-11Don't force the same mirror for by-hash URIsDavid Kalnischkies
2018-05-11Handle by-hash URI construction more centrallyDavid Kalnischkies
2018-05-11Drop alternative URIs we got a hash-based fail fromDavid Kalnischkies
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies
2018-02-19Merge branch 'pu/not-valid-before' into 'master'Julian Andres Klode
2018-02-19Check that Date of Release file is not in the futureJulian Andres Klode
2018-02-19ensure correct file permissions for auxfilesDavid Kalnischkies
2018-01-19allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies
2018-01-17Introduce inrelease-path option for sources.listJulian Andres Klode
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies
2017-12-14remove pointless APT_PURE from void functionsDavid Kalnischkies
2017-12-13implement fallback to alternative URIs for all itemsDavid Kalnischkies
2017-12-13give the methods more metadata about the files to acquireDavid Kalnischkies
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies
2017-12-13deprecate the single-line deprecation ignoring macroDavid Kalnischkies
2017-12-13if insecure repo is allowed continue on all http errorsDavid Kalnischkies
2017-10-28use store: instead of gzip: to open local changelogsDavid Kalnischkies
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode
2017-07-26don't move failed pdiff indexes out of partialDavid Kalnischkies
2017-07-26don't try to rename failed pdiff patches twiceDavid Kalnischkies
2017-07-17Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-07-07don't expect more downloads from failed transactionsDavid Kalnischkies
2017-06-28allow frontends to override releaseinfo change behaviourDavid Kalnischkies
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies
2017-06-28error in update on Release information changesDavid Kalnischkies
2017-06-26fail InRelease on non-404 HTTP errorcodesDavid Kalnischkies
2017-06-26show .diff/Index properly as ignored if we fallbackDavid Kalnischkies
2017-06-26warn if an expected file can't be acquiredDavid Kalnischkies
2017-06-22Minor grammar fixM. Willis Monroe
2017-03-13Fix mistake in CHANGEPATH comment exampleJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-11-25get pdiff files from the same mirror as the indexDavid Kalnischkies
2016-11-11show distribution mismatch for changed codenamesDavid Kalnischkies
2016-11-11don't warn if untransformed distribution matchesDavid Kalnischkies
2016-11-09rename Checksum-FileSize to Filesize in hashsum mismatchDavid Kalnischkies
2016-11-02keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies
2016-09-02acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode
2016-08-29randomize acquire order for same type index filesDavid Kalnischkies
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode