summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-17conflict: include owner for filesystem conflictsAndrew Gregory1-2/+7
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-1/+1
2016-05-05Add colour to group selection dialogXavion1-3/+4
2016-05-05Remove notification of system upgrade when only printing URLsAllan McRae1-3/+5
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-04add detail to broken dependency errorsAndrew Gregory1-5/+22
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt1-1/+1
2015-07-15pacman: move database syncing to util.cAllan McRae1-32/+1
2015-07-15Add pacman support for .files databasesAllan McRae1-2/+6
2015-07-14Simplify sync_cleandbAllan McRae1-33/+12
2015-03-03sync_cleandb: ensure stat call succeedsAllan McRae1-1/+4
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
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-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