summaryrefslogtreecommitdiff
path: root/apt-private/private-upgrade.h
Commit message (Collapse)AuthorAgeFilesLines
* enable fvisibility=hidden for our private libraryDavid Kalnischkies2014-03-211-2/+4
| | | | | | | | | | While it is a huge undertaking to enable it for our public libraries as basically everything we exported so far could be seen as public interface our private library is new and under our full control, so we can do whatever we like with it. The benefits are not that big in return of course, but it reduces the size a bit, so thats great nontheless. Git-Dch: ignore
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+1
| | | | | | | | 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)
* add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2014-01-241-0/+1
| | | | | | | | 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".
* cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt2013-10-051-0/+1
|
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-0/+11
experimental