summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-27use only one --keyring in gpg interactionsDavid Kalnischkies
2014-09-27add --secret-keyring option for apt-keyDavid Kalnischkies
2014-09-27allow to specify fingerprints in 'apt-key del'David Kalnischkies
2014-09-27add a test for apt-key export{,all}David Kalnischkies
2014-09-27use apt-key to wrap gpg calls in testcasesDavid Kalnischkies
2014-09-27respect --keyring also in merged keyring commandsDavid Kalnischkies
2014-09-27support gnupg2 as drop-in replacement for gnupgDavid Kalnischkies
2014-09-27delay gnupg setup in apt-key until it is neededDavid Kalnischkies
2014-09-27correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies
2014-09-27use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies
2014-09-27merge fragment keyrings in apt-key to avoid hitting gpg limitsDavid Kalnischkies
2014-09-27refactor key removal code to reuse it in next stepDavid Kalnischkies
2014-09-27set a primary-keyring only if we have access to itDavid Kalnischkies
2014-09-27support (multiple) arguments properly in apt-keyDavid Kalnischkies
2014-09-27only create new trusted.gpg if directory is writeableDavid Kalnischkies
2014-09-27all errors should be printed to stderrDavid Kalnischkies
2014-09-27add a (hidden) --quiet option for apt-keyDavid Kalnischkies
2014-09-27rename postrm to apt.postrmDavid Kalnischkies
2014-09-27remove leftover debug output from multikey softlinkDavid Kalnischkies
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies
2014-09-27fix occurrence typo in tagfile commentDavid Kalnischkies
2014-09-27remove outdated and unused po/ChangeLogDavid Kalnischkies
2014-09-27add an API for cache filters/matcherDavid Kalnischkies
2014-09-27move PCI::From* methods into CacheSetHelper classDavid Kalnischkies
2014-09-27adapt to the new CacheSetHelper APIDavid Kalnischkies
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies
2014-09-27add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies
2014-09-27add specialisations for std::vectorDavid Kalnischkies
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies
2014-09-27de-duplicate version strings in the cacheDavid Kalnischkies
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-27count strings more accurately for statsDavid Kalnischkies
2014-09-27packages in the cache are sorted by name so noise-freeDavid Kalnischkies
2014-09-27search for pkg names in the cache case-sensitiveDavid Kalnischkies
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies
2014-09-26test fixesMichael Vogt
2014-09-26Do not allow going from authenticated to unauthenticated repoMichael Vogt
2014-09-26Print warning for unauthenticated repositoriesMichael Vogt
2014-09-26Do not download Packages/Sources files on I-M-S hit of the Release fileMichael Vogt
2014-09-26Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt
2014-09-26Disable Mth.DropPrivsOrDie() in copy.cc for nowMichael Vogt
2014-09-25rewrite compressed indexes test to check with all compressorsDavid Kalnischkies
2014-09-25Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-25Remove check for "Translation-" from pkgAcqIndex::Custom600Headers()Michael Vogt
2014-09-25Revert making pkgAcquire::Item::DescURI() "const"Michael Vogt
2014-09-25Use /var/empty as the homedir for _aptMichael Vogt
2014-09-24releasing package apt version 1.1~exp3Michael Vogt
2014-09-24DropPrivs: Document what it doesJulian Andres Klode