summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-23Merge branch 'maint'Dan McGee1-23/+11
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-18Don't remove unknown files in cache cleaning codeDan McGee1-22/+10
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12pacman: process all sync targets before exiting on errorDan McGee1-13/+27
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-3/+3
2011-10-22Merge branch 'maint'Dan McGee1-16/+16
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-16/+16
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-5/+5
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-33/+33
2011-09-28Always show download size if -w/--downloadonly was providedDan McGee1-1/+1
2011-09-28Keep track of explicitly added and removed packagesDan McGee1-0/+1
2011-09-28Combine add and removal package list displayDan McGee1-2/+1
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee1-2/+6
2011-09-06sync: add missing newline in warning messageDave Reisner1-1/+1
2011-09-03Be fully silent on any -Sp operationDan McGee1-1/+3
2011-08-30Improve advice for sync ops when db.lck is presentPang Yan Han1-0/+1
2011-08-29Allow access to package origin dataDan McGee1-2/+2
2011-08-29Make sync error message smarter on unfound targetsDan McGee1-3/+6
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-3/+4
2011-08-11Enable recursive/needed sync on SyncFirstDan McGee1-0/+2
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee1-1/+3
2011-08-09Merge branch 'maint'Dan McGee1-1/+10
2011-07-27Remove duplicate code shared between sync and upgradeDan McGee1-7/+12
2011-07-25Fix group selection entry for large inputsDan McGee1-1/+10
2011-07-06Rework -Si display logicDan McGee1-49/+29
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-6/+9
2011-07-05signing: move to new signing verification and return schemeDan McGee1-1/+1
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-9/+9
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-1/+1
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-23/+23
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae1-2/+2
2011-06-29Rename public functions with grp in their nameAllan McRae1-3/+3
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-3/+3
2011-06-28Rename pmgrp_t to alpm_group_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-13/+13
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-20/+20
2011-06-27Fix several -Wshadow warningsDan McGee1-3/+1
2011-06-24Don't require a transaction for sync DB updatesDan McGee1-7/+0
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee1-1/+1
2011-06-16Make pmgrp_t publicDan McGee1-5/+4
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-4/+2
2011-06-16Make struct pmconflict_t publicDan McGee1-6/+6
2011-06-16Make pmfileconflict_t type publicDan McGee1-6/+3
2011-06-14Move pm_errno onto the handleDan McGee1-12/+16
2011-06-14Add handle argument to two more alpm methodsDan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-1/+1