Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-24 | add "apt full-upgrade" and tweak "apt upgrade" | Michael Vogt | |
There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs". | |||
2013-10-05 | rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGES | Michael Vogt | |
2013-10-05 | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt | |
The upgrade releated code is moved into upgrade.{cc,h} and all pkg*Upgrade* prototypes are included in algorihms.h to avoid breaking API (unless build with APT_9_CLEANER_HEADERS). | |||
2013-10-05 | re-add "Calculating upgrade..." message | Michael Vogt | |
2013-10-05 | cleanup upgrade API some more (thanks for the feedback from David) | Michael Vogt | |
2013-09-18 | improve the API for Upgrade() | Michael Vogt | |
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-17 | Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sid | Michael Vogt | |
Conflicts: cmdline/apt-get.cc | |||
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | |
experimental |