summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
Commit message (Expand)AuthorAgeFilesLines
* use the same redirection mirror for all index filesDavid Kalnischkies2016-04-251-0/+24
* show more details for "Writing more data" errors, tooDavid Kalnischkies2016-04-251-21/+42
* show more details for "Hash Sum mismatch" errorsDavid Kalnischkies2016-04-251-13/+47
* sanify unused ReportMirrorFailure a tiny bitDavid Kalnischkies2016-04-251-62/+68
* ensure outdated files are dropped without lists-cleanupDavid Kalnischkies2016-04-141-3/+51
* silently skip acquire of empty index filesDavid Kalnischkies2016-04-141-3/+9
* fix Alt-Filename handling of file methodDavid Kalnischkies2016-04-141-5/+4
* stop handling items in doomed transactionsDavid Kalnischkies2016-04-071-0/+8
* ensure transaction states are changed only onceDavid Kalnischkies2016-04-071-10/+29
* refactor loading of previous release fileDavid Kalnischkies2016-03-191-66/+29
* Get accurate progress reporting in apt update againMichael Vogt2016-03-161-0/+4
* don't use Desc.URI to calculate .diff/Index filenamesDavid Kalnischkies2016-03-141-11/+25
* require $(HASH)-Download field in .diff/Index filesDavid Kalnischkies2016-03-141-24/+17
* Fix several typosVeres Lajos2016-03-071-2/+2
* do not move not-failed pdiff-patches into CWD on failureDavid Kalnischkies2016-03-061-0/+13
* deal with partially downloaded changelogsDavid Kalnischkies2016-03-061-2/+19
* Add missing numeric includes in files using std::accumulate()Julian Andres Klode2016-02-261-0/+1
* always download changelogs into /tmp firstDavid Kalnischkies2016-02-111-24/+32
* use local changelog from /usr/share/doc if possibleDavid Kalnischkies2016-02-111-2/+33
* remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies2016-01-081-8/+21
* use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies2016-01-081-12/+49
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-081-99/+78
* allow pdiff bootstrap from all supported compressorsDavid Kalnischkies2016-01-081-177/+140
* ensure compression cleanup even without lists-cleanupDavid Kalnischkies2016-01-081-5/+32
* use one 'store' method to rule all (de)compressorsDavid Kalnischkies2016-01-081-15/+22
* allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies2015-12-271-3/+7
* show a more descriptive error for weak Release filesDavid Kalnischkies2015-12-141-0/+10
* parse .diff/Index hashes in reverse orderDavid Kalnischkies2015-12-131-3/+11
* use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies2015-12-021-2/+2
* slightly rephrase notice shown for insecure repositoriesJustin B Rye2015-11-251-1/+1
* review of new/changed translatable program stringsJustin B Rye2015-11-211-5/+5
* do not sent Last-Modified if we expect a changed fileDavid Kalnischkies2015-11-211-4/+12
* "support" unsigned Release files without hashes againDavid Kalnischkies2015-11-051-3/+4
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-8/+4
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-14/+0
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-041-0/+26
* centralize unlink checks in acquire-itemDavid Kalnischkies2015-11-041-16/+30
* do not cleanup .diff/Index files on HitDavid Kalnischkies2015-11-041-0/+3
* refer to apt-secure(8) in unsecure repositories warningDavid Kalnischkies2015-11-041-1/+1
* rework errors and warnings around insecure repositoriesDavid Kalnischkies2015-11-041-22/+39
* unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies2015-11-041-13/+22
* fallback to well-known URI if by-hash failsDavid Kalnischkies2015-09-141-36/+50
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-141-8/+5
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-2/+2
* ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies2015-08-311-2/+2
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-72/+146
* sources.list and indextargets option for pdiffsDavid Kalnischkies2015-08-271-1/+1
* use always priv-dropping for changelog download as rootDavid Kalnischkies2015-08-271-0/+4
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0