summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-12/+10
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-1/+1
2011-06-14Conflict check and skip_remove code cleanupsDan McGee1-5/+5
2011-06-14Switch all logging to use handle directlyDan McGee1-38/+38
2011-06-14Move pm_errno onto the handleDan McGee1-12/+13
2011-06-14Add handle argument to two more alpm methodsDan McGee1-11/+16
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee1-2/+4
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-1/+1
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee1-2/+2
2011-06-03Remove global handle from remove.cDan McGee1-29/+22
2011-06-03Remove global handle from util.cDan McGee1-5/+5
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-14/+0
2011-05-20Merge branch 'maint'Dan McGee1-1/+1
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee1-1/+1
2011-04-22cleanup: add_pkg() and remove_pkg()Dan McGee1-2/+3
2011-04-21Header inclusion cleanupDan McGee1-3/+1
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-16Merge branch 'maint'Dan McGee1-0/+8
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng1-0/+8
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