summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)Author
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-03Remove global handle from remove.cDan McGee
2011-06-03Remove global handle from util.cDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-19Merge branch 'maint'Dan McGee
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee
2011-04-22cleanup: add_pkg() and remove_pkg()Dan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-15Merge branch 'maint'Dan McGee
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-04Read pkgcache into hashAllan McRae
2011-01-29alpm: drop old target interfacesXavier Chantry
2011-01-29alpm: new alpm_remove_pkg interfaceXavier Chantry
2011-01-11Fix double filelist issue when upgrading a packageDan McGee
2011-01-10Remove need for floating point division in backendDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Add const to some ALPM function signaturesJakob Gruber
2010-12-12alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry
2010-10-18Merge branch 'maint'Dan McGee
2010-10-18libalpm/remove: fix funny progress bar problem with empty packagesXavier Chantry
2010-10-14Separate be_files into be_sync and be_localAllan McRae
2010-10-13Move the cache stuff where it should beDan McGee
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