summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)Author
2015-12-23ensure we got a lock in clean operationDavid Kalnischkies
2015-12-14non-existing directories don't need to be cleanedDavid Kalnischkies
2015-12-01require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies
2015-12-01deal with configured build-essential firstDavid Kalnischkies
2015-12-01split build-dep satisfier loop out of DoBuildDepDavid Kalnischkies
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies
2015-11-29move 'unmet' handling into libapt-privateDavid Kalnischkies
2015-11-29do not override exact targetrelease matches with lesser matchesAndreas Cadhalpun
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies
2015-11-28Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode
2015-11-28Revert "appease adequate with some weak symbols for -private"Julian Andres Klode
2015-11-27appease adequate with some weak symbols for -privateDavid Kalnischkies
2015-11-21show potentially arch-qualified fullname in 'apt show'David Kalnischkies
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies
2015-11-04revamp all tools help messagesDavid Kalnischkies
2015-11-04show version and type in "apt (r)depends"David 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-04disable updating insecure repositories in apt by defaultDavid Kalnischkies
2015-11-04move 'search' implementations as wellDavid Kalnischkies
2015-11-04centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies
2015-11-04add binary-specific options via Binary scopeDavid Kalnischkies
2015-11-04suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies
2015-11-04support .deb files in upgrade operations as wellDavid Kalnischkies
2015-11-04allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies
2015-10-20Allow -i and -u as aliases for installed and upgradable in listJulian Andres Klode
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-09-14do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies
2015-08-27install: Set a local deb as the candidate for that packageJulian Andres Klode
2015-08-18Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt
2015-08-17Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode
2015-08-17Do not crash in 'apt show' for non-installed packagesJulian Andres Klode
2015-08-16Replace "extra" in "the following extra packages [...]" by "additional"Julian Andres Klode
2015-08-16install: If package already is the newest version, display versionJulian Andres Klode
2015-08-15update: Check if the cache could be opened, don't just assume itJulian Andres Klode
2015-08-14Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode
2015-08-14Replace --force-yes by various options starting with --allowJulian Andres Klode
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode
2015-08-13Accept --upgradeable as synonym for --upgradableJulian Andres Klode
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode