summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rename StopAuthentication -> CheckStopAuthentication and make it protectedMichael Vogt2014-10-061-5/+4
* | rename AuthDone() -> CheckAuthDone()Michael Vogt2014-10-061-1/+1
* | cleanup pkgAcq*::Failed()Michael Vogt2014-10-061-10/+3
* | Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readabilityMichael Vogt2014-10-061-29/+35
* | add new "SetActiveSubprocess()Michael Vogt2014-10-061-0/+6
* | cleanup around pkgAcqMetaSig and improved testsMichael Vogt2014-10-021-0/+3
* | add a bunch of docstrings etcMichael Vogt2014-10-021-2/+4
* | fix crashMichael Vogt2014-10-021-3/+2
* | donkults fixesMichael Vogt2014-10-021-3/+9