summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
AgeCommit message (Expand)AuthorFilesLines
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies1-30/+20
2015-05-11show non-matching m-a:same versions in debug messageDavid Kalnischkies1-6/+11
2014-11-18create directory for extended_states if neededDavid Kalnischkies1-1/+3
2014-10-03implement MarkAndSweep in cc instead of headerDavid Kalnischkies1-0/+14
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+2
2014-08-29initialize iPolicyBrokenCount in DepCache::UpdateWarren He1-1/+2
2014-06-18remove the Section member from package structDavid Kalnischkies1-1/+1
2014-06-07do not revert candidate for protected packagesDavid Kalnischkies1-1/+1
2014-05-27Do not try to cast a pkgDepCache::Policy to a pkgCacheMichael Vogt1-1/+1
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies1-20/+58
2014-03-23do IsInstallOk call in MarkInstall unconditionallyDavid Kalnischkies1-4/+8
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-2/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-4/+10
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-5/+5
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-1/+1
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-2/+2
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-3/+3
2014-02-06Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sidMichael Vogt1-0/+5
2014-02-06discard impossible candidates in MarkInstallDavid Kalnischkies1-2/+7
2014-02-04Fix multiarch package upgrade issueMichael Vogt1-0/+5
2013-11-29fix crash when SetCandidateRelease is usedMichael Vogt1-1/+1
2013-10-01don't consider holds for autoremovalDavid Kalnischkies1-3/+4
2013-08-01prefer native arch over higher priority for providersColin Watson1-3/+3
2013-07-11prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies1-4/+49
2013-07-02Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-6/+14
2013-06-27when doing MarkInstall() packages may also get removed, so show them in the d...Michael Vogt1-3/+10
2013-06-09try all providers in order if uninstallable in MarkInstallDavid Kalnischkies1-5/+13
2013-06-09fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies1-1/+1
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies1-15/+10
2013-02-24* apt-pkg/depcache.cc:David Kalnischkies1-0/+31
2012-11-09no mode changes should obviously be ok for pkgDepCache::IsModeChangeOkDavid Kalnischkies1-2/+6
2012-11-09* apt-pkg/depcache.cc:David Kalnischkies1-13/+6
2012-09-19* apt-pkg/pkgcache.cc:David Kalnischkies1-1/+1
2012-04-23provider is only a possible solution if the provides has the rightDavid Kalnischkies1-1/+1
2012-04-23* apt-pkg/depcache.cc:David Kalnischkies1-12/+13
2012-03-05* Treat the Important flag like the Essential flag with two differences:Julian Andres Klode1-0/+8
2012-01-29* apt-pkg/depcache.cc:David Kalnischkies1-11/+28
2012-01-13factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies1-11/+2
2012-01-11* apt-pkg/depcache.cc:David Kalnischkies1-5/+11
2011-11-23* apt-pkg/depcache.cc:David Kalnischkies1-28/+63
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-1/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-0/+3
2011-09-13merge with debian/experimentalDavid Kalnischkies1-16/+16
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-2/+2
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-08-15merged from the debian-sid branchMichael Vogt1-14/+14
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-14/+14
2011-07-28[ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt1-2/+2
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt1-1/+1
2011-07-15* apt-pkg/depcache.cc:David Kalnischkies1-1/+1