summaryrefslogtreecommitdiffstats
path: root/src/pacman/upgrade.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-12Change the interface for target loadingXavier Chantry1-1/+1
2009-09-09Remove transaction typeXavier Chantry1-5/+5
2009-09-09Use sync.c for upgrade transaction prepare and commitNagy Gabor1-17/+42
2009-09-09Add a new reason field to pmconflict_t structNagy Gabor1-2/+9
2009-09-06Check package arch before installingXavier Chantry1-0/+6
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-1/+1
2008-05-12Make all error messages use pm_fprintfAllan McRae1-3/+4
2008-04-26Refactor the trans init and release code.Chantry Xavier1-27/+7
2008-03-08Remove frontend add code that is no longer necessaryDan McGee1-0/+171
2007-04-25Remove single-function upgrade.cDan McGee1-44/+0