summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
AgeCommit message (Expand)Author
2019-02-13Introduce APT::Install::Pre-Invoke / Post-Invoke-SuccessJulian Andres Klode
2019-01-27Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett
2018-12-03Provide a "autopurge" shortcutJulian Andres Klode
2018-08-07Add support for dpkg frontend lockJulian Andres Klode
2018-05-11Support local files as arguments in show commandDavid Kalnischkies
2018-05-11Support release selector for volatile files as wellDavid Kalnischkies
2018-05-11Extend apt build-dep pkg/release to switch dep as neededDavid Kalnischkies
2018-04-15Introduce experimental new hooks for command-line toolsJulian Andres Klode
2017-07-27Always warn if --force-yes is validly specified, not just if usedJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-06-26don't show incorrect 'How odd' errror in no-download modeDavid Kalnischkies
2017-01-19fix 'install --no-download' modeDavid Kalnischkies
2016-12-31use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies
2016-12-31expand -f to --fix-broken in error messagesDavid Kalnischkies
2016-11-02don't install new deps of candidates for kept back pkgsDavid Kalnischkies
2016-09-07edsp: try 2 to read responses even if writing failedDavid Kalnischkies
2016-07-22support "install ./foo.changes"David Kalnischkies
2016-05-29try to detect sudo spawned root-shell in prefixingDavid Kalnischkies
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies
2016-05-20don't try to get acquire lock in simulation modeDavid Kalnischkies
2016-05-16show final solution in --no-download --fix-missing modeDavid Kalnischkies
2016-05-16show globalerrors before asking for confirmationDavid Kalnischkies
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies
2016-01-25reimplement build-dep via apts normal resolverDavid Kalnischkies
2016-01-02Add new APT::Keep-Downloaded-Packages optionMichael Vogt
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-04new quiet level -qq for apt to hide progress outputDavid 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-09-14do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies
2015-08-27install: Set a local deb as the candidate for that packageJulian 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-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-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies
2015-08-10implement a more generic ShowList methodDavid Kalnischkies
2015-08-10prepare cachesets for -std=c++11David Kalnischkies
2015-04-10add a simple unit test for acquire progressDavid Kalnischkies
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies
2014-10-15check for available space, excluding root reserved blocksDavid Kalnischkies
2014-10-07ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies
2014-09-27adapt to the new CacheSetHelper APIDavid Kalnischkies
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies
2014-06-18Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt