summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)AuthorFilesLines
2016-06-04edsp: use a stanza based interface for solution writingDavid Kalnischkies1-1/+17
2016-06-02apt-key: change to / before find to satisfy its CWD needsDavid Kalnischkies1-14/+10
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies10-20/+0
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-1/+1
2016-05-20edsp: use a limited scenario based on bool-arrayDavid Kalnischkies1-1/+6
2016-05-20edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies1-7/+14
2016-05-20edsp: dump: support dumping into compressed fileDavid Kalnischkies1-1/+1
2016-05-20convert EDSP to be based on FileFd instead of FILE*David Kalnischkies2-9/+18
2016-05-20fail instead of segfault on unreadable config filesDavid Kalnischkies1-15/+12
2016-05-01apt-key: add \n to dpkg-query --show --showformatCarsten Hey1-1/+1
2016-05-01warn if apt-key is run unconditionally in maintainerscriptDavid Kalnischkies1-1/+14
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