summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)Author
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner
2011-02-25Continue resolving dependencies rather than bailing on first errorDan McGee
2011-02-25Various small spelling fixes and small tweaksDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry
2011-01-29alpm/dep: add alpm_find_dbs_satisfierXavier Chantry
2011-01-29Add interactive provider selectionXavier Chantry
2011-01-21Improve depends string parsingDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-21Use name hashes in depends to avoid strcmp callsDan McGee
2010-12-21Remove need for memory allocation in _alpm_depcmpDan McGee
2010-12-14Use _alpm_pkg_find in deps searchDan McGee
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry
2010-12-12alpm: kill alpm_deptestXavier Chantry
2010-12-12alpm: add new alpm_find_satisfier functionXavier Chantry
2010-10-13Move the cache stuff where it should beDan McGee
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-05-18Partial fix for the phonon/qt issueNagy Gabor
2010-03-14Bump copyright dates to 2010Dan McGee
2009-09-08Use sync.c for upgrade transaction prepare and commitNagy Gabor
2009-07-01Update copyright headers and messagesDan McGee
2009-04-11Look in target-list first to resolve dependenciesBryan Ischo
2009-04-11Print warning in _alpm_resolvedep() if a satisfier package is ignored without...Nagy Gabor
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor
2009-02-23Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo
2009-02-23Enabled new interactive prompt and updated some testsBryan Ischo
2009-02-18Reorganize code for one-at-a-time resolvingBryan Ischo
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry
2008-07-19Use NULL instead of "" as no causingpkgNagy Gabor
2008-07-13sync_addtarget reworkNagy Gabor
2008-07-07Resolvedeps reworkNagy Gabor
2008-07-07Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor
2008-07-07New _alpm_find_dep_satisfier functionNagy Gabor
2008-07-07New _alpm_dep_edge functionNagy Gabor
2008-05-14Remove wrapper call around versioncmpDan McGee
2008-05-13Simplify _alpm_pkg_new()Dan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor
2008-04-25Kill compute_requiredby usage in can_remove_package()Nagy Gabor
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-23Avoid duplicated target names.Nagy Gabor
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
2008-03-09Merge branch 'maint'Dan McGee
2008-03-04Remove a bogus commentNagy Gabor
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor
2008-01-23Fix flip-flopped parameters to CALLOC macroDan McGee