summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Expand)AuthorAge
* 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
* Keep track of explicitly added and removed packagesDan McGee2011-09-28
* Combine add and removal package list displayDan McGee2011-09-28
* pacman: use dynamic string allocation where it makes senseDan McGee2011-09-20
* sync: add missing newline in warning messageDave Reisner2011-09-06
* Be fully silent on any -Sp operationDan McGee2011-09-02
* Improve advice for sync ops when db.lck is presentPang Yan Han2011-08-29
* Allow access to package origin dataDan McGee2011-08-28
* Make sync error message smarter on unfound targetsDan McGee2011-08-28
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Enable recursive/needed sync on SyncFirstDan McGee2011-08-11
* Attempt to fix up some of the brokenness around failed package loadsDan McGee2011-08-08
* Merge branch 'maint'Dan McGee2011-08-08
|\
| * Fix group selection entry for large inputsDan McGee2011-07-25
* | Remove duplicate code shared between sync and upgradeDan McGee2011-07-27
* | Rework -Si display logicDan McGee2011-07-05
* | Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* | signing: move to new signing verification and return schemeDan McGee2011-07-05
* | Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_fileconflicttype_t members with ALPMAllan McRae2011-07-02
* | Rename public functions with grp in their nameAllan McRae2011-06-29
* | Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* | Rename pmgrp_t to alpm_group_tAllan McRae2011-06-28
* | Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae2011-06-28