summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Introduce experimental new hooks for command-line toolsJulian Andres Klode1-5/+24
2017-07-27Always warn if --force-yes is validly specified, not just if usedJulian Andres Klode1-4/+0
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-11/+11
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-06-26don't show incorrect 'How odd' errror in no-download modeDavid Kalnischkies1-22/+27
2017-01-19fix 'install --no-download' modeDavid Kalnischkies1-5/+8
2016-12-31use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies1-1/+1
2016-12-31expand -f to --fix-broken in error messagesDavid Kalnischkies1-2/+2
2016-11-02don't install new deps of candidates for kept back pkgsDavid Kalnischkies1-5/+21
2016-09-07edsp: try 2 to read responses even if writing failedDavid Kalnischkies1-0/+4
2016-07-22support "install ./foo.changes"David Kalnischkies1-4/+4
2016-05-29try to detect sudo spawned root-shell in prefixingDavid Kalnischkies1-2/+7
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-1/+1
2016-05-20don't try to get acquire lock in simulation modeDavid Kalnischkies1-0/+2
2016-05-16show final solution in --no-download --fix-missing modeDavid Kalnischkies1-109/+102
2016-05-16show globalerrors before asking for confirmationDavid Kalnischkies1-5/+4
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies1-3/+3
2016-01-25reimplement build-dep via apts normal resolverDavid Kalnischkies1-28/+44
2016-01-02Add new APT::Keep-Downloaded-Packages optionMichael Vogt1-0/+12
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies1-1/+1
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies1-2/+1
2015-11-04suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies1-1/+5
2015-11-04support .deb files in upgrade operations as wellDavid Kalnischkies1-24/+25
2015-09-14do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies1-7/+2
2015-08-27install: Set a local deb as the candidate for that packageJulian Andres Klode1-0/+12
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-14Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode1-1/+2
2015-08-14Replace --force-yes by various options starting with --allowJulian Andres Klode1-14/+29
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode1-5/+5
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies1-18/+3
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-10/+0
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies1-68/+67
2015-08-10implement a more generic ShowList methodDavid Kalnischkies1-42/+27
2015-08-10prepare cachesets for -std=c++11David Kalnischkies1-1/+1
2015-04-10add a simple unit test for acquire progressDavid Kalnischkies1-1/+1
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-3/+3
2014-10-15check for available space, excluding root reserved blocksDavid Kalnischkies1-30/+3
2014-10-07ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies1-3/+3
2014-09-27adapt to the new CacheSetHelper APIDavid Kalnischkies1-2/+2
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies1-8/+4
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies1-4/+7
2014-06-18Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt1-7/+16
2014-06-18do not call resolver twice on (dist-)upgradeDavid Kalnischkies1-6/+16
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+143
2014-06-09separate implementation from declaration of TryTo{Install,Remove}David Kalnischkies1-0/+141
2014-05-30if Resolver fails, do not continue even if not brokenDavid Kalnischkies1-1/+2
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt1-0/+1
2014-05-07move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab...Michael Vogt1-1/+3
2014-05-07rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()Michael Vogt1-1/+1