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