| Commit message (Expand) | Author | Age |
* | Be more robust when copying package data | Dan McGee | 2011-08-19 |
* | Add an _alpm_depcmp_literal() function | Dan McGee | 2011-08-18 |
* | 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 |
* | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 2011-06-16 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | Add handle argument to two more alpm methods | Dan McGee | 2011-06-13 |
* | 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 |
* | alpm/depcmp: new NODEPVERSION flag | Xavier Chantry | 2011-01-31 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Correct type for hash value storage | Allan McRae | 2010-12-29 |
* | Use name hashes in depends to avoid strcmp calls | Dan McGee | 2010-12-21 |
* | alpm: don't expose alpm_depcmp | Xavier Chantry | 2010-12-12 |
* | Partial fix for the phonon/qt issue | Nagy Gabor | 2010-05-18 |
* | Bump copyright dates to 2010 | Dan McGee | 2010-03-14 |
* | Update copyright headers and messages | Dan McGee | 2009-07-01 |
* | Look in target-list first to resolve dependencies | Bryan Ischo | 2009-04-11 |
* | Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages | Bryan Ischo | 2009-02-23 |
* | Reorganize code for one-at-a-time resolving | Bryan Ischo | 2009-02-18 |
* | sync_addtarget rework | Nagy Gabor | 2008-07-13 |
* | Resolvedeps rework | Nagy Gabor | 2008-07-07 |
* | New _alpm_find_dep_satisfier function | Nagy Gabor | 2008-07-07 |
* | New _alpm_dep_edge function | Nagy Gabor | 2008-07-07 |
* | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 2008-05-13 |
* | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier | 2008-03-17 |
* | Move pmgraph_t struct and functions to their own header file | Dan McGee | 2008-02-16 |
* | New remove option : -u / --unneeded (FS#6505). | Nagy Gabor | 2008-02-06 |
* | Move the deptest code from frontend to backend. | Chantry Xavier | 2008-01-21 |
* | Add functions to manipulate pmdepend_t objects | Dan McGee | 2008-01-11 |
* | Use dynamic string allocation in package structures | Dan McGee | 2008-01-11 |
* | Update GNU GPL boilerplate and copyright dates | Dan McGee | 2007-12-10 |
* | Remove _alpm_depmiss_isin | Dan McGee | 2007-12-02 |
* | Fix for sync1003 and sync1004 pactests | Nagy Gabor | 2007-11-25 |
* | Add the pmconflict_t type. | Nagy Gabor | 2007-11-18 |
* | War on whitespace | Dan McGee | 2007-11-16 |
* | alpm_list_add == alpm_list_add_last | Nagy Gabor | 2007-11-14 |
* | libalpm/deps.c : cleanup + little fix for resolvedeps. | Nagy Gabor | 2007-07-15 |
* | libalpm/deps.c : fix for remove044 pactest. | Chantry Xavier | 2007-07-13 |
* | Remove unnecessary trans parameter from _alpm_checkdeps | Nagy Gabor | 2007-06-26 |
* | Implement simple topological sort algorithm for sortbydeps | Nagy Gabor | 2007-06-10 |
* | * Bug fix for makepkg dependency testing. This requires that we | Aaron Griffin | 2007-03-07 |
* | * A little more hacking with wchar_t output, but nothing really changed in | Dan McGee | 2007-03-03 |
* | * Forgot the int->enum header checkin | Aaron Griffin | 2007-01-31 |
* | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 2007-01-24 |
* | Preliminary checkin for alpm_list conversion | Aaron Griffin | 2007-01-19 |
* | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | 2006-11-22 |