summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)Author
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-27Remove two alpm_list_count usagesAllan McRae
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-14Conflict check and skip_remove code cleanupsDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-13Add handle argument to alpm_(add|remove)_pkg()Dan McGee
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