summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)Author
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-16War on whitespaceDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-14alpm_list_add == alpm_list_add_lastNagy Gabor
2007-11-11Fix memleak with new alpm_list_reverse usageDan McGee
2007-11-06Maintain list tail pointers in the head nodeAaron Griffin
2007-11-04libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
2007-10-26dependency error message fix in libalpm/remove.cNagy Gabor
2007-10-08Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee
2007-09-28Minor "cannot remove" message cleanupAaron Griffin
2007-09-23libalpm/add.c: fix backup array issueDan McGee
2007-09-23libalpm/remove.c: fix up arguments to unlink_fileDan McGee
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-02libalpm/remove.c : avoid duplicated packages in removal list.Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-23libalpm/remove.c: check for ability to unlink is wrongDan McGee
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee
2007-07-13libalpm/remove.c : revert part of commit to fix remove044 pactestChantry Xavier
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier
2007-07-13libalpm/remove.c : Rsd combination.Chantry Xavier
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-01Remove unnecessary and extra includesDan McGee
2007-06-28libalpm/remove.c : file variable used before being initialized.Chantry Xavier
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor
2007-06-10Ensure correct and consistent usage of depmissChantry Xavier
2007-04-28Remove FREELISTPTR macroDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-04-05Really run scriptlet on pre_remove and post_removeRoman Kyrylych
2007-04-01Move the 100% progress bar call before remove scriptlet for output reasonsVMiklos
2007-03-22* Correct install scriptlet usage (reuse of handle->root when not needed)Aaron Griffin
2007-03-09* Two fixes when running under a new root (-r|--root)Aaron Griffin
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-04* Maybe that call to _alpm_trans_update_depends was necessary. Added it backDan McGee
2007-03-03* Remove unnecessary call to _alpm_trans_update_depends that was erroringDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-02-26* Enforce const char* params when using stringsAaron Griffin
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee
2007-02-19* Updated bash_completion script to 3.0 options.Dan McGee
2007-02-19* Added some improved debug output to file conflict checking.Dan McGee
2007-02-18Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin
2007-02-17* A whole mess of backup changesAaron Griffin
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin
2007-02-12This should be an ERROR, not a WARNINGAaron Griffin