summaryrefslogtreecommitdiffstats
path: root/src/pacman/remove.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-04add detail to broken dependency errorsAndrew Gregory1-1/+2
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-05-07remove.c: downgrade TRANS_DUP_TARGET to warningAndrew Gregory1-3/+9
2014-03-04simplify check for leading "local/"Andrew Gregory1-6/+3
2014-02-04alpm: export *_free functionsAndrew Gregory1-1/+2
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-03-07remove :: prefix from all messageSimon Gomizelj1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-13Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operationAllan McRae1-6/+0
2012-02-06Merge branch 'maint'Dan McGee1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-2/+2
2012-02-06remove.c: make "target not found" error consistent with sync.cAndrew Gregory1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12pacman: list all unknown targets on removal operationAllan McRae1-1/+4
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-1/+1
2011-11-13add fnmatch support for HoldPkgDave Reisner1-1/+7
2011-10-22Merge branch 'maint'Dan McGee1-5/+5
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-5/+5
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-5/+5
2011-09-28Keep track of explicitly added and removed packagesDan McGee1-4/+6
2011-09-28Combine add and removal package list displayDan McGee1-1/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-1/+1
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-2/+2
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-7/+7
2011-06-29Rename public functions with grp in their nameAllan McRae1-1/+1
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-1/+1
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae1-1/+1
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-3/+3
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-16Make pmgrp_t publicDan McGee1-1/+1
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-4/+2
2011-06-14Always pass data to trans_commit()Dan McGee1-2/+4
2011-06-14Move pm_errno onto the handleDan McGee1-5/+8
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee1-2/+2
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-4/+4
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-06-03Show net upgrade size on -U/-S operationsDan McGee1-1/+1
2011-03-21Style change: return(x) --> return xDan McGee1-8/+8
2011-01-29pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry1-2/+31
2011-01-29Remove need to explicitly register the local DBDan McGee1-2/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15Add new --print operation for all operationsXavier Chantry1-0/+6
2010-01-20Print "there is nothing to do" with NOOP transactionsNagy Gabor1-0/+1
2009-09-20Ask user confirmation for -R operation, tooNagy Gabor1-15/+11