summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
AgeCommit message (Expand)Author
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain
2014-08-04sync.c: fix style violationsAndrew Gregory
2014-03-04remove check for unused ALPM_ERR_PKG_IGNOREDAndrew Gregory
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae
2014-02-04alpm: export *_free functionsAndrew Gregory
2014-02-04Give groups display text singular and plural formsAllan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John
2013-09-04pacman: add front end support for repo usage levelDave Reisner
2013-08-21Do not refer to FlySpray numbersAllan McRae
2013-07-22Corrected return codes for Sg flagAshley Whetter
2013-06-26skip unknown repo names for pacman -SlAndrew Gregory
2013-05-29Clean partial downloads from cacheAllan McRae
2013-03-07colourize -Sl/-QlSimon Gomizelj
2013-03-07remove :: prefix from all messageSimon Gomizelj
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj
2013-02-24Perform limited conflict checking with --forceAllan McRae
2013-02-09Exit with failure status if download or installation is not confirmedMartin Panter
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-03Update copyright year for 2013Allan McRae
2012-08-02Allow cleaning only some cachedirsJan Alexander Steffens (heftig)
2012-08-01Clean up exclusion list in sync cache cleanupDan McGee
2012-08-01Skip deltas and partial downloads in package cleanupDan McGee
2012-04-12Remove SyncFirst optionDan McGee
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-04-07pacman: show groups once with -SgPierre
2012-03-16Reduce calls to getcolsDan McGee
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