Age | Commit message (Expand) | Author |
2015-11-21 | show potentially arch-qualified fullname in 'apt show' | David Kalnischkies |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies |
2015-11-05 | drop privileges in copy:// method as we do for file:// | David Kalnischkies |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies |
2015-11-04 | sanify API to get 'the' candidate version | David Kalnischkies |
2015-11-04 | revamp all tools help messages | David Kalnischkies |
2015-11-04 | show version and type in "apt (r)depends" | David Kalnischkies |
2015-11-04 | hidden support more apt-get/apt-cache commands in apt | David Kalnischkies |
2015-11-04 | deal with --version more centrally | David Kalnischkies |
2015-11-04 | move apts cmdline helper type into -private | David Kalnischkies |
2015-11-04 | generate commands array after config is loaded | David Kalnischkies |
2015-11-04 | new quiet level -qq for apt to hide progress output | David Kalnischkies |
2015-11-04 | deduplicate main methods | David Kalnischkies |
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies |
2015-11-04 | disable updating insecure repositories in apt by default | David Kalnischkies |
2015-11-04 | move 'search' implementations as well | David Kalnischkies |
2015-11-04 | centralize 'show' implementation of apt and apt-cache | David Kalnischkies |
2015-11-04 | add binary-specific options via Binary scope | David Kalnischkies |
2015-11-04 | suggest 'apt autoremove' to get right of unneeded packages | David Kalnischkies |
2015-11-04 | support .deb files in upgrade operations as well | David Kalnischkies |
2015-11-04 | allow all dpkg selections to be set via apt-mark and libapt | David Kalnischkies |
2015-10-20 | Allow -i and -u as aliases for installed and upgradable in list | Julian Andres Klode |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-09-14 | do not discard new manual-bits while applying EDSP solutions | David Kalnischkies |
2015-09-14 | implement dpkgs vision of interpreting pkg:<arch> dependencies | David Kalnischkies |
2015-08-31 | if file is inaccessible for _apt, disable privilege drop in acquire | David Kalnischkies |
2015-08-27 | install: Set a local deb as the candidate for that package | Julian Andres Klode |
2015-08-18 | Add support for "apt-cache showsrc --only-source srcpkgname" | Michael Vogt |
2015-08-17 | Re-add support for G++ 4.8 and configure travis to use it | Julian Andres Klode |
2015-08-17 | Do not crash in 'apt show' for non-installed packages | Julian Andres Klode |
2015-08-16 | Replace "extra" in "the following extra packages [...]" by "additional" | Julian Andres Klode |
2015-08-16 | install: If package already is the newest version, display version | Julian Andres Klode |
2015-08-15 | update: Check if the cache could be opened, don't just assume it | Julian Andres Klode |
2015-08-14 | Make auto-remove and auto-clean aliases for the versions without - | Julian Andres Klode |
2015-08-14 | Replace --force-yes by various options starting with --allow | Julian Andres Klode |
2015-08-14 | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb... | Julian Andres Klode |
2015-08-13 | Accept --upgradeable as synonym for --upgradable | Julian Andres Klode |
2015-08-13 | Mark SPtr as deprecated, and convert users to std::unique_ptr | Julian Andres Klode |
2015-08-12 | Replace all "press enter" occurrences with "press [Enter]" | Luca Bruno |
2015-08-11 | Annotate more methods with APT_OVERRIDE | Julian Andres Klode |
2015-08-10 | add volatile sources support in libapt-pkg | David Kalnischkies |
2015-08-10 | hide implicit deps in apt-cache again by default | David Kalnischkies |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies |
2015-08-10 | avoid virtual in the iterators | David Kalnischkies |
2015-08-10 | show or-groups in not-installed recommends and suggests lists | David Kalnischkies |
2015-08-10 | headers are for declarations only | David Kalnischkies |
2015-08-10 | implement a more generic ShowList method | David Kalnischkies |
2015-08-10 | rename 'apt-get files' to 'apt-get indextargets' | David Kalnischkies |
2015-08-10 | disable locking even for root in --simulate | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |