summaryrefslogtreecommitdiffstats
path: root/src/pacman/remove.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-12Change the interface for target loadingXavier Chantry1-38/+11
2009-09-09Remove transaction typeXavier Chantry1-5/+5
2009-09-06Check package arch before installingXavier Chantry1-0/+6
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-02Remove unused string.h from src/pacman/remove.cGerardo Exequiel Pozzi1-1/+0
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-1/+1
2009-01-13HoldPkg reworkNagy Gabor1-0/+15
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry1-3/+3
2008-07-25src/pacman : rework the display_targets function.Xavier Chantry1-10/+5
2008-07-13remove_addtarget rework (in front-end)Nagy Gabor1-46/+46
2008-05-12Make all error messages use pm_fprintfAllan McRae1-3/+3
2008-04-26Refactor the trans init and release code.Chantry Xavier1-27/+8
2008-02-26Merge branch 'maint'Dan McGee1-3/+1
2008-02-25Remove done and failed msg when loading targets.Chantry Xavier1-3/+1
2008-02-25Improve yesno function.Chantry Xavier1-3/+3
2008-02-17Add gettext call to 2 'failed' messagesDan McGee1-1/+1
2008-02-03Clarify the "failed to add target" errors.Chantry Xavier1-2/+2
2008-01-15Revert "Fix case where pacman asks for confirmation when it should not"Chantry Xavier1-2/+1
2007-12-29Fix case where pacman asks for confirmation when it should notKarolina Lindqvist1-1/+2
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-09src/pacman/: use the FREELIST macro when possible.Chantry Xavier1-2/+1
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier1-0/+1
2007-11-17War on whitespaceDan McGee1-4/+4
2007-11-09Add missing 'done' printoutDan McGee1-0/+1
2007-11-04Clean up usage of extern variablesDan McGee1-2/+0