summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Merge branch 'maint'Dan McGee1-1/+1
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng1-1/+1
2011-03-27Merge 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-20Style 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-07Fix some more simple conversion "errors"Dan McGee1-2/+3
2011-01-07Update copyright years for 2011Allan McRae1-1/+1
2010-12-21Use name hashes in depends to avoid strcmp callsDan McGee1-7/+16
2010-12-21Remove need for memory allocation in _alpm_depcmpDan McGee1-9/+13
2010-12-14Use _alpm_pkg_find in deps searchDan McGee1-2/+2
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry1-5/+5
2010-12-12alpm: kill alpm_deptestXavier Chantry1-25/+0
2010-12-12alpm: add new alpm_find_satisfier functionXavier Chantry1-0/+14
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-06-21Clarify testing within conditional statementsAllan McRae1-1/+1
2010-05-18Partial fix for the phonon/qt issueNagy Gabor1-7/+3
2010-03-14Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-08Use 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-23Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo1-9/+25
2009-02-23Enabled new interactive prompt and updated some testsBryan Ischo1-3/+3
2009-02-18Reorganize code for one-at-a-time resolvingBryan Ischo1-10/+40
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-4/+4
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-8/+4
2008-07-19Use NULL instead of "" as no causingpkgNagy Gabor1-1/+1
2008-07-13sync_addtarget reworkNagy Gabor1-26/+2
2008-07-07Resolvedeps reworkNagy Gabor1-110/+79
2008-07-07Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor1-2/+2
2008-07-07New _alpm_find_dep_satisfier functionNagy Gabor1-6/+19
2008-07-07New _alpm_dep_edge functionNagy Gabor1-28/+26
2008-05-14Remove wrapper call around versioncmpDan McGee1-1/+1
2008-05-13Simplify _alpm_pkg_new()Dan McGee1-2/+4
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-9/+29
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor1-6/+6
2008-04-25Kill compute_requiredby usage in can_remove_package()Nagy Gabor1-8/+10