summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)Author
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11Reduce calls to list_count() in removing packageDan McGee
2009-09-20Fully implement database lazy loadingDan McGee
2009-09-20Merge branch 'maint'Dan McGee
2009-09-16String improvementsXavier Chantry
2009-09-15Catch an untranslated warning in lib/remove.cNagy Gabor
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-07-21Fix a minor memleakNagy Gabor
2009-07-20Do not create .pacsave with -R, if the file is unchangedXavier Chantry
2009-07-16Run ldconfig inside chroot.Xavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-07-01Allow remove to accept 'local/' prefixDan McGee
2009-01-12HoldPkg reworkNagy Gabor
2009-01-03Merge branch 'maint'Dan McGee
2009-01-02Log pacsave warnings to pacman.logSterling Winter
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry
2008-07-17Fix a possible segfault in alpm/remove.cNagy Gabor
2008-05-29Fix for remove052.py by moving recursedeps before checkdeps.Nagy Gabor
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
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