| Commit message (Expand) | Author | Age |
* | Be more robust when copying package data | Dan McGee | 2011-08-19 |
* | Convert resolvedep() to use _alpm_depcmp_literal() | Dan McGee | 2011-08-18 |
* | Add an _alpm_depcmp_literal() function | Dan McGee | 2011-08-18 |
* | Remove usages of alpm_list_next() in backend | Dan McGee | 2011-08-18 |
* | Parse conflicts/provides/replaces at database load time | Dan McGee | 2011-08-15 |
* | Add -S --recursive operation | Dan McGee | 2011-08-11 |
* | Dependency code style cleanups | Dan McGee | 2011-08-11 |
* | Depend on name_hash being set | Dan McGee | 2011-08-09 |
* | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 2011-07-03 |
|\ |
|
| * | Prefix _alpm_errno_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_transconv_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_transflag_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_depmod_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_pkgreason_t members with ALPM | Allan McRae | 2011-07-02 |
* | | checkdeps: remove unnecessary list join and copy | Dan McGee | 2011-07-03 |
|/ |
|
* | Rename pmgraph_t to alpm_graph_t | Allan McRae | 2011-06-28 |
* | Rename pmdepmissing_t to alpm_depmissing_t | Allan McRae | 2011-06-28 |
* | Rename pmdepend_t to alpm_depend_t | Allan McRae | 2011-06-28 |
* | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 2011-06-28 |
* | Rename pmdb_t to alpm_db_t | Allan McRae | 2011-06-28 |
* | Rename pmhandle_t to alpm_handle_t | Allan McRae | 2011-06-28 |
* | Rename pmdepmod_t to alpm_depmod_t | Allan McRae | 2011-06-28 |
* | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 2011-06-16 |
* | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 2011-06-14 |
* | Add handle argument to _alpm_pkg_should_ignore() | Dan McGee | 2011-06-14 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | Add handle argument to two more alpm methods | Dan McGee | 2011-06-13 |
* | Require handle argument to all alpm_trans_*() methods | Dan McGee | 2011-06-09 |
* | Add helper methods for setting directory options | Dan McGee | 2011-06-07 |
* | Push down extern handle variable to files that need it | Dan McGee | 2011-06-03 |
* | Remove ALPM_LOG_FUNC macro | Dan McGee | 2011-06-03 |
* | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | Merge branch 'maint' | Dan McGee | 2011-04-15 |
|\ |
|
| * | Fix broken documentation for alpm_trans_prepare() | Rémy Oudompheng | 2011-04-09 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-27 |
|\| |
|
| * | Ensure reported missing dependencies show correct version comparison | Dan McGee | 2011-03-25 |
| * | Mark various functions in deps.c static | Dan McGee | 2011-03-25 |
| * | Move alpm_find_dbs_satisfier() function down in deps.c | Dan McGee | 2011-03-25 |
| * | Don't include version in dep string if mod == ANY | Dan McGee | 2011-03-25 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache | Dave Reisner | 2011-02-25 |
* | alpm: remove public visibility of pmpkghash_t | Dave Reisner | 2011-02-25 |
* | Continue resolving dependencies rather than bailing on first error | Dan McGee | 2011-02-25 |
* | Various small spelling fixes and small tweaks | Dan McGee | 2011-02-25 |
* | Read pkgcache into hash | Allan McRae | 2011-02-04 |
* | alpm/depcmp: new NODEPVERSION flag | Xavier Chantry | 2011-01-31 |
* | alpm/dep: add alpm_find_dbs_satisfier | Xavier Chantry | 2011-01-29 |
* | Add interactive provider selection | Xavier Chantry | 2011-01-29 |