summaryrefslogtreecommitdiff
path: root/src/pacman/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-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-11-04add detail to broken dependency errorsAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2014-05-07remove.c: downgrade TRANS_DUP_TARGET to warningAndrew Gregory
2014-03-04simplify check for leading "local/"Andrew Gregory
2014-02-04alpm: export *_free functionsAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-03-07remove :: prefix from all messageSimon Gomizelj
2013-01-03Update copyright year for 2013Allan McRae
2012-02-20Update copyright yearsAllan McRae
2012-02-13Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operationAllan McRae
2012-02-06Merge branch 'maint'Dan McGee
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-02-06remove.c: make "target not found" error consistent with sync.cAndrew Gregory
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12pacman: list all unknown targets on removal operationAllan McRae
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-11-13add fnmatch support for HoldPkgDave Reisner
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-28Keep track of explicitly added and removed packagesDan McGee
2011-09-28Combine add and removal package list displayDan McGee
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-13Always pass data to trans_commit()Dan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to alpm_(add|remove)_pkg()Dan McGee
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-02Show net upgrade size on -U/-S operationsDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-01-29pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-03-14Bump copyright dates to 2010Dan McGee