summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)Author
2011-09-27_alpm_splitdep: use malloc instead of callocDan McGee
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-08-29Streamline alpm_splitdep() comparisonsDan McGee
2011-08-28_alpm_splitdep(): don't pass bogus length value to strndupDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-18Convert resolvedep() to use _alpm_depcmp_literal()Dan McGee
2011-08-18Add an _alpm_depcmp_literal() functionDan McGee
2011-08-18Remove usages of alpm_list_next() in backendDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-11Add -S --recursive operationDan McGee
2011-08-11Dependency code style cleanupsDan McGee
2011-08-09Depend on name_hash being setDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03checkdeps: remove unnecessary list join and copyDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transconv_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_depmod_t members with ALPMAllan McRae
2011-07-02Prefix alpm_pkgreason_t members with ALPMAllan McRae
2011-06-28Rename pmgraph_t to alpm_graph_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmdepmod_t to alpm_depmod_tAllan McRae
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-07Add helper methods for setting directory optionsDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-15Merge branch 'maint'Dan McGee
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng
2011-03-27Merge branch 'maint'Dan McGee
2011-03-25Ensure reported missing dependencies show correct version comparisonDan McGee
2011-03-25Mark various functions in deps.c staticDan McGee
2011-03-25Move alpm_find_dbs_satisfier() function down in deps.cDan McGee
2011-03-25Don't include version in dep string if mod == ANYDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner