summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory1-7/+0
2013-11-15Fix whitespace and other formatting issuesJason St. John1-2/+2
2013-11-15log important events from the backendAndrew Gregory1-0/+5
2013-10-31deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory1-2/+2
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory1-1/+1
2013-07-05use full path when checking for mountpointsAndrew Gregory1-2/+13
2013-06-03unlink_file: treat symlinks like normal filesAndrew Gregory1-5/+1
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory1-5/+0
2013-03-14alpm/remove.c: add newlines to debug outputAndrew Gregory1-2/+2
2013-03-07Do not resolve every local package filelist on removeAllan McRae1-1/+3
2013-02-24use resolved_path for filelist_containsAndrew Gregory1-0/+3
2013-02-16libalpm: never attempt to remove a mountpointDave Reisner1-0/+40
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-4/+6
2013-01-04Save backup files with extension .pacsave.nPang Yan Han1-0/+76
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Make alpm_pkg_find publicAllan McRae1-5/+5
2012-12-14Notify of removed package required as optdependAllan McRae1-0/+29
2012-09-18Remove incorrect documentation for unlink_fileAllan McRae1-4/+0
2012-08-02Move filelist functions into separate source fileDan McGee1-4/+4
2012-05-21libalpm/remove.c - add doxygenAndrew Gregory1-3/+86
2012-01-23Merge branch 'maint'Dan McGee1-1/+1
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-08Merge branch 'maint'Dan McGee1-1/+0
2012-01-05Remove useless logger messageDan McGee1-1/+0
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