summaryrefslogtreecommitdiff
path: root/apt-pkg/policy.cc
Commit message (Expand)AuthorAgeFilesLines
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-3/+6
* implement autobit and pinning in EDSP solver 'apt'David Kalnischkies2015-09-141-1/+2
* Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicitJulian Andres Klode2015-08-201-7/+7
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode2015-08-151-2/+2
* Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-131-2/+2
* policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode2015-08-121-3/+10
* Add a parameter ConsiderFiles to GetPriority(VerIterator)Julian Andres Klode2015-08-121-2/+3
* Simply ignore cruft in the status files, do not treat it as prio 0Julian Andres Klode2015-08-111-2/+1
* Replace INT_MIN with std::numeric_limits<int>::minJulian Andres Klode2015-08-111-2/+2
* initialize PinVers to a nullptrDavid Kalnischkies2015-08-101-1/+2
* bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-101-17/+2
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* policy: Fix the handling of config-files statesJulian Andres Klode2015-08-101-3/+12
* policy: Fix the new policy implementation to handle downgrades correctlyJulian Andres Klode2015-08-101-9/+8
* Determine the candidate based on per-version pins, instead of old codeJulian Andres Klode2015-08-101-0/+36
* policy: Return highest file pin if version pin == 0 in GetPriority()Julian Andres Klode2015-08-101-1/+10
* policy: Assign per-version pinsJulian Andres Klode2015-08-101-0/+11
* pkgPolicy: Introduce storage and helpers for per-version pinsJulian Andres Klode2015-08-101-1/+10
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+2
* store Release files data in the CacheDavid Kalnischkies2015-06-121-8/+7
* remove unused and strange default-value for pinsDavid Kalnischkies2015-05-111-24/+10
* a pin of 1000 always means downgrade allowedDavid Kalnischkies2015-05-111-22/+10
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-2/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+9
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* make /etc/apt/preferences parser deal with comment only sectionsMichael Vogt2013-12-211-0/+4
* specific pins below 1000 cause downgradesDavid Kalnischkies2013-08-081-7/+18
* * apt-pkg/policy.cc:David Kalnischkies2012-10-131-23/+26
* merge with my debian-sid branchDavid Kalnischkies2011-10-301-1/+2
|\
| * * apt-pkg/policy.cc:David Kalnischkies2011-10-041-1/+2
* | merge with debian/experimentalDavid Kalnischkies2011-09-131-9/+23
|\ \
| * | merged from the debian-sid branchMichael Vogt2011-08-151-7/+7
| |\|
| | * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-7/+7
| * | * merged latest fixes from debian-sidMichael Vogt2011-07-281-2/+16
| |\|
| | * * apt-pkg/policy.cc:David Kalnischkies2011-07-161-2/+16
* | | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/ /
* | merged from debian-sidMichael Vogt2011-06-301-20/+44
|\|
| * * doc/makefile:Michael Vogt2011-06-301-20/+44
* | * Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies2011-05-171-0/+4
|\ \ | |/ |/|
| * add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-301-0/+4
* | simplify the code for wildcard pinning a bitDavid Kalnischkies2011-04-211-10/+7
* | * apt-pkg/policy.cc:Julian Andres Klode2011-04-151-0/+15
|/
* Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-081-7/+0
* * apt-pkg/cacheiterator.h:David Kalnischkies2011-01-131-0/+2
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-01-121-1/+1
* * apt-pkg/policy.cc:David Kalnischkies2010-09-141-4/+5
* * apt-pkg/policy.cc:David Kalnischkies2010-06-091-11/+21
* convert FileExists to DirectoryExists to check if the path is really aDavid Kalnischkies2010-05-061-2/+2