summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-07Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt1-13/+13
2014-10-07use _apt:root only for partial directoriesDavid Kalnischkies1-4/+3
2014-10-06rename StopAuthentication -> CheckStopAuthentication and make it protectedMichael Vogt1-5/+4
2014-10-06rename AuthDone() -> CheckAuthDone()Michael Vogt1-1/+1
2014-10-06cleanup pkgAcq*::Failed()Michael Vogt1-10/+3
2014-10-06Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readabilityMichael Vogt1-29/+35
2014-10-06add new "SetActiveSubprocess()Michael Vogt1-0/+6
2014-10-02cleanup around pkgAcqMetaSig and improved testsMichael Vogt1-0/+3
2014-10-02add a bunch of docstrings etcMichael Vogt1-2/+4
2014-10-02fix crashMichael Vogt1-3/+2
2014-10-02donkults fixesMichael Vogt1-3/+9
2014-10-02Cleanup pkgAcqIndexMichael Vogt1-25/+33
2014-10-01refactor and add pkgAcqIndex::ValidateFile()Michael Vogt1-4/+5
2014-09-30support parsing of all hashes for pdiffDavid Kalnischkies1-11/+11
2014-09-30mark private methods as hiddenDavid Kalnischkies1-2/+2
2014-09-29cleanupMichael Vogt1-14/+22
2014-09-29refactorMichael Vogt1-27/+22
2014-09-29Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt1-13/+17
2014-09-28replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies1-1/+6
2014-09-26Do not allow going from authenticated to unauthenticated repoMichael Vogt1-71/+77
2014-09-25Revert making pkgAcquire::Item::DescURI() "const"Michael Vogt1-12/+12
2014-09-23make pdiff transactional (but at the cost of a CopyFile()Michael Vogt1-2/+6
2014-09-23cleanup, fix test-apt-update-unauth as the behavior of apt changedMichael Vogt1-4/+0
2014-09-23cleanupMichael Vogt1-3/+2
2014-09-23Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt1-0/+1
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-0/+9
2014-09-17fix gcc warningsMichael Vogt1-4/+3
2014-09-17use pkgAcqMetaBase as the transactionManagerMichael Vogt1-20/+32
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt1-0/+8
2014-09-16add a bunch of dpointersMichael Vogt1-0/+30
2014-09-16remove pkgAcqSubIndexMichael Vogt1-57/+0
2014-08-25add shared code into pkgAcqMetaSigBase::GenerateAuthWarning()Michael Vogt1-2/+14
2014-08-02really move clearsign check into pkgAcqMetaClearSig::Done()Michael Vogt1-1/+3
2014-08-02add ims check verifyMichael Vogt1-0/+8
2014-08-01fix transactionid passingMichael Vogt1-1/+1
2014-08-01mve MetaKey into pkgAcqBaseIndexMichael Vogt1-0/+3
2014-07-31Rework TransactionID stuffMichael Vogt1-24/+23
2014-07-22WIP cleanup pkgAcqMetaSigMichael Vogt1-1/+4
2014-07-21Download Release first, then Release.gpgMichael Vogt1-16/+19
2014-07-18WIP transaction based updateMichael Vogt1-136/+166
2014-07-08Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-9/+2
2014-07-03Try not to parse invalid translation files (LP: #756317)Michael Vogt1-9/+2
2014-06-18apt-pkg/acquire-item.h: add default argument to ExpectedHashes to avoid API b...Michael Vogt1-1/+2
2014-06-18Merge remote-tracking branch 'mvo/feature/update-by-hash' into debian/experim...Michael Vogt1-0/+3
2014-05-29Fix more warnings from clangMichael Vogt1-1/+1
2014-05-22move ByHash into its own functionMichael Vogt1-0/+3
2014-05-14Merge remote-tracking branch 'donkult/debian/experimental' into debian/experi...Michael Vogt1-121/+77
2014-05-14Add new pkgAcqBaseIndex as base class for pkgAcq{DiffIndex,IndexMerge,pkgAcqB...Michael Vogt1-44/+19
2014-05-14Pass struct IndexTarget/indexRecords to pkgAcqIndex{,Merge}DiffsMichael Vogt1-7/+36
2014-05-09promote ExpectedHashes to a pkgAcquire::Item memberDavid Kalnischkies1-76/+17