summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'maint'Dan McGee2012-01-23
|\|
| * Update copyright on changed files since beginning of yearDan McGee2012-01-18
| * Don't remove unknown files in cache cleaning codeDan McGee2012-01-18
* | include config.h via MakefilesDave Reisner2011-12-21
* | pacman: process all sync targets before exiting on errorDan McGee2011-12-12
* | create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* | Merge branch 'maint'Dan McGee2011-10-21
|\|
| * Remove pm_fprintf() in favor of pm_printf()Dan McGee2011-10-21
* | Use puts() instead of no-op printf() where applicableDan McGee2011-10-13
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
|/
* Always show download size if -w/--downloadonly was providedDan McGee2011-09-28
* Keep track of explicitly added and removed packagesDan McGee2011-09-28
* Combine add and removal package list displayDan McGee2011-09-28
* pacman: use dynamic string allocation where it makes senseDan McGee2011-09-20
* sync: add missing newline in warning messageDave Reisner2011-09-06
* Be fully silent on any -Sp operationDan McGee2011-09-02
* Improve advice for sync ops when db.lck is presentPang Yan Han2011-08-29
* Allow access to package origin dataDan McGee2011-08-28
* Make sync error message smarter on unfound targetsDan McGee2011-08-28
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Enable recursive/needed sync on SyncFirstDan McGee2011-08-11
* Attempt to fix up some of the brokenness around failed package loadsDan McGee2011-08-08
* Merge branch 'maint'Dan McGee2011-08-08
|\
| * Fix group selection entry for large inputsDan McGee2011-07-25
* | Remove duplicate code shared between sync and upgradeDan McGee2011-07-27
* | Rework -Si display logicDan McGee2011-07-05
* | 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_transflag_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 public functions with grp in their nameAllan McRae2011-06-29
* | Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* | Rename pmgrp_t to alpm_group_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
* | Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* | Fix several -Wshadow warningsDan McGee2011-06-27
* | Don't require a transaction for sync DB updatesDan McGee2011-06-24
* | Remove three unnecessary usages of alpm_list_count()Dan McGee2011-06-24
* | Make pmgrp_t publicDan McGee2011-06-16
* | 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
* | Add handle argument to two more alpm methodsDan McGee2011-06-13
* | Require handle for alpm_pkg_load()Dan McGee2011-06-13