summaryrefslogtreecommitdiffstats
path: root/src/pacman/upgrade.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-25Merge single-function header files on pacman sideDan McGee1-2/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-3/+4
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-2/+2
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-10-29fixed some compilation warningsAurelien Foret1-0/+1
2005-10-29renamed pmconfig_t to config_tAurelien Foret1-1/+1
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret1-2/+3
2005-03-15Initial revisionJudd Vinet1-0/+42