summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-03Fix memory leak in remove_notify_needed_optdependsAllan McRae1-0/+1
2016-02-26Use versions specified in optdependsAllan McRae1-1/+2
2016-02-26Consider provides when warning about optdepnd removalAllan McRae1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-11Use correct format specifiersRikard Falkeborn1-1/+1
2015-07-14Do not warn about packages that optionally require a removal when ignoring depsAllan McRae1-1/+3
2015-03-03remove: use strcmp for files in skip_removeAndrew Gregory1-49/+33
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-18remove.c: honor inverted patterns in noupgradeAndrew Gregory1-2/+2
2014-08-03move _alpm_lstat into util-commonAndrew Gregory1-1/+1
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel1-1/+6
2014-03-03restrict transaction package originsAndrew Gregory1-0/+2
2014-03-03Update the event callbackOlivier Brunel1-5/+20
2014-02-04alpm: export *_free functionsAndrew Gregory1-3/+4
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel1-1/+1
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