summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
AgeCommit message (Collapse)AuthorFilesLines
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-1/+1
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
2013-10-31restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && ↵Michael Vogt1-22/+13
APT_PKG_MINOR >= 13)
2013-10-22fix install-progress locationMichael Vogt1-2/+1
2013-10-21add APT::Status-deb822-FdMichael Vogt1-3/+8
2013-10-14re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ↵Michael Vogt1-0/+3
this
2013-10-13move the status-fd progress reporting out of the pkgDPkgPM class, at this ↵Michael Vogt1-2/+22
point, breaks ABI/API, lets see what we can do about this
2013-10-03do not ++ on erased package pointers in autoremoveDavid Kalnischkies1-3/+7
Symptom: In an Ubuntu precise chroot (like on travis-ci) test-bug-613420-new-garbage-dependency segfaults in a std::set operator++ on an iterator we have erased previously (but not if run under gdb of course)
2013-10-03put fetch errors in 'source' on our errorstackDavid Kalnischkies1-67/+5
refactor the fetching process so that it looks more like the others we have in the hope that we can reuse code in the future. This is a soft interface change as 'source' previously printed errors directly on stderr, while it will now push it onto our usual error stack.
2013-09-26print-uris prints regardless of quiet-level againDavid Kalnischkies1-1/+1
While the InstallPackages code was moved from apt-get into the private library the output was moved from (std::)cout to c1out which isn't shown in quiet level 2 (and above), so we flip back to std::cout to ensure that it is always printed as you are not going to use --print-uris if you don't want to see the uris… Closes: 722207
2013-09-03fix vim-style foldmarkerDavid Kalnischkies1-8/+2
Git-Dch: Ignore
2013-08-27allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ↵Michael Vogt1-23/+39
dist-upgrade 2vcard- 4g8+
2013-08-27use SPtr<pkgProblemResolver> to simply codeMichael Vogt1-8/+1
2013-08-12squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt1-0/+852
experimental