Age | Commit message (Expand) | Author | Files | Lines |
2011-07-03 | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 1 | -47/+47 |
2011-07-03 | checkdeps: remove unnecessary list join and copy | Dan McGee | 1 | -4/+2 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -4/+4 |
2011-07-01 | Prefix alpm_transconv_t members with ALPM | Allan McRae | 1 | -3/+3 |
2011-07-01 | Prefix alpm_transflag_t members with ALPM | Allan McRae | 1 | -1/+1 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -16/+16 |
2011-07-01 | Prefix alpm_depmod_t members with ALPM | Allan McRae | 1 | -22/+22 |
2011-07-01 | Prefix alpm_pkgreason_t members with ALPM | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmgraph_t to alpm_graph_t | Allan McRae | 1 | -5/+5 |
2011-06-28 | Rename pmdepmissing_t to alpm_depmissing_t | Allan McRae | 1 | -8/+8 |
2011-06-28 | Rename pmdepend_t to alpm_depend_t | Allan McRae | 1 | -21/+21 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -32/+32 |
2011-06-28 | Rename pmdb_t to alpm_db_t | Allan McRae | 1 | -3/+3 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -6/+6 |
2011-06-28 | Rename pmdepmod_t to alpm_depmod_t | Allan McRae | 1 | -1/+1 |
2011-06-16 | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 1 | -37/+1 |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 1 | -1/+4 |
2011-06-14 | Add handle argument to _alpm_pkg_should_ignore() | Dan McGee | 1 | -2/+2 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -30/+18 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -14/+16 |
2011-06-14 | Add handle argument to two more alpm methods | Dan McGee | 1 | -14/+15 |
2011-06-09 | Require handle argument to all alpm_trans_*() methods | Dan McGee | 1 | -3/+3 |
2011-06-07 | Add helper methods for setting directory options | Dan McGee | 1 | -0/+1 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -24/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -6/+6 |
2011-04-16 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-04-09 | Fix broken documentation for alpm_trans_prepare() | Rémy Oudompheng | 1 | -1/+1 |
2011-03-28 | Merge branch 'maint' | Dan McGee | 1 | -85/+91 |
2011-03-25 | Ensure reported missing dependencies show correct version comparison | Dan McGee | 1 | -34/+38 |
2011-03-25 | Mark various functions in deps.c static | Dan McGee | 1 | -27/+27 |
2011-03-25 | Move alpm_find_dbs_satisfier() function down in deps.c | Dan McGee | 1 | -23/+24 |
2011-03-25 | Don't include version in dep string if mod == ANY | Dan McGee | 1 | -2/+3 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -44/+44 |
2011-02-25 | alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache | Dave Reisner | 1 | -3/+3 |
2011-02-25 | alpm: remove public visibility of pmpkghash_t | Dave Reisner | 1 | -1/+1 |
2011-02-25 | Continue resolving dependencies rather than bailing on first error | Dan McGee | 1 | -16/+20 |
2011-02-25 | Various small spelling fixes and small tweaks | Dan McGee | 1 | -6/+11 |
2011-02-04 | Read pkgcache into hash | Allan McRae | 1 | -4/+4 |
2011-01-31 | alpm/depcmp: new NODEPVERSION flag | Xavier Chantry | 1 | -8/+35 |
2011-01-29 | alpm/dep: add alpm_find_dbs_satisfier | Xavier Chantry | 1 | -0/+22 |
2011-01-29 | Add interactive provider selection | Xavier Chantry | 1 | -3/+35 |
2011-01-21 | Improve depends string parsing | Dan McGee | 1 | -33/+20 |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 1 | -2/+3 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-22 | Use name hashes in depends to avoid strcmp calls | Dan McGee | 1 | -7/+16 |
2010-12-22 | Remove need for memory allocation in _alpm_depcmp | Dan McGee | 1 | -9/+13 |
2010-12-14 | Use _alpm_pkg_find in deps search | Dan McGee | 1 | -2/+2 |
2010-12-13 | alpm: don't expose alpm_depcmp | Xavier Chantry | 1 | -5/+5 |
2010-12-13 | alpm: kill alpm_deptest | Xavier Chantry | 1 | -25/+0 |