summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)Author
2019-03-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2017-02-22keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies
2016-11-14Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode
2016-11-14imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies
2016-11-14prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies
2016-10-05changelog: Respect Dir setting for local changelog gettingJulian Andres Klode
2016-10-05set the correct item FileSize in by-hash caseDavid Kalnischkies
2016-08-31rred: truncate result file before writing to itDavid Kalnischkies
2016-08-31verify hash of input file in rredDavid Kalnischkies
2016-05-10don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies
2016-04-14ensure outdated files are dropped without lists-cleanupDavid Kalnischkies
2016-04-14silently skip acquire of empty index filesDavid Kalnischkies
2016-04-14fix Alt-Filename handling of file methodDavid Kalnischkies
2016-04-07stop handling items in doomed transactionsDavid Kalnischkies
2016-04-07ensure transaction states are changed only onceDavid Kalnischkies
2016-03-19refactor loading of previous release fileDavid Kalnischkies
2016-03-16Get accurate progress reporting in apt update againMichael Vogt
2016-03-14don't use Desc.URI to calculate .diff/Index filenamesDavid Kalnischkies
2016-03-14require $(HASH)-Download field in .diff/Index filesDavid Kalnischkies
2016-03-07Fix several typosVeres Lajos
2016-03-06do not move not-failed pdiff-patches into CWD on failureDavid Kalnischkies
2016-03-06deal with partially downloaded changelogsDavid Kalnischkies
2016-02-26Add missing numeric includes in files using std::accumulate()Julian Andres Klode
2016-02-11always download changelogs into /tmp firstDavid Kalnischkies
2016-02-11use local changelog from /usr/share/doc if possibleDavid Kalnischkies
2016-01-08remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies
2016-01-08use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies
2016-01-08ensure compression cleanup even without lists-cleanupDavid Kalnischkies
2016-01-08use one 'store' method to rule all (de)compressorsDavid Kalnischkies
2015-12-27allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies
2015-12-14show a more descriptive error for weak Release filesDavid Kalnischkies
2015-12-13parse .diff/Index hashes in reverse orderDavid Kalnischkies
2015-12-02use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies
2015-11-25slightly rephrase notice shown for insecure repositoriesJustin B Rye
2015-11-21review of new/changed translatable program stringsJustin B Rye
2015-11-21do not sent Last-Modified if we expect a changed fileDavid Kalnischkies
2015-11-05"support" unsigned Release files without hashes againDavid Kalnischkies
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies
2015-11-04centralize unlink checks in acquire-itemDavid Kalnischkies
2015-11-04do not cleanup .diff/Index files on HitDavid Kalnischkies
2015-11-04refer to apt-secure(8) in unsecure repositories warningDavid Kalnischkies
2015-11-04rework errors and warnings around insecure repositoriesDavid Kalnischkies
2015-11-04unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies
2015-09-14fallback to well-known URI if by-hash failsDavid Kalnischkies
2015-09-14add by-hash sources.list option and document all of by-hashDavid Kalnischkies
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies