summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-08-02Allow cleaning only some cachedirsJan Alexander Steffens (heftig)1-15/+20
2012-08-01Clean up exclusion list in sync cache cleanupDan McGee1-23/+24
2012-08-01Skip deltas and partial downloads in package cleanupDan McGee1-0/+10
2012-04-12Remove SyncFirst optionDan McGee1-52/+1
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-2/+2
2012-04-07pacman: show groups once with -SgPierre1-2/+6
2012-03-16Reduce calls to getcolsDan McGee1-4/+6
2012-03-16Merge branch 'maint'Dan McGee1-0/+17
2012-03-13Skip special files when cleaning package cacheAllan McRae1-0/+17
2012-03-09Merge branch 'maint'Dan McGee1-26/+45
2012-03-05Database cleanup enhancementsDan McGee1-26/+45
2012-02-21Merge branch 'maint'Dan McGee1-2/+0
2012-02-15Revert "Enable recursive/needed sync on SyncFirst"Dan McGee1-2/+0
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-11/+11
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