summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)Author
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies
2015-11-29move 'unmet' handling into libapt-privateDavid Kalnischkies
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies
2015-11-21review of new/changed translatable program stringsJustin B Rye
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04revamp all tools help messagesDavid Kalnischkies
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies
2015-11-04deal with --version more centrallyDavid Kalnischkies
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies
2015-11-04generate commands array after config is loadedDavid Kalnischkies
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies
2015-11-04deduplicate main methodsDavid Kalnischkies
2015-11-04split up help messages for simpler reuseDavid Kalnischkies
2015-11-04move 'search' implementations as wellDavid Kalnischkies
2015-11-04centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies
2015-11-04allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies
2015-11-04provide public interface to hold/unhold packagesDavid Kalnischkies
2015-11-04switch 'apt-mark hold' from Pkg to Ver based operationDavid Kalnischkies
2015-11-04add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies
2015-11-04implement operator* for cacheset iteratorsDavid Kalnischkies
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies
2015-09-14deal with spaces in path, command and filepaths in apt-keyDavid Kalnischkies
2015-09-14various changes to increase test-coverageDavid Kalnischkies
2015-09-14implement apt-get source msg 'Please use: $vcs' for gitDavid Kalnischkies
2015-09-14use a less generic special trigger filename for stdinDavid Kalnischkies
2015-09-14fix insecure use of /tmp in EDSP solver 'dump'David Kalnischkies
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies
2015-09-01use clock() as source for SRV randomnessDavid Kalnischkies
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies
2015-08-29implement indextargets option 'DefaultEnabled'David Kalnischkies
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies
2015-08-27use always priv-dropping for changelog download as rootDavid Kalnischkies
2015-08-27fix various typos reported by codespellDavid Kalnischkies
2015-08-20Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimentalMichael Vogt
2015-08-18Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt
2015-08-18Provide "apt-get full-upgrade" to match "apt full-upgrade"Michael Vogt
2015-08-18cleanupMichael Vogt
2015-08-18Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt
2015-08-18Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt
2015-08-16Show full package records in apt-cache search -fKusanagi Kouichi
2015-08-16When looking if Provides match, OR them with the normal patchesJulian Andres Klode
2015-08-14apt-get: allow non-root --print-uris build-depJulian Andres Klode
2015-08-14apt: Add autoremove and auto-remove commandsJulian Andres Klode
2015-08-14Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode
2015-08-14apt-cache: Show an error if stats gets any argumentsJulian Andres Klode
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode
2015-08-12apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode