summaryrefslogtreecommitdiff
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add basic CMake build systemJulian Andres Klode2016-08-061-0/+59
* apt-key: ignore any error produced by gpgconf --killDavid Kalnischkies2016-07-311-1/+1
* apt-key: kill gpg-agent explicitly in cleanupDavid Kalnischkies2016-07-311-1/+13
* use the right key for compressor configuration dumpDavid Kalnischkies2016-07-051-2/+10
* indextargets: Check that cache could be built before using itJulian Andres Klode2016-07-051-3/+3
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-021-1/+1
* deprecate 'apt-key update' and no-op it in DebianDavid Kalnischkies2016-07-021-0/+7
* warn if apt-key is used in scripts/its output parsedDavid Kalnischkies2016-07-011-1/+19
* alias apt-key list to fingerDavid Kalnischkies2016-07-011-4/+1
* eipp: let apt make a plan, not make stuff planeDavid Kalnischkies2016-06-292-13/+13
* eipp: rename stanza 'Install' to 'Unpack'David Kalnischkies2016-06-271-1/+1
* eipp: add Allow-Temporary-Remove-of-EssentialsDavid Kalnischkies2016-06-271-0/+1
* eipp: include global errors in reported errorDavid Kalnischkies2016-06-271-2/+8
* eipp: implement Immediate-Configuration flagDavid Kalnischkies2016-06-271-0/+2
* eipp: provide the internal planer as an external oneDavid Kalnischkies2016-06-272-1/+194
* implement and document DIRECT for auto-detect-proxyDavid Kalnischkies2016-06-201-1/+2
* apt-key: don't search PATH if command is a path alreadyDavid Kalnischkies2016-06-141-0/+1
* edsp: drop privileges before executing solversDavid Kalnischkies2016-06-081-0/+2
* edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies2016-06-083-56/+164
* edsp: use a stanza based interface for solution writingDavid Kalnischkies2016-06-041-1/+17
* apt-key: change to / before find to satisfy its CWD needsDavid Kalnischkies2016-06-021-14/+10
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-2810-20/+0
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-1/+1
* edsp: use a limited scenario based on bool-arrayDavid Kalnischkies2016-05-201-1/+6
* edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies2016-05-201-7/+14
* edsp: dump: support dumping into compressed fileDavid Kalnischkies2016-05-201-1/+1
* convert EDSP to be based on FileFd instead of FILE*David Kalnischkies2016-05-202-9/+18
* fail instead of segfault on unreadable config filesDavid Kalnischkies2016-05-201-15/+12
* apt-key: add \n to dpkg-query --show --showformatCarsten Hey2016-05-011-1/+1
* warn if apt-key is run unconditionally in maintainerscriptDavid Kalnischkies2016-05-011-1/+14
* add test for apt-key 0xKEY and use parameter expansionDavid Kalnischkies2016-03-061-1/+1
* apt-key del should correctly handle keyids prefixed with 0xDaniel Kahn Gillmor2016-03-041-0/+4
* 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