summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Style change: return(x) --> return xDan McGee1-8/+8
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-3/+3
2011-02-04Read pkgcache into hashAllan McRae1-3/+3
2011-01-29alpm: drop old target interfacesXavier Chantry1-43/+0
2011-01-29alpm: new alpm_remove_pkg interfaceXavier Chantry1-0/+26
2011-01-12Fix double filelist issue when upgrading a packageDan McGee1-5/+13
2011-01-10Remove need for floating point division in backendDan McGee1-4/+3
2011-01-08Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-08Use size_t for alpm_list sizesAllan McRae1-4/+4
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Add const to some ALPM function signaturesJakob Gruber1-1/+1
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