summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Add helper methods for setting directory optionsDan McGee2011-06-07
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* Merge branch 'maint'Dan McGee2011-04-15
|\
| * Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng2011-04-09
* | Merge branch 'maint'Dan McGee2011-03-27
|\|
| * Ensure reported missing dependencies show correct version comparisonDan McGee2011-03-25
| * Mark various functions in deps.c staticDan McGee2011-03-25
| * Move alpm_find_dbs_satisfier() function down in deps.cDan McGee2011-03-25
| * Don't include version in dep string if mod == ANYDan McGee2011-03-25
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* alpm: remove public visibility of pmpkghash_tDave Reisner2011-02-25
* Continue resolving dependencies rather than bailing on first errorDan McGee2011-02-25
* Various small spelling fixes and small tweaksDan McGee2011-02-25
* Read pkgcache into hashAllan McRae2011-02-04
* alpm/depcmp: new NODEPVERSION flagXavier Chantry2011-01-31
* alpm/dep: add alpm_find_dbs_satisfierXavier Chantry2011-01-29
* Add interactive provider selectionXavier Chantry2011-01-29
* Improve depends string parsingDan McGee2011-01-21
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Use name hashes in depends to avoid strcmp callsDan McGee2010-12-21
* Remove need for memory allocation in _alpm_depcmpDan McGee2010-12-21
* Use _alpm_pkg_find in deps searchDan McGee2010-12-14
* alpm: don't expose alpm_depcmpXavier Chantry2010-12-12
* alpm: kill alpm_deptestXavier Chantry2010-12-12
* alpm: add new alpm_find_satisfier functionXavier Chantry2010-12-12
* Move the cache stuff where it should beDan McGee2010-10-13
* Clarify testing within conditional statementsAllan McRae2010-06-21
* Partial fix for the phonon/qt issueNagy Gabor2010-05-18
* Bump copyright dates to 2010Dan McGee2010-03-14
* Use sync.c for upgrade transaction prepare and commitNagy Gabor2009-09-08
* Update copyright headers and messagesDan McGee2009-07-01
* Look in target-list first to resolve dependenciesBryan Ischo2009-04-11
* Print warning in _alpm_resolvedep() if a satisfier package is ignored without...Nagy Gabor2009-04-11
* New error type: PM_ERR_PKG_IGNOREDNagy Gabor2009-04-11
* Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo2009-02-23
* Enabled new interactive prompt and updated some testsBryan Ischo2009-02-23
* Reorganize code for one-at-a-time resolvingBryan Ischo2009-02-18
* Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor2009-01-12
* Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry2008-08-25
* Use NULL instead of "" as no causingpkgNagy Gabor2008-07-19
* sync_addtarget reworkNagy Gabor2008-07-13
* Resolvedeps reworkNagy Gabor2008-07-07
* Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor2008-07-07
* New _alpm_find_dep_satisfier functionNagy Gabor2008-07-07
* New _alpm_dep_edge functionNagy Gabor2008-07-07