summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)Author
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
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