summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)Author
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
2015-08-31ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies
2015-08-27use always priv-dropping for changelog download as rootDavid Kalnischkies
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-10drop extra newline in 'Failed to fetch' and 'GPG error' messageDavid Kalnischkies
2015-08-10enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies
2015-08-10handle site-changing redirects as mirror changesDavid Kalnischkies
2015-08-10skip .diff/Index acquire if Release file was a hitDavid Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10allow individual targets to be kept compressedDavid Kalnischkies
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies
2015-08-10add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies
2015-06-15call URIStart in cdrom and file methodDavid Kalnischkies
2015-06-15deal better with acquiring the same URI multiple timesDavid Kalnischkies
2015-06-15provide a public interface for acquiring changelogsDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-06-11use IndexTarget to get to IndexFileDavid Kalnischkies
2015-06-10stop using IndexTarget pointers which are never freedDavid Kalnischkies
2015-06-10store all targets data in IndexTarget structDavid Kalnischkies
2015-06-09remove debianism file-content verificationDavid Kalnischkies
2015-06-09do not request files if we expect an IMS hitDavid Kalnischkies
2015-06-09cleanup pdiff support detection decisionDavid Kalnischkies
2015-06-09support hashes for compressed pdiff filesDavid Kalnischkies
2015-06-09check patch hashes in rred worker instead of in the handlerDavid Kalnischkies
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies
2015-06-07don't try other compressions on hashsum mismatchDavid Kalnischkies
2015-05-18treat older Release files than we already have as an IMSHitDavid Kalnischkies
2015-05-13detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies
2015-05-12implement VerifyFile as all-hashes checkDavid Kalnischkies
2015-05-11improve partial/ cleanup in abort and failure casesDavid Kalnischkies
2015-04-19hide first pdiff merge failure debug messageDavid Kalnischkies
2015-04-19a hit on Release files means the indexes will be hits tooDavid Kalnischkies
2015-04-19refactor calculation of final lists/ name from URIDavid Kalnischkies
2015-04-19unsigned Release files can expire, tooDavid Kalnischkies
2014-11-08guard const-ification API changesDavid Kalnischkies
2014-11-08replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies
2014-11-08reenable patchsize limit option for pdiffsDavid Kalnischkies
2014-11-06Merge remote-tracking branch 'upstream/debian/experimental' into feature/no-m...Michael Vogt
2014-11-04Call "Dequeue()" for items in AbortTransaction() to fix raceMichael Vogt