summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Cleanup pkgAcqIndexMichael Vogt2014-10-021-25/+33
* | refactor and add pkgAcqIndex::ValidateFile()Michael Vogt2014-10-011-4/+5
* | cleanupMichael Vogt2014-09-291-14/+22
* | refactorMichael Vogt2014-09-291-27/+22
* | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-291-13/+17
|\|
| * replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies2014-09-281-1/+6
| * Revert making pkgAcquire::Item::DescURI() "const"Michael Vogt2014-09-251-12/+12
* | Do not allow going from authenticated to unauthenticated repoMichael Vogt2014-09-261-71/+77
* | make pdiff transactional (but at the cost of a CopyFile()Michael Vogt2014-09-231-2/+6
* | cleanup, fix test-apt-update-unauth as the behavior of apt changedMichael Vogt2014-09-231-4/+0
* | cleanupMichael Vogt2014-09-231-3/+2
* | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-231-0/+1
|\|
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-231-0/+9
| |\
| | * SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt2014-09-161-0/+8
* | | fix gcc warningsMichael Vogt2014-09-171-4/+3
* | | use pkgAcqMetaBase as the transactionManagerMichael Vogt2014-09-171-20/+32
* | | add a bunch of dpointersMichael Vogt2014-09-161-0/+30
* | | remove pkgAcqSubIndexMichael Vogt2014-09-161-57/+0
* | | add shared code into pkgAcqMetaSigBase::GenerateAuthWarning()Michael Vogt2014-08-251-2/+14
* | | really move clearsign check into pkgAcqMetaClearSig::Done()Michael Vogt2014-08-021-1/+3