summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
...
* _alpm_splitdep: use malloc instead of callocDan McGee2011-09-27
* Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee2011-09-22
* Remove all usages of alpm_list_getdata() from the libraryDan McGee2011-09-20
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Streamline alpm_splitdep() comparisonsDan McGee2011-08-29
* _alpm_splitdep(): don't pass bogus length value to strndupDan McGee2011-08-28
* Be more robust when copying package dataDan McGee2011-08-19
* Convert resolvedep() to use _alpm_depcmp_literal()Dan McGee2011-08-18
* Add an _alpm_depcmp_literal() functionDan McGee2011-08-18
* Remove usages of alpm_list_next() in backendDan McGee2011-08-18
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Add -S --recursive operationDan McGee2011-08-11
* Dependency code style cleanupsDan McGee2011-08-11
* 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