summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)Author
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor
2008-04-14remove.c: refactor into functionsK. Piche
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-30Merge branch 'maint'Dan McGee
2008-03-28Use pkgcache instead of db_scan in remove.cNagy Gabor
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
2008-03-10Add -Rss optionNagy Gabor
2008-03-09Merge branch 'maint'Dan McGee
2008-03-09Remove a bogus comment from libalpm/remove.cNagy Gabor
2008-02-06libalpm/package.c : add _alpm_pkgname_pkg_cmp function.Nagy Gabor
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor
2008-01-13Merge branch 'maint'Dan McGee
2008-01-12don't send CHECKDEPS_DONE event when NODEPS is set.Chantry Xavier
2008-01-11Merge branch 'maint'Dan McGee
2008-01-11Only notify of dependency check in removal if performedAllan McRae
2008-01-11Use dynamic string allocation in package structuresDan McGee
2007-12-28libalpm/remove.c : switch back to lstat usage.Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier
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