summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-1/+0
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee1-7/+9
2007-07-13libalpm/remove.c : revert part of commit to fix remove044 pactestChantry Xavier1-5/+5
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier1-5/+5
2007-07-13libalpm/remove.c : Rsd combination.Chantry Xavier1-14/+18
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-1/+0
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-19/+20
2007-07-02Remove unnecessary and extra includesDan McGee1-7/+0
2007-06-28libalpm/remove.c : file variable used before being initialized.Chantry Xavier1-1/+2
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor1-2/+2
2007-06-11Ensure correct and consistent usage of depmissChantry Xavier1-1/+1
2007-04-28Remove FREELISTPTR macroDan McGee1-1/+1
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-04-05Really run scriptlet on pre_remove and post_removeRoman Kyrylych1-2/+2
2007-04-02Move the 100% progress bar call before remove scriptlet for output reasonsVMiklos1-4/+6
2007-03-22* Correct install scriptlet usage (reuse of handle->root when not needed)Aaron Griffin1-7/+5
2007-03-09* Two fixes when running under a new root (-r|--root)Aaron Griffin1-3/+3
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-9/+10
2007-03-04* Maybe that call to _alpm_trans_update_depends was necessary. Added it backDan McGee1-1/+9
2007-03-03* Remove unnecessary call to _alpm_trans_update_depends that was erroringDan McGee1-13/+18
2007-03-03Big commit this time:Aaron Griffin1-20/+30
2007-02-26* Enforce const char* params when using stringsAaron Griffin1-1/+1
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin1-11/+15
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee1-21/+10
2007-02-19* Updated bash_completion script to 3.0 options.Dan McGee1-1/+1
2007-02-19* Added some improved debug output to file conflict checking.Dan McGee1-1/+1
2007-02-18Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin1-1/+1
2007-02-17* A whole mess of backup changesAaron Griffin1-73/+30
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin1-9/+1
2007-02-12This should be an ERROR, not a WARNINGAaron Griffin1-1/+1
2007-02-08Attempt to NOT remove packages on filesystem errors (like a read-onlyAaron Griffin1-27/+68
2007-01-31Debug logging changes:Aaron Griffin1-13/+13
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+8
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-2/+3
2007-01-23James Rosten <seinfeld90@gmail.com>Aaron Griffin1-3/+4
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-18/+18
2007-01-18Some confusion with variable names in unlink_file caused unlink to try and fi...Aaron Griffin1-8/+8
2007-01-18Added strerror() output on unlink failureAaron Griffin1-68/+70
2007-01-17James Rosten <seinfeld90@gmail.com>Aaron Griffin1-80/+77
2007-01-03* Bug fix FS#6058Aaron Griffin1-0/+2
2006-12-01* Cosmetic changes and typo fixesAaron Griffin1-1/+2
2006-11-24* Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignoredAaron Griffin1-2/+2
2006-10-31Numerous changes:Aaron Griffin1-2/+4
2006-10-21Minor changes:Aaron Griffin1-2/+0
2006-10-20A handful of minor changes:Aaron Griffin1-6/+6
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-8/+43
2006-07-15Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet1-1/+5
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-28/+29
2006-03-07added a NOSCRIPLET flag to transactions (patch from VMiklos <vmiklos@frugalwa...Aurelien Foret1-2/+2
2006-03-02code cleanupAurelien Foret1-3/+1