Age | Commit message (Expand) | Author | Files | Lines |
2016-06-08 | edsp: drop privileges before executing solvers | David Kalnischkies | 1 | -0/+2 |
2016-06-08 | edsp: optionally store a compressed copy of the last scenario | David Kalnischkies | 3 | -56/+164 |
2016-06-04 | edsp: use a stanza based interface for solution writing | David Kalnischkies | 1 | -1/+17 |
2016-06-02 | apt-key: change to / before find to satisfy its CWD needs | David Kalnischkies | 1 | -14/+10 |
2016-05-28 | look into the right textdomain for apt-utils again | David Kalnischkies | 10 | -20/+0 |
2016-05-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies | 1 | -1/+1 |
2016-05-20 | edsp: use a limited scenario based on bool-array | David Kalnischkies | 1 | -1/+6 |
2016-05-20 | edsp: add Forbid-{New-Install,Remove} and Upgrade-All | David Kalnischkies | 1 | -7/+14 |
2016-05-20 | edsp: dump: support dumping into compressed file | David Kalnischkies | 1 | -1/+1 |
2016-05-20 | convert EDSP to be based on FileFd instead of FILE* | David Kalnischkies | 2 | -9/+18 |
2016-05-20 | fail instead of segfault on unreadable config files | David Kalnischkies | 1 | -15/+12 |
2016-05-01 | apt-key: add \n to dpkg-query --show --showformat | Carsten Hey | 1 | -1/+1 |
2016-05-01 | warn if apt-key is run unconditionally in maintainerscript | David Kalnischkies | 1 | -1/+14 |
2016-03-06 | add test for apt-key 0xKEY and use parameter expansion | David Kalnischkies | 1 | -1/+1 |
2016-03-04 | apt-key del should correctly handle keyids prefixed with 0x | Daniel Kahn Gillmor | 1 | -0/+4 |
2016-01-08 | support '-' and no parameter for stdin in apt-helper cat-file | David Kalnischkies | 1 | -3/+17 |
2016-01-08 | keep compressed indexes in a low-cost format | David Kalnischkies | 1 | -0/+2 |
2016-01-07 | apt-helper: cat-file: Add -C/--compress option | Julian Andres Klode | 1 | -2/+31 |
2016-01-03 | apt-cache: stats: Show a table utilization as percentage | Julian Andres Klode | 1 | -0/+1 |
2016-01-03 | apt-cache: stats: Average is over used, not all, buckets | Julian Andres Klode | 1 | -1/+1 |
2015-12-28 | apt-helper: Use CopyFile() for concatenating the files | Julian Andres Klode | 1 | -10/+2 |
2015-12-26 | apt-helper: Check that we can open stdout | Julian Andres Klode | 1 | -1/+2 |
2015-12-26 | apt-helper: Add a cat-file command for concatening files | Julian Andres Klode | 1 | -0/+33 |
2015-12-19 | avoid triggering gpg2 migration in apt-key | David Kalnischkies | 1 | -15/+15 |
2015-12-19 | avoid evaluating shell in paths used in apt-key | David Kalnischkies | 1 | -20/+24 |
2015-12-11 | apt-internal-solver: Make ShowHelp() and GetCommands() static | Julian Andres Klode | 1 | -2/+2 |
2015-12-07 | part revert, part redo 'which' replacement | David Kalnischkies | 1 | -7/+22 |
2015-12-06 | replace run-parts with find|sort to avoid debianutils usage | David Kalnischkies | 1 | -1/+1 |
2015-12-06 | replace "which" with "command -v" for portability | David Kalnischkies | 1 | -7/+7 |
2015-12-06 | apt-helper.cc: include <stdlib.h> for atoi | Fredrik Fornwall | 1 | -0/+2 |
2015-11-29 | drop some needlessly public declarations in libapt-private | David Kalnischkies | 9 | -18/+18 |
2015-11-29 | move 'unmet' handling into libapt-private | David Kalnischkies | 1 | -103/+1 |
2015-11-29 | use function pointers instead of weak symbols for cmdline parsing | David Kalnischkies | 10 | -10/+10 |
2015-11-21 | review of new/changed translatable program strings | Justin B Rye | 6 | -11/+12 |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies | 1 | -2/+1 |
2015-11-04 | revamp all tools help messages | David Kalnischkies | 10 | -131/+56 |
2015-11-04 | hidden support more apt-get/apt-cache commands in apt | David Kalnischkies | 3 | -1506/+20 |
2015-11-04 | deal with --version more centrally | David Kalnischkies | 10 | -104/+15 |
2015-11-04 | move apts cmdline helper type into -private | David Kalnischkies | 10 | -28/+21 |
2015-11-04 | generate commands array after config is loaded | David Kalnischkies | 10 | -75/+99 |
2015-11-04 | new quiet level -qq for apt to hide progress output | David Kalnischkies | 3 | -19/+16 |
2015-11-04 | deduplicate main methods | David Kalnischkies | 10 | -210/+53 |
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies | 10 | -230/+219 |
2015-11-04 | move 'search' implementations as well | David Kalnischkies | 2 | -207/+3 |
2015-11-04 | centralize 'show' implementation of apt and apt-cache | David Kalnischkies | 2 | -141/+3 |
2015-11-04 | allow all dpkg selections to be set via apt-mark and libapt | David Kalnischkies | 1 | -37/+65 |
2015-11-04 | provide public interface to hold/unhold packages | David Kalnischkies | 1 | -146/+16 |
2015-11-04 | switch 'apt-mark hold' from Pkg to Ver based operation | David Kalnischkies | 1 | -31/+18 |
2015-11-04 | add cacheset push_back wrapping for std::back_inserter | David Kalnischkies | 1 | -11/+7 |
2015-11-04 | implement operator* for cacheset iterators | David Kalnischkies | 1 | -39/+38 |