Age | Commit message (Expand) | Author | Files | Lines |
2007-11-04 | Readd scriptlet logging that got lost in an earlier commit | Dan McGee | 1 | -2/+2 |
2007-10-26 | dependency error message fix in libalpm/remove.c | Nagy Gabor | 1 | -1/+1 |
2007-10-08 | 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-23 | libalpm/add.c: fix backup array issue | Dan McGee | 1 | -15/+13 |
2007-09-23 | libalpm/remove.c: fix up arguments to unlink_file | Dan McGee | 1 | -19/+15 |
2007-09-16 | 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-23 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -25/+25 |
2007-08-23 | 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-01 | 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-10 | 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-26 | 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-01 | Move the 100% progress bar call before remove scriptlet for output reasons | VMiklos | 1 | -4/+6 |
2007-03-22 | * Correct install scriptlet usage (reuse of handle->root when not needed) | Aaron Griffin | 1 | -7/+5 |
2007-03-09 | * Two fixes when running under a new root (-r|--root) | Aaron Griffin | 1 | -3/+3 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -9/+10 |
2007-03-04 | * Maybe that call to _alpm_trans_update_depends was necessary. Added it back | Dan McGee | 1 | -1/+9 |
2007-03-03 | * Remove unnecessary call to _alpm_trans_update_depends that was erroring | Dan McGee | 1 | -13/+18 |
2007-03-03 | Big commit this time: | Aaron Griffin | 1 | -20/+30 |
2007-02-26 | * Enforce const char* params when using strings | Aaron Griffin | 1 | -1/+1 |
2007-02-21 | * Re-added a compare function for syncpkg's - it was removed without thinking | Aaron Griffin | 1 | -11/+15 |
2007-02-20 | * Updated conflict checking one last time. You can finally have a file move | Dan McGee | 1 | -21/+10 |
2007-02-19 | * Updated bash_completion script to 3.0 options. | Dan McGee | 1 | -1/+1 |
2007-02-19 | * Added some improved debug output to file conflict checking. | Dan McGee | 1 | -1/+1 |
2007-02-18 | Moved the update_depends function to trans.c, as it depends on a transaction | Aaron Griffin | 1 | -1/+1 |
2007-02-17 | * A whole mess of backup changes | Aaron Griffin | 1 | -73/+30 |
2007-02-13 | * Refactored conflict checking within packages. Profiling from Dan showed an | Aaron Griffin | 1 | -9/+1 |
2007-02-12 | This should be an ERROR, not a WARNING | Aaron Griffin | 1 | -1/+1 |
2007-02-08 | Attempt to NOT remove packages on filesystem errors (like a read-only | Aaron Griffin | 1 | -27/+68 |
2007-01-31 | Debug logging changes: | Aaron Griffin | 1 | -13/+13 |
2007-01-30 | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | 1 | -0/+8 |
2007-01-30 | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | 1 | -2/+3 |
2007-01-23 | James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 1 | -3/+4 |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -18/+18 |
2007-01-18 | Some confusion with variable names in unlink_file caused unlink to try and fi... | Aaron Griffin | 1 | -8/+8 |
2007-01-18 | Added strerror() output on unlink failure | Aaron Griffin | 1 | -68/+70 |