summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)AuthorFilesLines
2016-03-06add test for apt-key 0xKEY and use parameter expansionDavid Kalnischkies1-1/+1
2016-03-04apt-key del should correctly handle keyids prefixed with 0xDaniel Kahn Gillmor1-0/+4
2016-01-08support '-' and no parameter for stdin in apt-helper cat-fileDavid Kalnischkies1-3/+17
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies1-0/+2
2016-01-07apt-helper: cat-file: Add -C/--compress optionJulian Andres Klode1-2/+31
2016-01-03apt-cache: stats: Show a table utilization as percentageJulian Andres Klode1-0/+1
2016-01-03apt-cache: stats: Average is over used, not all, bucketsJulian Andres Klode1-1/+1
2015-12-28apt-helper: Use CopyFile() for concatenating the filesJulian Andres Klode1-10/+2
2015-12-26apt-helper: Check that we can open stdoutJulian Andres Klode1-1/+2
2015-12-26apt-helper: Add a cat-file command for concatening filesJulian Andres Klode1-0/+33
2015-12-19avoid triggering gpg2 migration in apt-keyDavid Kalnischkies1-15/+15
2015-12-19avoid evaluating shell in paths used in apt-keyDavid Kalnischkies1-20/+24
2015-12-11apt-internal-solver: Make ShowHelp() and GetCommands() staticJulian Andres Klode1-2/+2
2015-12-07part revert, part redo 'which' replacementDavid Kalnischkies1-7/+22
2015-12-06replace run-parts with find|sort to avoid debianutils usageDavid Kalnischkies1-1/+1
2015-12-06replace "which" with "command -v" for portabilityDavid Kalnischkies1-7/+7
2015-12-06apt-helper.cc: include <stdlib.h> for atoiFredrik Fornwall1-0/+2
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies9-18/+18
2015-11-29move 'unmet' handling into libapt-privateDavid Kalnischkies1-103/+1
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies10-10/+10
2015-11-21review of new/changed translatable program stringsJustin B Rye6-11/+12
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-2/+1
2015-11-04revamp all tools help messagesDavid Kalnischkies10-131/+56
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies3-1506/+20
2015-11-04deal with --version more centrallyDavid Kalnischkies10-104/+15
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies10-28/+21
2015-11-04generate commands array after config is loadedDavid Kalnischkies10-75/+99
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies3-19/+16
2015-11-04deduplicate main methodsDavid Kalnischkies10-210/+53
2015-11-04split up help messages for simpler reuseDavid Kalnischkies10-230/+219
2015-11-04move 'search' implementations as wellDavid Kalnischkies2-207/+3
2015-11-04centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies2-141/+3
2015-11-04allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies1-37/+65
2015-11-04provide public interface to hold/unhold packagesDavid Kalnischkies1-146/+16
2015-11-04switch 'apt-mark hold' from Pkg to Ver based operationDavid Kalnischkies1-31/+18
2015-11-04add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies1-11/+7
2015-11-04implement operator* for cacheset iteratorsDavid Kalnischkies1-39/+38
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies1-36/+1
2015-09-14deal with spaces in path, command and filepaths in apt-keyDavid Kalnischkies1-43/+61
2015-09-14various changes to increase test-coverageDavid Kalnischkies4-21/+13
2015-09-14implement apt-get source msg 'Please use: $vcs' for gitDavid Kalnischkies1-21/+13
2015-09-14use a less generic special trigger filename for stdinDavid Kalnischkies1-1/+1
2015-09-14fix insecure use of /tmp in EDSP solver 'dump'David Kalnischkies1-12/+29
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies1-3/+2
2015-09-01use clock() as source for SRV randomnessDavid Kalnischkies1-14/+16
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2-11/+0
2015-08-29implement indextargets option 'DefaultEnabled'David Kalnischkies1-0/+2
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies1-1/+4
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies1-1/+6
2015-08-27use always priv-dropping for changelog download as rootDavid Kalnischkies1-4/+1