summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
Commit message (Expand)AuthorAgeFilesLines
* "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
* stop using IndexTarget pointers which are never freedDavid Kalnischkies2015-06-101-84/+83
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-101-3/+12
* remove debianism file-content verificationDavid Kalnischkies2015-06-091-37/+2
* do not request files if we expect an IMS hitDavid Kalnischkies2015-06-091-27/+50
* cleanup pdiff support detection decisionDavid Kalnischkies2015-06-091-40/+45
* support hashes for compressed pdiff filesDavid Kalnischkies2015-06-091-12/+60
* check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-091-39/+56
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-1304/+1272
* don't try other compressions on hashsum mismatchDavid Kalnischkies2015-06-071-10/+23
* treat older Release files than we already have as an IMSHitDavid Kalnischkies2015-05-181-75/+189
* detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-131-8/+23
* implement VerifyFile as all-hashes checkDavid Kalnischkies2015-05-121-1/+1
* improve partial/ cleanup in abort and failure casesDavid Kalnischkies2015-05-111-62/+131