Age | Commit message (Expand) | Author | Files | Lines |
2008-03-18 | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier | 1 | -1/+1 |
2008-03-11 | Add -Rss option | Nagy Gabor | 1 | -1/+1 |
2008-03-09 | Merge branch 'maint' | Dan McGee | 1 | -1/+0 |
2008-03-09 | Remove a bogus comment from libalpm/remove.c | Nagy Gabor | 1 | -1/+0 |
2008-02-06 | libalpm/package.c : add _alpm_pkgname_pkg_cmp function. | Nagy Gabor | 1 | -4/+2 |
2008-02-06 | New remove option : -u / --unneeded (FS#6505). | Nagy Gabor | 1 | -1/+25 |
2008-01-13 | Merge branch 'maint' | Dan McGee | 1 | -1/+3 |
2008-01-12 | don't send CHECKDEPS_DONE event when NODEPS is set. | Chantry Xavier | 1 | -1/+3 |
2008-01-12 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2008-01-12 | Only notify of dependency check in removal if performed | Allan McRae | 1 | -2/+2 |
2008-01-11 | Use dynamic string allocation in package structures | Dan McGee | 1 | -1/+2 |
2007-12-29 | libalpm/remove.c : switch back to lstat usage. | Chantry Xavier | 1 | -1/+5 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-11-25 | Fix for sync1003 and sync1004 pactests | Nagy Gabor | 1 | -2/+2 |
2007-11-25 | Fix several memleaks, mostly related to errors handling. | Chantry Xavier | 1 | -1/+1 |
2007-11-18 | Simple s/conflict/fileconflict/ renaming. | Chantry Xavier | 1 | -1/+1 |
2007-11-17 | Remove provide.c and provide.h . | Chantry Xavier | 1 | -1/+0 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -7/+7 |
2007-11-15 | Remove REQUIREDBY usage from libalpm | Dan McGee | 1 | -8/+1 |
2007-11-15 | alpm_list_add == alpm_list_add_last | Nagy Gabor | 1 | -5/+5 |
2007-11-11 | Fix memleak with new alpm_list_reverse usage | Dan McGee | 1 | -2/+4 |
2007-11-07 | Maintain list tail pointers in the head node | Aaron Griffin | 1 | -1/+2 |
2007-11-05 | libalpm: use an lstat wrapper so we never dereference dir symlinks | Dan McGee | 1 | -1/+1 |
2007-11-04 | Readd scriptlet logging that got lost in an earlier commit | Dan McGee | 1 | -2/+2 |
2007-10-27 | dependency error message fix in libalpm/remove.c | Nagy Gabor | 1 | -1/+1 |
2007-10-09 | Add gcc format attribute to _alpm_log, catch a few bugs in the process | Dan McGee | 1 | -1/+1 |
2007-09-28 | Minor "cannot remove" message cleanup | Aaron Griffin | 1 | -1/+2 |
2007-09-24 | libalpm/add.c: fix backup array issue | Dan McGee | 1 | -15/+13 |
2007-09-24 | libalpm/remove.c: fix up arguments to unlink_file | Dan McGee | 1 | -19/+15 |
2007-09-17 | trans.c : reworking of transaction interruptions | Chantry Xavier | 1 | -3/+2 |
2007-09-02 | libalpm/remove.c : avoid duplicated packages in removal list. | Chantry Xavier | 1 | -3/+5 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -25/+25 |
2007-08-24 | libalpm/remove.c: check for ability to unlink is wrong | Dan McGee | 1 | -1/+2 |
2007-08-16 | Fix some errors spit out by -Wextra | Dan McGee | 1 | -2/+2 |
2007-08-16 | Clean up MD5 code. | Andrew Fyfe | 1 | -1/+0 |
2007-08-16 | Remove support for SHA1 from pacman. | Andrew Fyfe | 1 | -1/+0 |
2007-07-14 | Ensure requiredby entries are removed during an upgrade | Dan McGee | 1 | -7/+9 |
2007-07-13 | libalpm/remove.c : revert part of commit to fix remove044 pactest | Chantry Xavier | 1 | -5/+5 |
2007-07-13 | libalpm/deps.c : fix for remove044 pactest. | Chantry Xavier | 1 | -5/+5 |
2007-07-13 | libalpm/remove.c : Rsd combination. | Chantry Xavier | 1 | -14/+18 |
2007-07-12 | Remove versioncmp.{c,h}, clean up selective #ifdefs | Dan McGee | 1 | -1/+0 |
2007-07-10 | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee | 1 | -19/+20 |
2007-07-02 | Remove unnecessary and extra includes | Dan McGee | 1 | -7/+0 |
2007-06-28 | libalpm/remove.c : file variable used before being initialized. | Chantry Xavier | 1 | -1/+2 |
2007-06-26 | Remove unnecessary trans parameter from _alpm_checkdeps | Nagy Gabor | 1 | -2/+2 |
2007-06-11 | Ensure correct and consistent usage of depmiss | Chantry Xavier | 1 | -1/+1 |
2007-04-28 | Remove FREELISTPTR macro | Dan McGee | 1 | -1/+1 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 1 | -1/+0 |
2007-04-05 | Really run scriptlet on pre_remove and post_remove | Roman Kyrylych | 1 | -2/+2 |
2007-04-02 | Move the 100% progress bar call before remove scriptlet for output reasons | VMiklos | 1 | -4/+6 |