summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* UpperCase some functions for consistencyMichael Vogt2014-10-071-25/+25
* display errortext for all Err as well as Ign logsDavid Kalnischkies2014-10-071-41/+36
* use _apt:root only for partial directoriesDavid Kalnischkies2014-10-073-59/+84
* ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies2014-10-073-31/+70
* fixup foldmarkers in acquire-item.ccDavid Kalnischkies2014-10-071-91/+51
* fix warningsMichael Vogt2014-10-061-3/+3
* rename StopAuthentication -> CheckStopAuthentication and make it protectedMichael Vogt2014-10-062-9/+11
* rename AuthDone() -> CheckAuthDone()Michael Vogt2014-10-062-6/+4
* cleanup pkgAcq*::Failed()Michael Vogt2014-10-062-72/+54
* add missing TransactionStageCopy() in pkgAcqDiffIndex::Done()Michael Vogt2014-10-061-12/+5
* Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readabilityMichael Vogt2014-10-062-209/+127
* fix incorrect docstrings for AcqMetaBase::TransactionStageRemoval/AcqMetaBase...Michael Vogt2014-10-061-2/+2
* add new "SetActiveSubprocess()Michael Vogt2014-10-062-46/+25
* really do not download Release if InRelease does not verifyMichael Vogt2014-10-031-20/+24
* cleanup around pkgAcqMetaSig and improved testsMichael Vogt2014-10-022-47/+47
* add a bunch of docstrings etcMichael Vogt2014-10-022-14/+40
* fix crashMichael Vogt2014-10-022-11/+14
* donkults fixesMichael Vogt2014-10-022-40/+37
* Cleanup pkgAcqIndexMichael Vogt2014-10-022-135/+171
* refactor and add pkgAcqIndex::ValidateFile()Michael Vogt2014-10-012-25/+39
* fix leftover files from Acquire::GzipIndexMichael Vogt2014-10-011-1/+1
* hack around test-apt-update-unauth failureMichael Vogt2014-10-011-0/+9
* update test/integration/test-releasefile-verificationMichael Vogt2014-10-011-9/+9
* Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt2014-10-012-11/+28
* add verify for the .diff/Index download and add FIXME for pkgAcqIndexDiffs/pk...Michael Vogt2014-10-011-0/+19
* cleanupMichael Vogt2014-09-292-31/+54
* fix DestFile extMichael Vogt2014-09-291-1/+1
* refactorMichael Vogt2014-09-292-37/+33
* Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt2014-09-292-1/+8
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-2935-642/+1383
|\
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-292-36/+65
| |\
| | * Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt2014-09-262-37/+67
| | |\
| | | * generalize Acquire::GzipIndexMichael Vogt2014-09-212-37/+67
| * | | replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies2014-09-282-4/+55
| * | | allow options between command and -- on commandlineDavid Kalnischkies2014-09-281-8/+11
| * | | allow fetcher setup without directory creationDavid Kalnischkies2014-09-272-14/+21
| * | | store source name and version in binary cacheDavid Kalnischkies2014-09-275-11/+65
| * | | fix: The class 'pkgSourceList' defines member variable with name 'SrcList' al...David Kalnischkies2014-09-271-4/+0
| * | | fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies2014-09-272-5/+5
| * | | fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies2014-09-271-3/+1
| * | | add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies2014-09-271-2/+1
| * | | add --readonly option for apt-key advDavid Kalnischkies2014-09-271-0/+1
| * | | use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies2014-09-271-45/+18
| * | | fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-272-3/+3
| * | | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-2710-26/+23
| * | | fix occurrence typo in tagfile commentDavid Kalnischkies2014-09-271-1/+1
| * | | add an API for cache filters/matcherDavid Kalnischkies2014-09-272-52/+209
| * | | move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2014-09-272-87/+139
| * | | rework cachesets API to allow future extensionDavid Kalnischkies2014-09-272-144/+484
| * | | add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies2014-09-271-0/+38