summaryrefslogtreecommitdiff
path: root/apt-private/private-cachefile.cc
Commit message (Collapse)AuthorAgeFilesLines
* deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-271-1/+3
| | | | | | | They both store the same information, so this field just takes up space in the Package struct for no good reason. We mark it "just" as deprecated instead of instantly removing it though as it isn't misleading like Section was and is potentially used in the wild more often.
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+9
| | | | | | | | 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)
* * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-051-0/+1
| | | | | | 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).
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-0/+109
experimental