summaryrefslogtreecommitdiff
path: root/src/pacman/upgrade.c
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Update copyright years for 2016Allan McRae2016-01-04
* Update copyright notices for 2015Allan McRae2015-02-01
* pacman/upgrade: Fix memory leaksSören Brinkmann2014-03-27
* pacman/upgrade: Refactor memory managementSören Brinkmann2014-03-27
* pacman/upgrade: Check malloc() return valueSören Brinkmann2014-03-16
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* upgrade.c: use iterator variableAndrew Gregory2013-10-31
* Add configuration option for Upgrade operation SigLevelAllan McRae2013-02-07
* Update copyright year for 2013Allan McRae2013-01-03
* Update copyright yearsAllan McRae2012-02-20
* include config.h via MakefilesDave Reisner2011-12-21
* pacman: process all targets on upgrade operationDan McGee2011-12-12
* Merge branch 'maint'Dan McGee2011-10-21
|\
| * Remove pm_fprintf() in favor of pm_printf()Dan McGee2011-10-21
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
|/
* Keep track of explicitly added and removed packagesDan McGee2011-09-28
* pacman/upgrade: print 'loading packages...' only onceDave Reisner2011-09-20
* Print 'loading packages' message on -U operationsDan McGee2011-09-08
* Remove duplicate code shared between sync and upgradeDan McGee2011-07-27
* Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_fileconflicttype_t members with ALPMAllan McRae2011-07-02
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae2011-06-28
* Rename pmconflict_t to alpm_conflict_tAllan McRae2011-06-28
* Rename pmdepmissing_t to alpm_depmissing_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Fix several -Wshadow warningsDan McGee2011-06-27
* Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
* Make struct pmconflict_t publicDan McGee2011-06-16
* Make pmfileconflict_t type publicDan McGee2011-06-16
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Add handle argument to alpm_(add|remove)_pkg()Dan McGee2011-06-13
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Perform package verification at package load timeDan McGee2011-04-24
* Style change: return(x) --> return xDan McGee2011-03-20
* Add more error checking and loggingDan McGee2011-02-04
* pacman/upgrade: switch to new interfaceXavier Chantry2011-01-29
* Update copyright years for 2011Allan McRae2011-01-07
* Clarify testing within conditional statementsAllan McRae2010-06-21
* Bump copyright dates to 2010Dan McGee2010-03-14
* Add new --print operation for all operationsXavier Chantry2010-03-14
* Print "there is nothing to do" with NOOP transactionsNagy Gabor2010-01-19