summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-02Remove unnecessary counters in file removal codeDan McGee1-5/+3
2011-12-23Rework package removal codeDan McGee1-45/+54
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-11-13add support for back end fnmatch'd optionsDave Reisner1-2/+2
2011-10-14Large performance improvement for check for owned directoriesDan McGee1-5/+11
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee1-4/+6
2011-09-30Refactor _alpm_runscriptlet()Dan McGee1-2/+2
2011-09-28Move pacsave path construction code off the stackDan McGee1-2/+6
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee1-6/+8
2011-09-19Search for non-prefixed paths in skip_remove listDan McGee1-3/+3
2011-09-03Former transaction callback rename refactorDan McGee1-7/+7
2011-09-03Move all callbacks up to the handle levelDan McGee1-7/+7
2011-08-19Be more robust when copying package dataDan McGee1-9/+26
2011-08-18Remove use of no-op accessor functions in libraryDan McGee1-3/+3
2011-08-11Dependency code style cleanupsDan McGee1-2/+4
2011-08-08Check return value of rename() callsDan McGee1-6/+18
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-10/+15
2011-07-18replace access() calls for debug info where applicableFlorian Pritz1-1/+1
2011-07-18Handle removal of empty directories properlyDan McGee1-6/+39
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee1-1/+1
2011-07-06Unify package removal codeDan McGee1-106/+96
2011-07-05Simplify alpm_list_previousAllan McRae1-2/+2
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-60/+60
2011-07-03Move alpm filelists to a struct objectDan McGee1-14/+15
2011-07-03Do not replicate files list when removing packagesAllan McRae1-9/+3
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-8/+8
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-4/+4
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-13/+13
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-32/+32
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae1-2/+2
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae1-3/+3
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-5/+5
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-7/+7
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-8/+8
2011-06-27Remove two alpm_list_count usagesAllan McRae1-4/+4
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