summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain1-1/+1
2014-08-04sync.c: fix style violationsAndrew Gregory1-5/+7
2014-03-04remove check for unused ALPM_ERR_PKG_IGNOREDAndrew Gregory1-3/+2
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae1-1/+1
2014-02-04alpm: export *_free functionsAndrew Gregory1-5/+8
2014-02-04Give groups display text singular and plural formsAllan McRae1-2/+3
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John1-1/+1
2013-09-04pacman: add front end support for repo usage levelDave Reisner1-0/+11
2013-08-21Do not refer to FlySpray numbersAllan McRae1-1/+1
2013-07-22Corrected return codes for Sg flagAshley Whetter1-1/+10
2013-06-26skip unknown repo names for pacman -SlAndrew Gregory1-3/+3
2013-05-29Clean partial downloads from cacheAllan McRae1-3/+1
2013-03-07colourize -Sl/-QlSimon Gomizelj1-2/+4
2013-03-07remove :: prefix from all messageSimon Gomizelj1-7/+7
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj1-72/+3
2013-02-24Perform limited conflict checking with --forceAllan McRae1-0/+3
2013-02-09Exit with failure status if download or installation is not confirmedMartin Panter1-0/+1
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-2/+4
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi1-1/+1
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-2/+2
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-08Various 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-08Merge branch 'maint'Dan McGee1-26/+45
2012-03-05Database cleanup enhancementsDan McGee1-26/+45
2012-02-20Merge 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-18Update 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-21include 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-21Merge branch 'maint'Dan McGee1-16/+16
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-16/+16
2011-10-13Use 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