summaryrefslogtreecommitdiff
path: root/src/pacman/upgrade.c
Commit message (Expand)AuthorAge
* 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
* Change the interface for target loadingXavier Chantry2009-09-12
* Remove transaction typeXavier Chantry2009-09-08
* Use sync.c for upgrade transaction prepare and commitNagy Gabor2009-09-08
* Add a new reason field to pmconflict_t structNagy Gabor2009-09-08
* Check package arch before installingXavier Chantry2009-09-06
* Update copyright headers and messagesDan McGee2009-07-01
* Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor2009-01-12
* Make all error messages use pm_fprintfAllan McRae2008-05-11
* Refactor the trans init and release code.Chantry Xavier2008-04-26
* Remove frontend add code that is no longer necessaryDan McGee2008-03-08