Age | Commit message (Expand) | Author |
2011-06-07 | Add helper methods for setting directory options | Dan McGee |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee |
2011-04-20 | syntax: if/while statements should have no trailing space | Dan McGee |
2011-04-15 | Merge branch 'maint' | Dan McGee |
2011-04-09 | Fix broken documentation for alpm_trans_prepare() | Rémy Oudompheng |
2011-03-27 | Merge branch 'maint' | Dan McGee |
2011-03-25 | 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-20 | Style change: return(x) --> return x | Dan McGee |
2011-02-25 | 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-04 | Read pkgcache into hash | Allan McRae |
2011-01-31 | alpm/depcmp: new NODEPVERSION flag | Xavier Chantry |
2011-01-29 | alpm/dep: add alpm_find_dbs_satisfier | Xavier Chantry |
2011-01-29 | Add interactive provider selection | Xavier Chantry |
2011-01-21 | Improve depends string parsing | Dan McGee |
2011-01-07 | Fix some more simple conversion "errors" | Dan McGee |
2011-01-07 | Update copyright years for 2011 | Allan McRae |
2010-12-21 | Use name hashes in depends to avoid strcmp calls | Dan McGee |
2010-12-21 | Remove need for memory allocation in _alpm_depcmp | Dan McGee |
2010-12-14 | Use _alpm_pkg_find in deps search | Dan McGee |
2010-12-12 | alpm: don't expose alpm_depcmp | Xavier Chantry |
2010-12-12 | alpm: kill alpm_deptest | Xavier Chantry |
2010-12-12 | alpm: add new alpm_find_satisfier function | Xavier Chantry |
2010-10-13 | Move the cache stuff where it should be | Dan McGee |
2010-06-21 | Clarify testing within conditional statements | Allan McRae |
2010-05-18 | Partial fix for the phonon/qt issue | Nagy Gabor |
2010-03-14 | Bump copyright dates to 2010 | Dan McGee |
2009-09-08 | Use sync.c for upgrade transaction prepare and commit | Nagy Gabor |
2009-07-01 | Update copyright headers and messages | Dan McGee |
2009-04-11 | Look in target-list first to resolve dependencies | Bryan Ischo |
2009-04-11 | Print warning in _alpm_resolvedep() if a satisfier package is ignored without... | Nagy Gabor |
2009-04-11 | New error type: PM_ERR_PKG_IGNORED | Nagy Gabor |
2009-02-23 | Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages | Bryan Ischo |
2009-02-23 | Enabled new interactive prompt and updated some tests | Bryan Ischo |
2009-02-18 | Reorganize code for one-at-a-time resolving | Bryan Ischo |
2009-01-12 | Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm... | Nagy Gabor |
2008-08-25 | Change checkdeps and checkdbconflicts to be more flexible. | Xavier Chantry |
2008-07-19 | Use NULL instead of "" as no causingpkg | Nagy Gabor |
2008-07-13 | sync_addtarget rework | Nagy Gabor |
2008-07-07 | Resolvedeps rework | Nagy Gabor |
2008-07-07 | Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback function | Nagy Gabor |
2008-07-07 | New _alpm_find_dep_satisfier function | Nagy Gabor |
2008-07-07 | New _alpm_dep_edge function | Nagy Gabor |
2008-05-14 | Remove wrapper call around versioncmp | Dan McGee |