summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup pdiff support detection decisionDavid Kalnischkies2015-06-091-5/+0
* support hashes for compressed pdiff filesDavid Kalnischkies2015-06-091-7/+4
* check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-091-0/+2
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-391/+286
* treat older Release files than we already have as an IMSHitDavid Kalnischkies2015-05-181-50/+55
* detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-131-1/+1
* improve partial/ cleanup in abort and failure casesDavid Kalnischkies2015-05-111-5/+12
* a hit on Release files means the indexes will be hits tooDavid Kalnischkies2015-04-191-13/+15
* refactor calculation of final lists/ name from URIDavid Kalnischkies2015-04-191-41/+42
* guard const-ification API changesDavid Kalnischkies2014-11-081-1/+40
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-081-19/+14
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/no-m...Michael Vogt2014-11-061-0/+3
|\
| * apt-pkg/acquire-item.h: make friend declaration compatible with older gccMichael Vogt2014-11-041-1/+1
| * Call "Dequeue()" for items in AbortTransaction() to fix raceMichael Vogt2014-11-041-0/+2
| * chown finished partial files earlierDavid Kalnischkies2014-10-231-0/+1
* | Only support Translation-* that are listed in the {In,}Release fileMichael Vogt2014-10-291-37/+0
|/
* Add new Acquire::MaxReleaseFileSize=10*1000*1000 optionMichael Vogt2014-10-071-1/+3
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-10-071-13/+13
|\
| * support parsing of all hashes for pdiffDavid Kalnischkies2014-09-301-11/+11
| * mark private methods as hiddenDavid Kalnischkies2014-09-301-2/+2
* | use _apt:root only for partial directoriesDavid Kalnischkies2014-10-071-4/+3