Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-11-15 | libalpm: change graph malloc to MALLOC macro | Dan McGee | 1 | -1/+2 |
2007-11-15 | Move alpm_splitdep usage to db_read | Dan McGee | 1 | -26/+11 |
2007-11-15 | Remove REQUIREDBY usage from libalpm | Dan McGee | 1 | -6/+17 |
2007-11-15 | alpm_list_add == alpm_list_add_last | Nagy Gabor | 1 | -26/+17 |
2007-11-13 | Enforce const correctness on dep functions and rewrite alpm_dep_get_string | Dan McGee | 1 | -28/+30 |
2007-11-11 | Implement IgnoreGroup. | Nathan Jones | 1 | -1/+1 |
2007-11-04 | Clean up usage of extern variables | Dan McGee | 1 | -2/+0 |
2007-10-30 | When printing size_t, use %zd | Dan McGee | 1 | -2/+2 |
2007-10-29 | libalpm: introduce MALLOC and CALLOC macros | Dan McGee | 1 | -15/+6 |
2007-10-29 | Add some more debugging output to dep checking code | Dan McGee | 1 | -2/+6 |
2007-10-27 | Explicitly cast void* to char* during printf call | Dan McGee | 1 | -4/+4 |
2007-10-27 | Dependency error/log messages fix | Nagy Gabor | 1 | -7/+11 |
2007-10-25 | Add alpm_dep_get_string method | Nagy Gabor | 1 | -0/+34 |
2007-10-24 | _alpm_depmiss_isin fix | Nagy Gabor | 1 | -2/+5 |
2007-09-29 | libalpm/deps.c: fix memleak found by valgrind | Dan McGee | 1 | -0/+1 |
2007-09-12 | libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps). | Chantry Xavier | 1 | -1/+8 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -26/+26 |
2007-08-22 | Post trial install changes, round one | Dan McGee | 1 | -4/+4 |
2007-07-17 | libalpm/deps.c : split alpm_depcmp. | Chantry Xavier | 1 | -16/+29 |
2007-07-17 | libalpm/deps.c : split sortbydeps function. | Chantry Xavier | 1 | -27/+41 |
2007-07-16 | new pmdepend_t / pmdepmissing_t accessors. | Chantry Xavier | 1 | -15/+15 |
2007-07-15 | libalpm/deps.c : cleanup + little fix for resolvedeps. | Nagy Gabor | 1 | -61/+46 |
2007-07-13 | libalpm/deps.c : fix for remove044 pactest. | Chantry Xavier | 1 | -54/+50 |
2007-07-12 | Some doxygen comments. | Andrew Fyfe | 1 | -1/+1 |
2007-07-12 | Remove some more conditional include stuff | Dan McGee | 1 | -3/+0 |
2007-07-12 | Remove versioncmp.{c,h}, clean up selective #ifdefs | Dan McGee | 1 | -1/+42 |
2007-07-10 | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee | 1 | -22/+25 |
2007-07-10 | Cleanup of pacman_deptest() | Andrew Fyfe | 1 | -0/+12 |
2007-06-26 | Make alpm_splitdep immutable | Nagy Gabor | 1 | -5/+9 |
2007-06-26 | Remove unnecessary trans parameter from _alpm_checkdeps | Nagy Gabor | 1 | -3/+2 |
2007-06-11 | Implement simple topological sort algorithm for sortbydeps | Nagy Gabor | 1 | -56/+82 |
2007-06-11 | Ensure correct and consistent usage of depmiss | Chantry Xavier | 1 | -2/+3 |
2007-06-11 | Fix for removing a package that is no longer needed | Chantry Xavier | 1 | -36/+42 |