summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-17if a Breaks can't be upgraded, remove it. If it or a ConflictDavid Kalnischkies1-5/+6
2011-05-17let the Mark methods return if their marking was successfulDavid Kalnischkies1-18/+21
2011-05-17* apt-pkg/depcache.cc:David Kalnischkies1-2/+3
2011-05-17remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies1-53/+1
2011-05-17rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies1-2/+2
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies1-1/+10
2011-05-13rewrite new and previously satisfied important dependency detection inDavid Kalnischkies1-43/+40
2011-05-12move the broken dependency detection above the new recommends detectionDavid Kalnischkies1-16/+16
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies1-18/+7
2011-05-11if critical or-group can't be satisfied, exit directly.David Kalnischkies1-2/+12
2011-05-02doesn't execute autoremove marker setting if an external solver is calledDavid Kalnischkies1-0/+3
2011-04-20merge with debian-sid branch and 0.8.14.1 releaseDavid Kalnischkies1-1/+1
2011-04-18apt-pkg/depcache.cc: Really release action groups only once (Closes: #622744)Julian Andres Klode1-1/+1
2011-04-16* apt-pkg/depcache.cc:David Kalnischkies1-2/+2
2011-04-02disable automatical installation of dependencies in MarkInstall if weDavid Kalnischkies1-1/+1
2011-03-30add a first round of stuff needed for talking between APT and solversDavid Kalnischkies1-0/+6
2011-03-26do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies1-2/+17
2011-03-25* apt-pkg/depcache.cc:David Kalnischkies1-5/+0
2011-03-20reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies1-59/+71
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-303/+1
2011-02-17* apt-pkg/depcache.cc:David Kalnischkies1-2/+4
2011-02-11* apt-pkg/depcache.cc:David Kalnischkies1-3/+2
2011-02-07allow conflicts in the same group again (Closes: #612099)David Kalnischkies1-1/+1
2011-01-12remove two unused variables gcc-4.6 reports from depcache.ccDavid Kalnischkies1-3/+2
2011-01-12* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-2/+2
2010-12-05check in the DepCache::SetCandidateVersion that the package is marked toDavid Kalnischkies1-1/+2
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies1-0/+161
2010-11-30apply a very simple speed-up in case we try to set the candidate versionDavid Kalnischkies1-2/+9
2010-11-10* apt-pkg/depcache.cc:David Kalnischkies1-2/+5
2010-10-02* apt-pkg/depcache.cc:David Kalnischkies1-0/+10
2010-09-14* apt-pkg/policy.cc:David Kalnischkies1-1/+2
2010-08-27* apt-pkg/depcache.cc:David Kalnischkies1-1/+10
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode1-1/+1