summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
Commit message (Expand)AuthorAgeFilesLines
* do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies2015-09-141-7/+2
* install: Set a local deb as the candidate for that packageJulian Andres Klode2015-08-271-0/+12
* Replace "extra" in "the following extra packages [...]" by "additional"Julian Andres Klode2015-08-161-1/+1
* install: If package already is the newest version, display versionJulian Andres Klode2015-08-161-2/+3
* Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode2015-08-141-1/+2
* Replace --force-yes by various options starting with --allowJulian Andres Klode2015-08-141-14/+29
* Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-131-5/+5
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-101-18/+3
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-10/+0
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-68/+67
* implement a more generic ShowList methodDavid Kalnischkies2015-08-101-42/+27
* prepare cachesets for -std=c++11David Kalnischkies2015-08-101-1/+1
* add a simple unit test for acquire progressDavid Kalnischkies2015-04-101-1/+1
* use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-081-3/+3
* check for available space, excluding root reserved blocksDavid Kalnischkies2014-10-151-30/+3
* ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies2014-10-071-3/+3
* adapt to the new CacheSetHelper APIDavid Kalnischkies2014-09-271-2/+2
* mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2014-09-271-8/+4
* fix progress output for (dist-)upgrade calculationDavid Kalnischkies2014-09-271-4/+7
* Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-181-7/+16
|\
| * do not call resolver twice on (dist-)upgradeDavid Kalnischkies2014-06-181-6/+16
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-1/+143
|\|
| * separate implementation from declaration of TryTo{Install,Remove}David Kalnischkies2014-06-091-0/+141
| * if Resolver fails, do not continue even if not brokenDavid Kalnischkies2014-05-301-1/+2
* | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-071-0/+1
* | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab...Michael Vogt2014-05-071-1/+3
* | rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()Michael Vogt2014-05-071-1/+1
* | avoid deb specific code in private-installMichael Vogt2014-04-281-7/+14
* | WIP local deb installMichael Vogt2014-04-281-1/+18
|/
* msgstr with elipses need three dotsDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-40/+28
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
* restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-311-22/+13
* fix install-progress locationMichael Vogt2013-10-221-2/+1
* add APT::Status-deb822-FdMichael Vogt2013-10-211-3/+8
* re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...Michael Vogt2013-10-141-0/+3
* move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt2013-10-131-2/+22
* do not ++ on erased package pointers in autoremoveDavid Kalnischkies2013-10-031-3/+7
* put fetch errors in 'source' on our errorstackDavid Kalnischkies2013-10-031-67/+5
* print-uris prints regardless of quiet-level againDavid Kalnischkies2013-09-261-1/+1
* fix vim-style foldmarkerDavid Kalnischkies2013-09-031-8/+2
* allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ...Michael Vogt2013-08-271-23/+39
* use SPtr<pkgProblemResolver> to simply codeMichael Vogt2013-08-271-8/+1
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+852