Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-private/private-install.cc | |||
2014-06-18 | do not call resolver twice on (dist-)upgrade | David Kalnischkies | |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: debian/changelog | |||
2014-06-09 | separate implementation from declaration of TryTo{Install,Remove} | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-05-30 | if Resolver fails, do not continue even if not broken | David Kalnischkies | |
This can happen if the request is already a well-formed request all by itself (e.g. the package has no dependencies), but the resolver found a reason to not accept it as solution. Our edsp 'dump' solver e.g. shouldn't be able to trigger install, which it does otherwise. | |||
2014-05-07 | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | |
APT_PKG_MINOR < 13) | |||
2014-05-07 | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ↵ | Michael Vogt | |
about a good API | |||
2014-05-07 | rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex() | Michael Vogt | |
2014-04-28 | avoid deb specific code in private-install | Michael Vogt | |
2014-04-28 | WIP local deb install | Michael Vogt | |
2014-03-13 | msgstr with elipses need three dots | David Kalnischkies | |
fixes some messages and their translation so that all of them have three dots for messages with an elipse. Many translations already had this. | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | |||
2013-10-31 | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | |
APT_PKG_MINOR >= 13) | |||
2013-10-22 | fix install-progress location | Michael Vogt | |
2013-10-21 | add APT::Status-deb822-Fd | Michael Vogt | |
2013-10-14 | re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ↵ | Michael Vogt | |
this | |||
2013-10-13 | move the status-fd progress reporting out of the pkgDPkgPM class, at this ↵ | Michael Vogt | |
point, breaks ABI/API, lets see what we can do about this | |||
2013-10-03 | do not ++ on erased package pointers in autoremove | David Kalnischkies | |
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-03 | put fetch errors in 'source' on our errorstack | David Kalnischkies | |
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-26 | print-uris prints regardless of quiet-level again | David Kalnischkies | |
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-03 | fix vim-style foldmarker | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-08-27 | allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ↵ | Michael Vogt | |
dist-upgrade 2vcard- 4g8+ | |||
2013-08-27 | use SPtr<pkgProblemResolver> to simply code | Michael Vogt | |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | |
experimental |