summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)Author
2012-08-02Move filelist functions into separate source fileDan McGee
2012-05-21libalpm/remove.c - add doxygenAndrew Gregory
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-08Merge branch 'maint'Dan McGee
2012-01-05Remove useless logger messageDan McGee
2012-01-02Remove unnecessary counters in file removal codeDan McGee
2011-12-23Rework package removal codeDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-13add support for back end fnmatch'd optionsDave Reisner
2011-10-14Large performance improvement for check for owned directoriesDan McGee
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee
2011-09-30Refactor _alpm_runscriptlet()Dan McGee
2011-09-28Move pacsave path construction code off the stackDan McGee
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee
2011-09-19Search for non-prefixed paths in skip_remove listDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-08-11Dependency code style cleanupsDan McGee
2011-08-08Check return value of rename() callsDan McGee
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-18replace access() calls for debug info where applicableFlorian Pritz
2011-07-18Handle removal of empty directories properlyDan McGee
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee
2011-07-06Unify package removal codeDan McGee
2011-07-05Simplify alpm_list_previousAllan McRae
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-03Do not replicate files list when removing packagesAllan McRae
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
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