summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
AgeCommit message (Expand)Author
2019-01-22Communicate back which key(s) were used for signingDavid Kalnischkies
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies
2018-05-11Handle by-hash URI construction more centrallyDavid Kalnischkies
2018-05-11Drop alternative URIs we got a hash-based fail fromDavid Kalnischkies
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies
2017-12-13implement fallback to alternative URIs for all itemsDavid Kalnischkies
2017-12-13give the methods more metadata about the files to acquireDavid Kalnischkies
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-06-26show .diff/Index properly as ignored if we fallbackDavid Kalnischkies
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-11-25get pdiff files from the same mirror as the indexDavid Kalnischkies
2016-09-02acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode
2016-08-17support compression and by-hash for .diff/Index filesDavid Kalnischkies
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies
2016-05-07don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies
2016-05-07delay progress until Release files are downloadedDavid Kalnischkies
2016-05-07TransactionManager can never be a nullptrDavid Kalnischkies
2016-04-25use the same redirection mirror for all index filesDavid Kalnischkies
2016-04-25show more details for "Hash Sum mismatch" errorsDavid Kalnischkies
2016-04-25sanify unused ReportMirrorFailure a tiny bitDavid Kalnischkies
2016-04-07ensure transaction states are changed only onceDavid Kalnischkies
2016-02-11always download changelogs into /tmp firstDavid Kalnischkies
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies
2015-12-02use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies
2015-08-10enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10remove the longtime deprecated vendor{,list} stuffDavid Kalnischkies
2015-08-10implement Signed-By option for sources.listDavid 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-15deal better with acquiring the same URI multiple timesDavid Kalnischkies
2015-06-15provide a public interface for acquiring changelogsDavid 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-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-05-18treat older Release files than we already have as an IMSHitDavid Kalnischkies