summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)AuthorFilesLines
2015-11-04revamp all tools help messagesDavid Kalnischkies2-17/+53
2015-11-04show version and type in "apt (r)depends"David Kalnischkies1-0/+2
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies8-1/+1595
2015-11-04deal with --version more centrallyDavid Kalnischkies2-3/+28
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies2-10/+20
2015-11-04generate commands array after config is loadedDavid Kalnischkies2-46/+68
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies5-14/+29
2015-11-04deduplicate main methodsDavid Kalnischkies4-9/+99
2015-11-04split up help messages for simpler reuseDavid Kalnischkies2-9/+10
2015-11-04disable updating insecure repositories in apt by defaultDavid Kalnischkies1-0/+1
2015-11-04move 'search' implementations as wellDavid Kalnischkies3-5/+211
2015-11-04centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies3-46/+174
2015-11-04add binary-specific options via Binary scopeDavid Kalnischkies1-2/+16
2015-11-04suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies1-1/+5
2015-11-04support .deb files in upgrade operations as wellDavid Kalnischkies3-26/+31
2015-11-04allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies1-8/+20
2015-10-20Allow -i and -u as aliases for installed and upgradable in listJulian Andres Klode1-2/+2
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-1/+1
2015-09-14do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies1-7/+2
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2-0/+71
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2-51/+0
2015-08-27install: Set a local deb as the candidate for that packageJulian Andres Klode1-0/+12
2015-08-18Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt1-1/+5
2015-08-17Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode2-2/+2
2015-08-17Do not crash in 'apt show' for non-installed packagesJulian Andres Klode1-1/+1
2015-08-16Replace "extra" in "the following extra packages [...]" by "additional"Julian Andres Klode1-1/+1
2015-08-16install: If package already is the newest version, display versionJulian Andres Klode1-2/+3
2015-08-15update: Check if the cache could be opened, don't just assume itJulian Andres Klode1-1/+2
2015-08-14Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode2-3/+4
2015-08-14Replace --force-yes by various options starting with --allowJulian Andres Klode3-16/+36
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode1-1/+1
2015-08-13Accept --upgradeable as synonym for --upgradableJulian Andres Klode1-0/+1
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode1-5/+5
2015-08-12Replace all "press enter" occurrences with "press [Enter]"Luca Bruno1-1/+1
2015-08-11Annotate more methods with APT_OVERRIDEJulian Andres Klode1-1/+1
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies2-39/+3
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies1-0/+1
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-10/+0
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies1-3/+2
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies6-154/+95
2015-08-10headers are for declarations onlyDavid Kalnischkies2-216/+242
2015-08-10implement a more generic ShowList methodDavid Kalnischkies6-236/+299
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies1-3/+3
2015-08-10disable locking even for root in --simulateDavid Kalnischkies1-3/+5
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies3-17/+19
2015-08-10prepare cachesets for -std=c++11David Kalnischkies1-1/+1
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies2-13/+23
2015-06-15condense parallel requests with the same hashes to oneDavid Kalnischkies1-5/+1
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2-10/+31
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies1-0/+1