summaryrefslogtreecommitdiff
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * cleanupMichael Vogt2015-08-181-3/+6
| * Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt2015-08-188-337/+421
| |\
| * \ Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt2015-08-1814-633/+814
| |\ \
| * | | add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}Michael Vogt2014-05-202-1/+26
* | | | Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt2015-08-181-0/+4
* | | | Provide "apt-get full-upgrade" to match "apt full-upgrade"Michael Vogt2015-08-181-0/+1
| |_|/ |/| |
* | | Show full package records in apt-cache search -fKusanagi Kouichi2015-08-161-7/+4
* | | When looking if Provides match, OR them with the normal patchesJulian Andres Klode2015-08-161-1/+1
* | | apt-get: allow non-root --print-uris build-depJulian Andres Klode2015-08-141-1/+3
* | | apt: Add autoremove and auto-remove commandsJulian Andres Klode2015-08-141-0/+3
* | | Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode2015-08-141-0/+2
* | | apt-cache: Show an error if stats gets any argumentsJulian Andres Klode2015-08-141-1/+6
* | | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode2015-08-141-1/+1
|\ \ \
| * | | Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-121-1/+1
* | | | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-132-4/+4
* | | | Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-131-3/+3
* | | | apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode2015-08-121-2/+2
* | | | apt-cache: Modify policy output to use per-version pinsJulian Andres Klode2015-08-121-13/+30
|/ / /