summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+1
2014-09-27cleanup partial directory of lists in apt-get cleanDavid Kalnischkies1-6/+20
2014-09-27allow fetcher setup without directory creationDavid Kalnischkies2-5/+7
2014-09-27store source name and version in binary cacheDavid Kalnischkies2-42/+24
2014-09-27add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies1-0/+8
2014-09-27miscellaneous small cleanups in apt-keyDavid Kalnischkies1-17/+7
2014-09-27add --readonly option for apt-key advDavid Kalnischkies1-5/+4
2014-09-27use only one --keyring in gpg interactionsDavid Kalnischkies1-28/+77
2014-09-27add --secret-keyring option for apt-keyDavid Kalnischkies1-0/+11
2014-09-27allow to specify fingerprints in 'apt-key del'David Kalnischkies1-4/+17
2014-09-27add a test for apt-key export{,all}David Kalnischkies1-2/+2
2014-09-27respect --keyring also in merged keyring commandsDavid Kalnischkies1-8/+10
2014-09-27support gnupg2 as drop-in replacement for gnupgDavid Kalnischkies1-4/+13
2014-09-27delay gnupg setup in apt-key until it is neededDavid Kalnischkies1-22/+22
2014-09-27merge fragment keyrings in apt-key to avoid hitting gpg limitsDavid Kalnischkies1-57/+77
2014-09-27refactor key removal code to reuse it in next stepDavid Kalnischkies1-48/+55
2014-09-27set a primary-keyring only if we have access to itDavid Kalnischkies1-1/+3
2014-09-27support (multiple) arguments properly in apt-keyDavid Kalnischkies1-27/+27
2014-09-27only create new trusted.gpg if directory is writeableDavid Kalnischkies1-23/+14
2014-09-27all errors should be printed to stderrDavid Kalnischkies1-5/+5
2014-09-27add a (hidden) --quiet option for apt-keyDavid Kalnischkies1-4/+10
2014-09-27remove leftover debug output from multikey softlinkDavid Kalnischkies1-1/+0
2014-09-27adapt to the new CacheSetHelper APIDavid Kalnischkies1-6/+6
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies1-6/+6
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2-3/+3
2014-09-27count strings more accurately for statsDavid Kalnischkies1-14/+39
2014-09-21generalize Acquire::GzipIndexMichael Vogt1-1/+1
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt3-18/+36
2014-09-02Use heap to allocate PatternMatch to avoid potential stack overflowMichael Vogt1-2/+3
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt1-0/+16
2014-08-26add dpkg::source-options for dpkg-source invocationDavid Kalnischkies1-16/+17
2014-07-08Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt1-2/+7
2014-07-08Fix ar and tar code to be LFS-safeGuillem Jover2-2/+2
2014-06-18correct 'apt-cache stats' to include moreDavid Kalnischkies1-24/+32
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies1-1/+1
2014-06-18Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2-20/+24
2014-06-18show our broken packages message in 'apt' solverDavid Kalnischkies2-20/+24
2014-06-18Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2-0/+5
2014-06-18Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt1-1/+45
2014-06-18Provide ShowHashTableStats functionMichael Vogt1-55/+43
2014-06-18improve formating of the hash statsMichael Vogt1-15/+15
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt5-20/+31
2014-06-11DropPrivs in the solvers (just to be on the safe side)Michael Vogt2-0/+5
2014-06-10Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sidMichael Vogt1-0/+1
2014-06-10Merge remote-tracking branch 'mvo/bugfix/apt-get-source-unauthenticated-warni...Michael Vogt1-0/+9
2014-06-10support Acquire::GzipIndexes in dumpavailDavid Kalnischkies1-1/+1
2014-06-06cmdline/apt-helper.cc: use less generic description/short-descriptionMichael Vogt1-1/+2
2014-06-02Show unauthenticated warning for source packages as wellMichael Vogt1-0/+9
2014-05-30print error stack on failure of 'apt' solverDavid Kalnischkies1-18/+18
2014-05-29cmdline/apt-extracttemplates.cc: remove unused private varMichael Vogt2-2/+1