summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* drop extra newline in 'Failed to fetch' and 'GPG error' messageDavid Kalnischkies2015-08-101-1/+1
* enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies2015-08-101-46/+44
* handle site-changing redirects as mirror changesDavid Kalnischkies2015-08-101-3/+1
* skip .diff/Index acquire if Release file was a hitDavid Kalnischkies2015-08-101-0/+6
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-2/+2
* allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-7/+7
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-101-1/+14
* add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-101-2/+2
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-53/+60
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-24/+33
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-13/+13
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-18/+18
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-1/+10
* show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-151-1/+1
* call URIStart in cdrom and file methodDavid Kalnischkies2015-06-151-9/+4
* deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-151-16/+9
* provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-151-0/+211
* store Release files data in the CacheDavid Kalnischkies2015-06-121-3/+3
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-111-9/+0