summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
AgeCommit message (Expand)Author
2012-03-16Merge branch 'maint'Dan McGee
2012-03-13Skip special files when cleaning package cacheAllan McRae
2012-03-08Merge branch 'maint'Dan McGee
2012-03-05Database cleanup enhancementsDan McGee
2012-02-20Merge branch 'maint'Dan McGee
2012-02-15Revert "Enable recursive/needed sync on SyncFirst"Dan McGee
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-18Don't remove unknown files in cache cleaning codeDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12pacman: process all sync targets before exiting on errorDan McGee
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-28Always show download size if -w/--downloadonly was providedDan McGee
2011-09-28Keep track of explicitly added and removed packagesDan McGee
2011-09-28Combine add and removal package list displayDan McGee
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee
2011-09-06sync: add missing newline in warning messageDave Reisner
2011-09-02Be fully silent on any -Sp operationDan McGee
2011-08-29Improve advice for sync ops when db.lck is presentPang Yan Han
2011-08-28Allow access to package origin dataDan McGee
2011-08-28Make sync error message smarter on unfound targetsDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-11Enable recursive/needed sync on SyncFirstDan McGee
2011-08-08Attempt to fix up some of the brokenness around failed package loadsDan McGee
2011-08-08Merge branch 'maint'Dan McGee
2011-07-27Remove duplicate code shared between sync and upgradeDan McGee
2011-07-25Fix group selection entry for large inputsDan McGee
2011-07-05Rework -Si display logicDan McGee
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_fileconflicttype_t members with ALPMAllan McRae
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-24Don't require a transaction for sync DB updatesDan McGee
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee