summaryrefslogtreecommitdiff
path: root/src/pacman/upgrade.c
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-03-27pacman/upgrade: Fix memory leaksSören Brinkmann
2014-03-27pacman/upgrade: Refactor memory managementSören Brinkmann
2014-03-16pacman/upgrade: Check malloc() return valueSören Brinkmann
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-10-31upgrade.c: use iterator variableAndrew Gregory
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-02-20Update copyright yearsAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12pacman: process all targets on upgrade operationDan McGee
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-20pacman/upgrade: print 'loading packages...' only onceDave Reisner
2011-09-08Print 'loading packages' message on -U operationsDan McGee
2011-07-27Remove duplicate code shared between sync and upgradeDan McGee
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_fileconflicttype_t members with ALPMAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-16Make pmfileconflict_t type publicDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Require handle for alpm_pkg_load()Dan 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-04-24Perform package verification at package load timeDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-04Add more error checking and loggingDan McGee
2011-01-29pacman/upgrade: switch to new interfaceXavier Chantry
2011-01-07Update copyright years for 2011Allan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee