summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
Commit message (Expand)AuthorAgeFilesLines
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-4/+4
* Drop pkgAcquire::Item::ModifyRetries() ABI hackJulian Andres Klode2020-02-261-2/+3
* Remove pkgAcqFile::Failed overloadJulian Andres Klode2020-02-261-1/+0
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-4/+0
* acquire-item: Remove deprecated members and functionsJulian Andres Klode2019-02-261-32/+0
* Communicate back which key(s) were used for signingDavid Kalnischkies2019-01-221-1/+2
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-1/+1
* Handle by-hash URI construction more centrallyDavid Kalnischkies2018-05-111-20/+5
* Drop alternative URIs we got a hash-based fail fromDavid Kalnischkies2018-05-111-9/+11
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-031-0/+19
* implement fallback to alternative URIs for all itemsDavid Kalnischkies2017-12-131-0/+4
* give the methods more metadata about the files to acquireDavid Kalnischkies2017-12-131-0/+3
* implement Acquire::Retries support for all itemsDavid Kalnischkies2017-12-131-0/+5
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-4/+4
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* show .diff/Index properly as ignored if we fallbackDavid Kalnischkies2017-06-261-14/+17
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* get pdiff files from the same mirror as the indexDavid Kalnischkies2016-11-251-21/+13
* acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode2016-09-021-0/+2
* support compression and by-hash for .diff/Index filesDavid Kalnischkies2016-08-171-73/+74
* detect redirection loops in acquire instead of workersDavid Kalnischkies2016-08-101-1/+4
* add insecure (and weak) allow-options for sources.listDavid Kalnischkies2016-06-221-3/+2
* don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies2016-05-071-9/+1
* delay progress until Release files are downloadedDavid Kalnischkies2016-05-071-10/+10
* TransactionManager can never be a nullptrDavid Kalnischkies2016-05-071-9/+9
* use the same redirection mirror for all index filesDavid Kalnischkies2016-04-251-0/+1
* show more details for "Hash Sum mismatch" errorsDavid Kalnischkies2016-04-251-0/+1
* sanify unused ReportMirrorFailure a tiny bitDavid Kalnischkies2016-04-251-1/+1
* ensure transaction states are changed only onceDavid Kalnischkies2016-04-071-1/+3
* always download changelogs into /tmp firstDavid Kalnischkies2016-02-111-1/+2
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-081-9/+2
* allow pdiff bootstrap from all supported compressorsDavid Kalnischkies2016-01-081-4/+1
* use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies2015-12-021-1/+1
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-1/+1
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-4/+1
* enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies2015-08-101-0/+23
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-70/+70
* remove the longtime deprecated vendor{,list} stuffDavid Kalnischkies2015-08-101-1/+0
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-101-0/+1
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-5/+4
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-22/+23
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-14/+14
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-13/+12
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-4/+12
* deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-151-0/+1
* provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-151-0/+114
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-111-30/+1
* stop using IndexTarget pointers which are never freedDavid Kalnischkies2015-06-101-24/+22
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-101-21/+10
* remove debianism file-content verificationDavid Kalnischkies2015-06-091-3/+0