summaryrefslogtreecommitdiff
path: root/apt-private/private-install.h
Commit message (Collapse)AuthorAgeFilesLines
* check for available space, excluding root reserved blocksDavid Kalnischkies2014-10-151-2/+0
| | | | | | | | | | | We are checking the space requirements for ages, but the check uses the free blocks count, which includes the blocks reserved for usage by root. Now that we use an unprivileged user it has no access to these blocks anymore – and more importantly these blocks are a reserve, they shouldn't be used by apt without special encouragement by the user as it would be bad to have dpkg run out of diskspace and maintainerscripts like man-db skip certain actions if not enough space is available freely.
* do not call resolver twice on (dist-)upgradeDavid Kalnischkies2014-06-181-2/+2
|
* separate implementation from declaration of TryTo{Install,Remove}David Kalnischkies2014-06-091-149/+7
| | | | Git-Dch: Ignore
* enable fvisibility=hidden for our private libraryDavid Kalnischkies2014-03-211-3/+5
| | | | | | | | | | 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-2/+16
| | | | | | | | 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)
* fix crash when SetCandidateRelease is usedMichael Vogt2013-11-291-0/+3
|
* allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ↵Michael Vogt2013-08-271-0/+3
| | | | dist-upgrade 2vcard- 4g8+
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-0/+181
experimental