summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-13alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry1-0/+5
2010-10-18Merge branch 'maint'Dan McGee1-0/+4
2010-10-18libalpm/remove: fix funny progress bar problem with empty packagesXavier Chantry1-0/+4
2010-10-14Separate be_files into be_sync and be_localAllan McRae1-2/+2
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11Reduce calls to list_count() in removing packageDan McGee1-4/+4
2009-09-20Fully implement database lazy loadingDan McGee1-2/+2
2009-09-20Merge branch 'maint'Dan McGee1-6/+6
2009-09-17String improvementsXavier Chantry1-5/+5
2009-09-15Catch an untranslated warning in lib/remove.cNagy Gabor1-1/+1
2009-09-12Change the interface for target loadingXavier Chantry1-16/+26
2009-09-09Remove transaction typeXavier Chantry1-68/+106
2009-07-22Fix a minor memleakNagy Gabor1-0/+1
2009-07-20Do not create .pacsave with -R, if the file is unchangedXavier Chantry1-22/+25
2009-07-16Run ldconfig inside chroot.Xavier Chantry1-1/+0
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-07-01Allow remove to accept 'local/' prefixDan McGee1-3/+11
2009-01-13HoldPkg reworkNagy Gabor1-10/+0
2009-01-03Merge branch 'maint'Dan McGee1-0/+1
2009-01-03Log pacsave warnings to pacman.logSterling Winter1-0/+1
2008-08-26Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-3/+3
2008-07-18Fix a possible segfault in alpm/remove.cNagy Gabor1-0/+3
2008-05-29Fix for remove052.py by moving recursedeps before checkdeps.Nagy Gabor1-1/+7
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-3/+3
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor1-2/+2
2008-04-15remove.c: refactor into functionsK. Piche1-40/+59
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-03-30Merge branch 'maint'Dan McGee1-4/+4
2008-03-28Use pkgcache instead of db_scan in remove.cNagy Gabor1-4/+4
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-1/+1
2008-03-11Add -Rss optionNagy Gabor1-1/+1
2008-03-09Merge branch 'maint'Dan McGee1-1/+0
2008-03-09Remove a bogus comment from libalpm/remove.cNagy Gabor1-1/+0
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