Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-12-13 | alpm: add new alpm_find_satisfier function | Xavier Chantry | 1 | -0/+14 |
2010-10-13 | Move the cache stuff where it should be | Dan McGee | 1 | -1/+0 |
2010-06-20 | Clarify testing within conditional statements | Allan McRae | 1 | -1/+1 |
2010-05-18 | Partial fix for the phonon/qt issue | Nagy Gabor | 1 | -7/+3 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-09-09 | Use sync.c for upgrade transaction prepare and commit | Nagy Gabor | 1 | -1/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-04-11 | Look in target-list first to resolve dependencies | Bryan Ischo | 1 | -7/+11 |
2009-04-11 | Print warning in _alpm_resolvedep() if a satisfier package is ignored without... | Nagy Gabor | 1 | -0/+4 |
2009-04-11 | New error type: PM_ERR_PKG_IGNORED | Nagy Gabor | 1 | -1/+9 |
2009-02-24 | Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages | Bryan Ischo | 1 | -9/+25 |
2009-02-24 | Enabled new interactive prompt and updated some tests | Bryan Ischo | 1 | -3/+3 |
2009-02-19 | Reorganize code for one-at-a-time resolving | Bryan Ischo | 1 | -10/+40 |
2009-01-13 | Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm... | Nagy Gabor | 1 | -4/+4 |
2008-08-26 | Change checkdeps and checkdbconflicts to be more flexible. | Xavier Chantry | 1 | -8/+4 |
2008-07-19 | Use NULL instead of "" as no causingpkg | Nagy Gabor | 1 | -1/+1 |
2008-07-13 | sync_addtarget rework | Nagy Gabor | 1 | -26/+2 |
2008-07-08 | Resolvedeps rework | Nagy Gabor | 1 | -110/+79 |
2008-07-08 | Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback function | Nagy Gabor | 1 | -2/+2 |
2008-07-08 | New _alpm_find_dep_satisfier function | Nagy Gabor | 1 | -6/+19 |
2008-07-08 | New _alpm_dep_edge function | Nagy Gabor | 1 | -28/+26 |
2008-05-14 | Remove wrapper call around versioncmp | Dan McGee | 1 | -1/+1 |
2008-05-14 | Simplify _alpm_pkg_new() | Dan McGee | 1 | -2/+4 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -9/+29 |
2008-05-13 | Swap the parameters of alpm_pkg_find | Nagy Gabor | 1 | -6/+6 |
2008-04-26 | Kill compute_requiredby usage in can_remove_package() | Nagy Gabor | 1 | -8/+10 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-03-23 | Avoid duplicated target names. | Nagy Gabor | 1 | -2/+4 |
2008-03-18 | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier | 1 | -7/+6 |
2008-03-09 | Merge branch 'maint' | Dan McGee | 1 | -1/+0 |
2008-03-04 | Remove a bogus comment | Nagy Gabor | 1 | -1/+0 |
2008-02-16 | Move pmgraph_t struct and functions to their own header file | Dan McGee | 1 | -27/+3 |
2008-02-06 | New remove option : -u / --unneeded (FS#6505). | Nagy Gabor | 1 | -4/+18 |
2008-01-24 | Fix flip-flopped parameters to CALLOC macro | Dan McGee | 1 | -2/+2 |