summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | add ims check verifyMichael Vogt2014-08-021-0/+8
* | | fix transactionid passingMichael Vogt2014-08-011-1/+1
* | | mve MetaKey into pkgAcqBaseIndexMichael Vogt2014-08-011-0/+3
* | | Rework TransactionID stuffMichael Vogt2014-07-311-24/+23
* | | WIP cleanup pkgAcqMetaSigMichael Vogt2014-07-221-1/+4
* | | Download Release first, then Release.gpgMichael Vogt2014-07-211-16/+19
* | | WIP transaction based updateMichael Vogt2014-07-181-136/+166
|/ /
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-9/+2
|\|
| * Try not to parse invalid translation files (LP: #756317)Michael Vogt2014-07-031-9/+2
* | apt-pkg/acquire-item.h: add default argument to ExpectedHashes to avoid API b...Michael Vogt2014-06-181-1/+2
* | Merge remote-tracking branch 'mvo/feature/update-by-hash' into debian/experim...Michael Vogt2014-06-181-0/+3
|\ \
| * | move ByHash into its own functionMichael Vogt2014-05-221-0/+3
* | | Fix more warnings from clangMichael Vogt2014-05-291-1/+1
|/ /
* | Merge remote-tracking branch 'donkult/debian/experimental' into debian/experi...Michael Vogt2014-05-141-121/+77
|\ \
| * | promote ExpectedHashes to a pkgAcquire::Item memberDavid Kalnischkies2014-05-091-76/+17
| * | use HashStringList in the acquire systemDavid Kalnischkies2014-05-091-73/+73