summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
Commit message (Expand)AuthorAgeFilesLines
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-2/+4
* store Release files data in the CacheDavid Kalnischkies2015-06-121-3/+3
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-111-30/+20
* show non-matching m-a:same versions in debug messageDavid Kalnischkies2015-05-111-6/+11
* create directory for extended_states if neededDavid Kalnischkies2014-11-181-1/+3
* implement MarkAndSweep in cc instead of headerDavid Kalnischkies2014-10-031-0/+14
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-1/+2
|\
| * initialize iPolicyBrokenCount in DepCache::UpdateWarren He2014-08-291-1/+2
* | remove the Section member from package structDavid Kalnischkies2014-06-181-1/+1
|/
* do not revert candidate for protected packagesDavid Kalnischkies2014-06-071-1/+1
* Do not try to cast a pkgDepCache::Policy to a pkgCacheMichael Vogt2014-05-271-1/+1
* discard candidates via IsInstallOk to allow overrideDavid Kalnischkies2014-03-231-20/+58
* do IsInstallOk call in MarkInstall unconditionallyDavid Kalnischkies2014-03-231-4/+8
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-2/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+10
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-5/+5
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-2/+2
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-3/+3
* Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sidMichael Vogt2014-02-061-0/+5
|\
| * Fix multiarch package upgrade issueMichael Vogt2014-02-041-0/+5
* | discard impossible candidates in MarkInstallDavid Kalnischkies2014-02-061-2/+7
|/
* fix crash when SetCandidateRelease is usedMichael Vogt2013-11-291-1/+1
* don't consider holds for autoremovalDavid Kalnischkies2013-10-011-3/+4
* prefer native arch over higher priority for providersColin Watson2013-08-011-3/+3
* prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies2013-07-111-4/+49
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-07-021-6/+14
|\
| * try all providers in order if uninstallable in MarkInstallDavid Kalnischkies2013-06-091-5/+13
| * fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies2013-06-091-1/+1
* | when doing MarkInstall() packages may also get removed, so show them in the d...Michael Vogt2013-06-271-3/+10
|/
* * apt-pkg/cacheiterators.h:David Kalnischkies2013-04-031-15/+10
* * apt-pkg/depcache.cc:David Kalnischkies2013-02-241-0/+31
* no mode changes should obviously be ok for pkgDepCache::IsModeChangeOkDavid Kalnischkies2012-11-091-2/+6
* * apt-pkg/depcache.cc:David Kalnischkies2012-11-091-13/+6
* * apt-pkg/pkgcache.cc:David Kalnischkies2012-09-191-1/+1
* provider is only a possible solution if the provides has the rightDavid Kalnischkies2012-04-231-1/+1
* * apt-pkg/depcache.cc:David Kalnischkies2012-04-231-12/+13
* * Treat the Important flag like the Essential flag with two differences:Julian Andres Klode2012-03-051-0/+8
* * apt-pkg/depcache.cc:David Kalnischkies2012-01-291-11/+28
* factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies2012-01-131-11/+2
* * apt-pkg/depcache.cc:David Kalnischkies2012-01-111-5/+11
* * apt-pkg/depcache.cc:David Kalnischkies2011-11-231-28/+63
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-1/+1
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-0/+3
* merge with debian/experimentalDavid Kalnischkies2011-09-131-16/+16
|\
| * merged from the debian-sid branchMichael Vogt2011-08-151-14/+14
| |\
| | * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-14/+14
| * | [ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt2011-07-281-2/+2
* | | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-2/+2