summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-06libalpm/package.c : add _alpm_pkgname_pkg_cmp function.Nagy Gabor1-4/+2
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor1-1/+25
2008-01-13Merge branch 'maint'Dan McGee1-1/+3
2008-01-12don't send CHECKDEPS_DONE event when NODEPS is set.Chantry Xavier1-1/+3
2008-01-12Merge branch 'maint'Dan McGee1-2/+2
2008-01-12Only notify of dependency check in removal if performedAllan McRae1-2/+2
2008-01-11Use dynamic string allocation in package structuresDan McGee1-1/+2
2007-12-29libalpm/remove.c : switch back to lstat usage.Chantry Xavier1-1/+5
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor1-2/+2
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier1-1/+1
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier1-1/+1
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+0
2007-11-17War on whitespaceDan McGee1-7/+7
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-8/+1
2007-11-15alpm_list_add == alpm_list_add_lastNagy Gabor1-5/+5
2007-11-11Fix memleak with new alpm_list_reverse usageDan McGee1-2/+4
2007-11-07Maintain list tail pointers in the head nodeAaron Griffin1-1/+2
2007-11-05libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee1-1/+1
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee1-2/+2
2007-10-27dependency error message fix in libalpm/remove.cNagy Gabor1-1/+1
2007-10-09Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee1-1/+1
2007-09-28Minor "cannot remove" message cleanupAaron Griffin1-1/+2
2007-09-24libalpm/add.c: fix backup array issueDan McGee1-15/+13
2007-09-24libalpm/remove.c: fix up arguments to unlink_fileDan McGee1-19/+15
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier1-3/+2
2007-09-02libalpm/remove.c : avoid duplicated packages in removal list.Chantry Xavier1-3/+5
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-25/+25
2007-08-24libalpm/remove.c: check for ability to unlink is wrongDan McGee1-1/+2
2007-08-16Fix some errors spit out by -WextraDan McGee1-2/+2
2007-08-16Clean up MD5 code.Andrew Fyfe1-1/+0
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