summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)Author
2019-01-04Move skipping of duplicate sync/remove targets into libalpmMichael Straube
2018-05-14Remove all modelines from the projectEli Schwartz
2018-05-12Fix gcc8 warnings.Eli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-04-16unlink_file: strip trailing slashesAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-09-03Fix memory leak in remove_notify_needed_optdependsAllan McRae
2016-02-26Use versions specified in optdependsAllan McRae
2016-02-26Consider provides when warning about optdepnd removalAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-11-11Use correct format specifiersRikard Falkeborn
2015-07-14Do not warn about packages that optionally require a removal when ignoring depsAllan McRae
2015-03-03remove: use strcmp for files in skip_removeAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-18remove.c: honor inverted patterns in noupgradeAndrew Gregory
2014-08-03move _alpm_lstat into util-commonAndrew Gregory
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel
2014-03-03restrict transaction package originsAndrew Gregory
2014-03-03Update the event callbackOlivier Brunel
2014-02-04alpm: export *_free functionsAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel
2014-01-06Update copyright years for 2014Allan McRae
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-15log important events from the backendAndrew Gregory
2013-10-31deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory
2013-07-05use full path when checking for mountpointsAndrew Gregory
2013-06-03unlink_file: treat symlinks like normal filesAndrew Gregory
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory
2013-03-14alpm/remove.c: add newlines to debug outputAndrew Gregory
2013-03-07Do not resolve every local package filelist on removeAllan McRae
2013-02-24use resolved_path for filelist_containsAndrew Gregory
2013-02-16libalpm: never attempt to remove a mountpointDave Reisner
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-04Save backup files with extension .pacsave.nPang Yan Han
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Make alpm_pkg_find publicAllan McRae
2012-12-14Notify of removed package required as optdependAllan McRae
2012-09-18Remove incorrect documentation for unlink_fileAllan McRae
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