summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
Commit message (Expand)AuthorAgeFilesLines
* do not call resolver twice on (dist-)upgradeDavid Kalnischkies2014-06-181-6/+16
* 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
* 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