Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-22 | Move the deptest code from frontend to backend. | Chantry Xavier | 1 | -1/+26 |
2008-01-15 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2008-01-15 | Change the versioned provision format. | Chantry Xavier | 1 | -2/+2 |
2008-01-13 | Merge branch 'maint' | Dan McGee | 1 | -8/+12 |
2008-01-12 | small checkdeps speed-up | Nagy Gabor | 1 | -8/+12 |
2008-01-12 | Add functions to manipulate pmdepend_t objects | Dan McGee | 1 | -21/+32 |
2008-01-11 | Use dynamic string allocation in package structures | Dan McGee | 1 | -18/+39 |
2007-12-19 | PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods added | Nagy Gabor | 1 | -1/+18 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-12-05 | Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG message | Nagy Gabor | 1 | -1/+3 |
2007-12-03 | Remove _alpm_depmiss_isin | Dan McGee | 1 | -19/+0 |
2007-12-03 | Add 4 new pactests to get better code coverage by pactest | Dan McGee | 1 | -1/+1 |
2007-12-01 | Minor fixes in sync.c and deps.c. | Chantry Xavier | 1 | -4/+3 |
2007-12-01 | Remove alpm_depcmp DEBUG output | Dan McGee | 1 | -4/+0 |
2007-12-01 | Remove some null checks in _alpm_checkdeps | Dan McGee | 1 | -10/+2 |
2007-12-01 | alpm_checkdeps clean-up | Nagy Gabor | 1 | -117/+34 |
2007-11-25 | Fix for sync1003 and sync1004 pactests | Nagy Gabor | 1 | -164/+121 |
2007-11-21 | Improved 'dependency cycle' warning | Nagy Gabor | 1 | -1/+8 |
2007-11-19 | Versioned provisions. | Nagy Gabor | 1 | -22/+29 |
2007-11-18 | Add the pmconflict_t type. | Nagy Gabor | 1 | -22/+7 |
2007-11-18 | libalpm/deps.c : improves IgnorePkg handling in resolvedeps. | Nagy Gabor | 1 | -27/+25 |
2007-11-17 | Remove provide.c and provide.h . | Chantry Xavier | 1 | -1/+0 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -11/+11 |
2007-11-15 | Fix a would-be memleak with the new compute requiredby stuff | Dan McGee | 1 | -1/+1 |