summaryrefslogtreecommitdiffstats
path: root/src/pacman/upgrade.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-4/+4
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-03-27pacman/upgrade: Fix memory leaksSören Brinkmann1-6/+13
2014-03-27pacman/upgrade: Refactor memory managementSören Brinkmann1-17/+17
2014-03-16pacman/upgrade: Check malloc() return valueSören Brinkmann1-0/+4
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-10-31upgrade.c: use iterator variableAndrew Gregory1-3/+3
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae1-3/+18
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12pacman: process all targets on upgrade operationDan McGee1-5/+15
2011-10-22Merge branch 'maint'Dan McGee1-3/+3
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-3/+3
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-1/+1
2011-09-28Keep track of explicitly added and removed packagesDan McGee1-0/+1
2011-09-20pacman/upgrade: print 'loading packages...' only onceDave Reisner1-1/+1
2011-09-08Print 'loading packages' message on -U operationsDan McGee1-0/+1
2011-07-27Remove duplicate code shared between sync and upgradeDan McGee1-111/+3
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-1/+1
2011-07-05signing: move to new signing verification and return schemeDan McGee1-2/+2
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae1-2/+2
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-2/+2
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae1-1/+1
2011-06-28Rename pmconflict_t to alpm_conflict_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-1/+1
2011-06-27Fix several -Wshadow warningsDan McGee1-1/+0
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-4/+2
2011-06-16Make struct pmconflict_t publicDan McGee1-7/+6
2011-06-16Make pmfileconflict_t type publicDan McGee1-6/+3
2011-06-14Move pm_errno onto the handleDan McGee1-9/+11
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-1/+1
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee1-1/+1
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-6/+6
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-2/+2
2011-04-24Perform package verification at package load timeDan McGee1-1/+2
2011-03-21Style change: return(x) --> return xDan McGee1-11/+11
2011-02-04Add more error checking and loggingDan McGee1-0/+2
2011-01-29pacman/upgrade: switch to new interfaceXavier Chantry1-1/+10
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-06-20Clarify testing within conditional statementsAllan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15Add new --print operation for all operationsXavier Chantry1-1/+7
2010-01-20Print "there is nothing to do" with NOOP transactionsNagy Gabor1-0/+1