Age | Commit message (Expand) | Author | Files | Lines |
2017-01-04 | Update copyright years | Allan McRae | 1 | -1/+1 |
2016-09-25 | Do not #define _RESERVED_IDENTIFIERS | Ivy Foster | 1 | -3/+3 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-09-30 | libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_free | Florian Pritz | 1 | -2/+0 |
2014-09-30 | deps.c: split _alpm_depcmp into _alpm_depcmp_provides | Florian Pritz | 1 | -0/+1 |
2014-02-04 | alpm: export *_free functions | Andrew Gregory | 1 | -1/+0 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-10-31 | deps.c: pass alpm_list** to _alpm_recursedeps | Andrew Gregory | 1 | -1/+1 |
2013-10-31 | sortbydeps: include local pkgs in dep graph | Andrew Gregory | 1 | -1/+2 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2011-08-19 | Be more robust when copying package data | Dan McGee | 1 | -1/+1 |
2011-08-18 | Add an _alpm_depcmp_literal() function | Dan McGee | 1 | -0/+1 |
2011-06-28 | Rename pmdepmissing_t to alpm_depmissing_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmdepend_t to alpm_depend_t | Allan McRae | 1 | -4/+4 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmdb_t to alpm_db_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -2/+2 |
2011-06-16 | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 1 | -15/+0 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -1/+1 |
2011-06-14 | Add handle argument to two more alpm methods | Dan McGee | 1 | -1/+1 |
2011-03-25 | Ensure reported missing dependencies show correct version comparison | Dan McGee | 1 | -1/+0 |
2011-03-25 | Mark various functions in deps.c static | Dan McGee | 1 | -5/+0 |
2011-01-31 | alpm/depcmp: new NODEPVERSION flag | Xavier Chantry | 1 | -0/+1 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-30 | Correct type for hash value storage | Allan McRae | 1 | -1/+1 |
2010-12-22 | Use name hashes in depends to avoid strcmp calls | Dan McGee | 1 | -1/+2 |
2010-12-13 | alpm: don't expose alpm_depcmp | Xavier Chantry | 1 | -0/+1 |
2010-05-18 | Partial fix for the phonon/qt issue | Nagy Gabor | 1 | -1/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 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 | -1/+2 |
2009-02-24 | Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages | Bryan Ischo | 1 | -1/+1 |
2009-02-19 | Reorganize code for one-at-a-time resolving | Bryan Ischo | 1 | -2/+2 |
2008-07-13 | sync_addtarget rework | Nagy Gabor | 1 | -1/+0 |
2008-07-08 | Resolvedeps rework | Nagy Gabor | 1 | -3/+3 |
2008-07-08 | New _alpm_find_dep_satisfier function | Nagy Gabor | 1 | -0/+1 |
2008-07-08 | New _alpm_dep_edge function | Nagy Gabor | 1 | -0/+1 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -0/+1 |
2008-03-18 | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier | 1 | -1/+1 |
2008-02-16 | Move pmgraph_t struct and functions to their own header file | Dan McGee | 1 | -10/+0 |
2008-02-06 | New remove option : -u / --unneeded (FS#6505). | Nagy Gabor | 1 | -1/+3 |
2008-01-22 | Move the deptest code from frontend to backend. | Chantry Xavier | 1 | -1/+3 |
2008-01-12 | Add functions to manipulate pmdepend_t objects | Dan McGee | 1 | -3/+5 |
2008-01-11 | Use dynamic string allocation in package structures | Dan McGee | 1 | -3/+4 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-12-03 | Remove _alpm_depmiss_isin | Dan McGee | 1 | -1/+0 |
2007-11-25 | Fix for sync1003 and sync1004 pactests | Nagy Gabor | 1 | -3/+1 |