summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-37/+1
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-1/+4
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee1-2/+2
2011-06-14Switch all logging to use handle directlyDan McGee1-30/+18
2011-06-14Move pm_errno onto the handleDan McGee1-14/+16
2011-06-14Add handle argument to two more alpm methodsDan McGee1-14/+15
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-3/+3
2011-06-07Add helper methods for setting directory optionsDan McGee1-0/+1
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-24/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-6/+6
2011-04-16Merge branch 'maint'Dan McGee1-1/+1
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng1-1/+1
2011-03-28Merge branch 'maint'Dan McGee1-85/+91
2011-03-25Ensure reported missing dependencies show correct version comparisonDan McGee1-34/+38
2011-03-25Mark various functions in deps.c staticDan McGee1-27/+27
2011-03-25Move alpm_find_dbs_satisfier() function down in deps.cDan McGee1-23/+24
2011-03-25Don't include version in dep string if mod == ANYDan McGee1-2/+3
2011-03-21Style change: return(x) --> return xDan McGee1-44/+44
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-3/+3
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner1-1/+1
2011-02-25Continue resolving dependencies rather than bailing on first errorDan McGee1-16/+20
2011-02-25Various small spelling fixes and small tweaksDan McGee1-6/+11
2011-02-04Read pkgcache into hashAllan McRae1-4/+4
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry1-8/+35
2011-01-29alpm/dep: add alpm_find_dbs_satisfierXavier Chantry1-0/+22
2011-01-29Add interactive provider selectionXavier Chantry1-3/+35
2011-01-21Improve depends string parsingDan McGee1-33/+20
2011-01-08Fix some more simple conversion "errors"Dan McGee1-2/+3
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-22Use name hashes in depends to avoid strcmp callsDan McGee1-7/+16
2010-12-22Remove need for memory allocation in _alpm_depcmpDan McGee1-9/+13
2010-12-14Use _alpm_pkg_find in deps searchDan McGee1-2/+2
2010-12-13alpm: don't expose alpm_depcmpXavier Chantry1-5/+5
2010-12-13alpm: kill alpm_deptestXavier Chantry1-25/+0
2010-12-13alpm: add new alpm_find_satisfier functionXavier Chantry1-0/+14
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-06-20Clarify testing within conditional statementsAllan McRae1-1/+1
2010-05-18Partial fix for the phonon/qt issueNagy Gabor1-7/+3
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-09Use sync.c for upgrade transaction prepare and commitNagy Gabor1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-04-11Look in target-list first to resolve dependenciesBryan Ischo1-7/+11
2009-04-11Print warning in _alpm_resolvedep() if a satisfier package is ignored without...Nagy Gabor1-0/+4
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-1/+9
2009-02-24Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo1-9/+25
2009-02-24Enabled new interactive prompt and updated some testsBryan Ischo1-3/+3
2009-02-19Reorganize code for one-at-a-time resolvingBryan Ischo1-10/+40
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-4/+4
2008-08-26Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-8/+4