summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
AgeCommit message (Expand)Author
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
2014-06-18do not call resolver twice on (dist-)upgradeDavid Kalnischkies
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-06-09separate implementation from declaration of TryTo{Install,Remove}David Kalnischkies
2014-05-30if Resolver fails, do not continue even if not brokenDavid Kalnischkies
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt
2014-05-07move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab...Michael Vogt
2014-05-07rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()Michael Vogt
2014-04-28avoid deb specific code in private-installMichael Vogt
2014-04-28WIP local deb installMichael Vogt
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2013-10-31restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt
2013-10-22fix install-progress locationMichael Vogt
2013-10-21add APT::Status-deb822-FdMichael Vogt
2013-10-14re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...Michael Vogt
2013-10-13move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt
2013-10-03do not ++ on erased package pointers in autoremoveDavid Kalnischkies
2013-10-03put fetch errors in 'source' on our errorstackDavid Kalnischkies
2013-09-26print-uris prints regardless of quiet-level againDavid Kalnischkies
2013-09-03fix vim-style foldmarkerDavid Kalnischkies
2013-08-27allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ...Michael Vogt
2013-08-27use SPtr<pkgProblemResolver> to simply codeMichael Vogt
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt