summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
* Depend on name_hash being setDan McGee2011-08-09
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transconv_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_depmod_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_pkgreason_t members with ALPMAllan McRae2011-07-02
* | checkdeps: remove unnecessary list join and copyDan McGee2011-07-03
|/
* Rename pmgraph_t to alpm_graph_tAllan McRae2011-06-28
* Rename pmdepmissing_t to alpm_depmissing_tAllan McRae2011-06-28
* Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Rename pmdepmod_t to alpm_depmod_tAllan McRae2011-06-28
* Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Add handle argument to _alpm_pkg_should_ignore()Dan McGee2011-06-14
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Add handle argument to two more alpm methodsDan McGee2011-06-13
* 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