summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
AgeCommit message (Expand)Author
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-06Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sidMichael Vogt
2014-02-06discard impossible candidates in MarkInstallDavid Kalnischkies
2014-02-04Fix multiarch package upgrade issueMichael Vogt
2013-11-29fix crash when SetCandidateRelease is usedMichael Vogt
2013-10-01don't consider holds for autoremovalDavid Kalnischkies
2013-08-01prefer native arch over higher priority for providersColin Watson
2013-07-11prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies
2013-07-02Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt
2013-06-27when doing MarkInstall() packages may also get removed, so show them in the d...Michael Vogt
2013-06-09try all providers in order if uninstallable in MarkInstallDavid Kalnischkies
2013-06-09fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies
2013-02-24* apt-pkg/depcache.cc:David Kalnischkies
2012-11-09no mode changes should obviously be ok for pkgDepCache::IsModeChangeOkDavid Kalnischkies
2012-11-09* apt-pkg/depcache.cc:David Kalnischkies
2012-09-19* apt-pkg/pkgcache.cc:David Kalnischkies
2012-04-23provider is only a possible solution if the provides has the rightDavid Kalnischkies
2012-04-23* apt-pkg/depcache.cc:David Kalnischkies
2012-03-05* Treat the Important flag like the Essential flag with two differences:Julian Andres Klode
2012-01-29* apt-pkg/depcache.cc:David Kalnischkies
2012-01-13factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies
2012-01-11* apt-pkg/depcache.cc:David Kalnischkies
2011-11-23* apt-pkg/depcache.cc:David Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-28[ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt
2011-07-15* apt-pkg/depcache.cc:David Kalnischkies
2011-05-17if a Breaks can't be upgraded, remove it. If it or a ConflictDavid Kalnischkies
2011-05-17let the Mark methods return if their marking was successfulDavid Kalnischkies
2011-05-17* apt-pkg/depcache.cc:David Kalnischkies
2011-05-17remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies
2011-05-17rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies
2011-05-13rewrite new and previously satisfied important dependency detection inDavid Kalnischkies
2011-05-12move the broken dependency detection above the new recommends detectionDavid Kalnischkies
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies
2011-05-11if critical or-group can't be satisfied, exit directly.David Kalnischkies
2011-05-02doesn't execute autoremove marker setting if an external solver is calledDavid Kalnischkies
2011-04-20merge with debian-sid branch and 0.8.14.1 releaseDavid Kalnischkies
2011-04-18apt-pkg/depcache.cc: Really release action groups only once (Closes: #622744)Julian Andres Klode