summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-25get pdiff files from the same mirror as the indexDavid Kalnischkies1-21/+13
2016-09-02acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode1-0/+2
2016-08-17support compression and by-hash for .diff/Index filesDavid Kalnischkies1-73/+74
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies1-1/+4
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies1-3/+2
2016-05-07don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies1-9/+1
2016-05-07delay progress until Release files are downloadedDavid Kalnischkies1-10/+10
2016-05-07TransactionManager can never be a nullptrDavid Kalnischkies1-9/+9
2016-04-25use the same redirection mirror for all index filesDavid Kalnischkies1-0/+1
2016-04-25show more details for "Hash Sum mismatch" errorsDavid Kalnischkies1-0/+1
2016-04-25sanify unused ReportMirrorFailure a tiny bitDavid Kalnischkies1-1/+1
2016-04-07ensure transaction states are changed only onceDavid Kalnischkies1-1/+3
2016-02-11always download changelogs into /tmp firstDavid Kalnischkies1-1/+2
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies1-9/+2
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies1-4/+1
2015-12-02use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies1-1/+1
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies1-1/+1
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies1-4/+1
2015-08-10enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies1-0/+23
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-70/+70
2015-08-10remove the longtime deprecated vendor{,list} stuffDavid Kalnischkies1-1/+0
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies1-0/+1
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies1-5/+4
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies1-22/+23
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-14/+14
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-13/+12
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-4/+12
2015-06-15deal better with acquiring the same URI multiple timesDavid Kalnischkies1-0/+1
2015-06-15provide a public interface for acquiring changelogsDavid Kalnischkies1-0/+114
2015-06-11use IndexTarget to get to IndexFileDavid Kalnischkies1-30/+1
2015-06-10stop using IndexTarget pointers which are never freedDavid Kalnischkies1-24/+22
2015-06-10store all targets data in IndexTarget structDavid Kalnischkies1-21/+10
2015-06-09remove debianism file-content verificationDavid Kalnischkies1-3/+0
2015-06-09cleanup pdiff support detection decisionDavid Kalnischkies1-5/+0
2015-06-09support hashes for compressed pdiff filesDavid Kalnischkies1-7/+4
2015-06-09check patch hashes in rred worker instead of in the handlerDavid Kalnischkies1-0/+2
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies1-391/+286
2015-05-18treat older Release files than we already have as an IMSHitDavid Kalnischkies1-50/+55
2015-05-13detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies1-1/+1
2015-05-11improve partial/ cleanup in abort and failure casesDavid Kalnischkies1-5/+12
2015-04-19a hit on Release files means the indexes will be hits tooDavid Kalnischkies1-13/+15
2015-04-19refactor calculation of final lists/ name from URIDavid Kalnischkies1-41/+42
2014-11-08guard const-ification API changesDavid Kalnischkies1-1/+40
2014-11-08mark internal interfaces as hiddenDavid Kalnischkies1-19/+14
2014-11-06Merge remote-tracking branch 'upstream/debian/experimental' into feature/no-m...Michael Vogt1-0/+3
2014-11-04apt-pkg/acquire-item.h: make friend declaration compatible with older gccMichael Vogt1-1/+1
2014-11-04Call "Dequeue()" for items in AbortTransaction() to fix raceMichael Vogt1-0/+2
2014-10-29Only support Translation-* that are listed in the {In,}Release fileMichael Vogt1-37/+0
2014-10-23chown finished partial files earlierDavid Kalnischkies1-0/+1
2014-10-07Add new Acquire::MaxReleaseFileSize=10*1000*1000 optionMichael Vogt1-1/+3