summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Expand)AuthorAge
* sync_cleandb: ensure stat call succeedsAllan McRae2015-03-03
* Update copyright notices for 2015Allan McRae2015-02-01
* Fix pointer declarations to be globally consistentMicah Saint Germain2014-12-18
* sync.c: fix style violationsAndrew Gregory2014-08-04
* remove check for unused ALPM_ERR_PKG_IGNOREDAndrew Gregory2014-03-04
* Fix warnings with strict-overflow in gcc-4.9Allan McRae2014-03-03
* alpm: export *_free functionsAndrew Gregory2014-02-04
* Give groups display text singular and plural formsAllan McRae2014-02-04
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Remove spaces between the opening "if" and the opening parenthesisJason St. John2013-11-08
* pacman: add front end support for repo usage levelDave Reisner2013-09-04
* Do not refer to FlySpray numbersAllan McRae2013-08-21
* Corrected return codes for Sg flagAshley Whetter2013-07-22
* skip unknown repo names for pacman -SlAndrew Gregory2013-06-26
* Clean partial downloads from cacheAllan McRae2013-05-29
* colourize -Sl/-QlSimon Gomizelj2013-03-07
* remove :: prefix from all messageSimon Gomizelj2013-03-07
* refactor common code in query_search/sync_searchSimon Gomizelj2013-03-07
* Perform limited conflict checking with --forceAllan McRae2013-02-24
* Exit with failure status if download or installation is not confirmedMartin Panter2013-02-09
* add caller prefix to alpm_logactionAndrew Gregory2013-01-28
* Fix space between control structure and open parensGerardo Exequiel Pozzi2013-01-04
* Fix missing spaces in operatorsGerardo Exequiel Pozzi2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* Allow cleaning only some cachedirsJan Alexander Steffens (heftig)2012-08-02
* Clean up exclusion list in sync cache cleanupDan McGee2012-08-01
* Skip deltas and partial downloads in package cleanupDan McGee2012-08-01
* Remove SyncFirst optionDan McGee2012-04-12
* Various tweaks to support building with excessive GCC warning flagsDan McGee2012-04-08
* pacman: show groups once with -SgPierre2012-04-07
* Reduce calls to getcolsDan McGee2012-03-16
* Merge branch 'maint'Dan McGee2012-03-16
|\
| * Skip special files when cleaning package cacheAllan McRae2012-03-13
* | Merge branch 'maint'Dan McGee2012-03-08
|\|
| * Database cleanup enhancementsDan McGee2012-03-05
* | Merge branch 'maint'Dan McGee2012-02-20
|\|
| * Revert "Enable recursive/needed sync on SyncFirst"Dan McGee2012-02-15
* | ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* | Merge branch 'maint'Dan McGee2012-01-23
|\|
| * Update copyright on changed files since beginning of yearDan McGee2012-01-18
| * Don't remove unknown files in cache cleaning codeDan McGee2012-01-18
* | include config.h via MakefilesDave Reisner2011-12-21
* | pacman: process all sync targets before exiting on errorDan McGee2011-12-12
* | create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* | Merge branch 'maint'Dan McGee2011-10-21
|\|
| * Remove pm_fprintf() in favor of pm_printf()Dan McGee2011-10-21
* | Use puts() instead of no-op printf() where applicableDan McGee2011-10-13
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
|/
* Always show download size if -w/--downloadonly was providedDan McGee2011-09-28