fix warnings
[ntk/apt.git] / apt-pkg / acquire-item.cc
2014-10-06 Michael Vogtfix warnings
2014-10-06 Michael Vogtrename StopAuthentication -> CheckStopAuthentication...
2014-10-06 Michael Vogtrename AuthDone() -> CheckAuthDone()
2014-10-06 Michael Vogtcleanup pkgAcq*::Failed()
2014-10-06 Michael Vogtadd missing TransactionStageCopy() in pkgAcqDiffIndex...
2014-10-06 Michael VogtRework pkgAcqMeta{Index,Sig,ClearSig}::Done() for reada...
2014-10-06 Michael Vogtfix incorrect docstrings for AcqMetaBase::TransactionSt...
2014-10-06 Michael Vogtadd new "SetActiveSubprocess()
2014-10-02 Michael Vogtreally do not download Release if InRelease does not...
2014-10-02 Michael Vogtcleanup around pkgAcqMetaSig and improved tests
2014-10-02 Michael Vogtadd a bunch of docstrings etc
2014-10-01 Michael Vogtfix crash
2014-10-01 Michael Vogtdonkults fixes
2014-10-01 Michael VogtCleanup pkgAcqIndex
2014-10-01 Michael Vogtrefactor and add pkgAcqIndex::ValidateFile()
2014-10-01 Michael Vogtfix leftover files from Acquire::GzipIndex
2014-10-01 Michael Vogthack around test-apt-update-unauth failure
2014-10-01 Michael Vogtupdate test/integration/test-releasefile-verification
2014-10-01 Michael VogtUse Acquire::Allow{InsecureRepositories,DowngradeToInse...
2014-10-01 Michael Vogtadd verify for the .diff/Index download and add FIXME...
2014-09-29 Michael Vogtcleanup
2014-09-29 Michael VogtMerge remote-tracking branch 'debian/debian/experimenta...
2014-09-29 Michael Vogtfix DestFile ext
2014-09-29 Michael Vogtrefactor
2014-09-29 Michael VogtAdjust DestFile in ReverifyAfterIMS() to not include...
2014-09-29 Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-29 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-27 David Kalnischkiesreplace c-string Mode with c++-string ActiveSubprocess
2014-09-26 Michael Vogttest fixes
2014-09-26 Michael VogtDo not allow going from authenticated to unauthenticate...
2014-09-26 Michael VogtPrint warning for unauthenticated repositories
2014-09-26 Michael VogtDo not download Packages/Sources files on I-M-S hit...
2014-09-26 Michael VogtMerge remote-tracking branch 'donkult/feature/generaliz...
2014-09-25 Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-25 Michael VogtRemove check for "Translation-" from pkgAcqIndex::Custo...
2014-09-23 Michael Vogtmake pdiff transactional (but at the cost of a CopyFile()
2014-09-23 Michael Vogtcleanup, fix test-apt-update-unauth as the behavior...
2014-09-23 Michael Vogtcleanup
2014-09-23 Michael Vogtfix one broken test
2014-09-23 Michael VogtMerge remote-tracking branch 'debian/debian/experimenta...
2014-09-23 Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-23 Michael Vogtfix tests
2014-09-23 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-21 Michael VogtFix regression for cdrom: sources from latest security...
2014-09-21 Michael Vogtgeneralize Acquire::GzipIndex
2014-09-17 Michael VogtMerge remote-tracking branch 'vnwildman/debian/sid...
2014-09-17 Michael Vogtimprove test for commit daff4a
2014-09-17 Michael VogtFix regression for file:/// uris from CVE-2014-0487
2014-09-17 Michael Vogtfix gcc warnings
2014-09-17 Michael Vogtuse pkgAcqMetaBase as the transactionManager
2014-09-16 Michael VogtSECURITY UPDATE for CVE-2014-{0488,0487,0489}
2014-09-16 Michael Vogtremove pkgAcqSubIndex
2014-09-05 Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-05 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-08-26 Michael Vogtadd shared code into pkgAcqMetaSigBase::GenerateAuthWar...
2014-08-25 Michael Vogtall tests pass
2014-08-24 Michael Vogtmake the test-pdiff-usage code work again
2014-08-24 Michael Vogtmake compressed-indexes test pass again
2014-08-24 Michael Vogtcleanup
2014-08-02 Michael Vogtreally move clearsign check into pkgAcqMetaClearSig...
2014-08-02 Michael Vogtadd ims check verify
2014-08-02 Michael Vogtmove clearsign check into pkgAcqMetaClearSig::Failed()
2014-08-01 Michael Vogtmake i-m-s work again
2014-08-01 Michael Vogtcheck hashes of compressed files as well
2014-08-01 Michael Vogtmve MetaKey into pkgAcqBaseIndex
2014-07-31 Michael Vogtfail early (again) on gpg sig failures
2014-07-31 Michael Vogtensure InRelease->Release is transactional as well
2014-07-31 Michael Vogtmake test_inreleae_to_release_reverts_all work
2014-07-31 Michael VogtRework TransactionID stuff
2014-07-22 Michael VogtWIP cleanup pkgAcqMetaSig
2014-07-21 Michael VogtDownload Release first, then Release.gpg
2014-07-21 Michael Vogtadd pkgAcquire::TransactionHasError()
2014-07-18 Michael VogtWIP transaction based update
2014-07-17 Michael Vogtapt-pkg/acquire-item.cc: make pkgAcqDiffIndex more...
2014-07-10 Michael VogtMerge remote-tracking branch 'mvo/feature/README' into...
2014-07-10 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-07-08 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-07-03 Michael VogtTry not to parse invalid translation files (LP: #756317)
2014-06-18 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-06-18 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-06-18 Michael VogtMerge remote-tracking branch 'mvo/feature/drop-rights...
2014-06-18 Michael VogtMerge remote-tracking branch 'mvo/feature/update-by...
2014-06-18 Michael VogtMerge remote-tracking branch 'mvo/feature/hash-stats...
2014-06-18 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-06-10 Michael VogtMerge remote-tracking branch 'mvo/feature/apt-update...
2014-05-30 David KalnischkiesMerge EDSP 0.5 w/ multi-arch support for external solvers
2014-05-29 Michael VogtFix more warnings from clang
2014-05-29 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-05-28 Michael VogtFix more warnings from clang
2014-05-27 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-05-22 Michael Vogtmove ByHash into its own function
2014-05-22 Michael VogtAdd APT::Acquire::$(host)::By-Hash=1 knob, add Acquire...
2014-05-22 Michael Vogtadd TODO
2014-05-22 Michael VogtImplement simple by-hash for apt update
2014-05-14 Michael VogtMerge remote-tracking branch 'donkult/debian/experiment...
2014-05-14 Michael VogtAdd new pkgAcqBaseIndex as base class for pkgAcq{DiffIn...
2014-05-14 Michael VogtPass struct IndexTarget/indexRecords to pkgAcqIndex...
2014-05-09 David Kalnischkiespromote ExpectedHashes to a pkgAcquire::Item member
2014-05-09 David Kalnischkiesuse HashStringList in the acquire system
2014-05-08 Michael VogtMerge remote-tracking branch 'mvo/feature/build-dep...
next