summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-11Remove pmsyncpkg_tNagy Gabor1-1/+1
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-3/+4
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-1/+1
2008-12-02Merge branch 'maint'Dan McGee1-1/+2
2008-11-17Minor code cleanupsDan McGee1-1/+2
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry1-6/+6
2008-08-23Move -Sp implementation to the front-endNagy Gabor1-16/+25
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry1-10/+10
2008-07-24src/pacman : rework the display_targets function.Xavier Chantry1-1/+1
2008-07-22-Sqg and -QqgNagy Gabor1-2/+6
2008-07-22Re-enable --debug with -Sw and -SpNagy Gabor1-1/+1
2008-07-13src/pacman/sync.c : Display only errors with -Sp and -Sw operations.Xavier Chantry1-0/+5
2008-07-13sync_addtarget reworkNagy Gabor1-36/+4
2008-06-05Reformat -Sg output to look like -QgDan McGee1-15/+10
2008-06-04src/pacman/sync.c : cleanup of pacman_syncXavier Chantry1-39/+37
2008-05-29Add missing NULL set in group printingDan McGee1-2/+4
2008-05-13Add SyncFirst option.Chantry Xavier1-36/+41
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-1/+3
2008-05-11Make all error messages use pm_fprintfAllan McRae1-18/+26
2008-05-08pacman-side code cleanupsDan McGee1-2/+2
2008-04-26Refactor the trans init and release code.Chantry Xavier1-31/+8
2008-04-06Remove libdownload reference from pacman frontendDan McGee1-17/+2
2008-03-30Enable display of multiple groups in -Ss and -Qs outputDan McGee1-3/+11
2008-03-30Fix segfault on -Qs usageDan McGee1-3/+1
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee1-10/+27
2008-03-23Add new CleanMethod option.Chantry Xavier1-18/+51
2008-02-27libalpm: clean up of md5sum functions.Chantry Xavier1-2/+4
2008-02-24Improve yesno function.Chantry Xavier1-20/+10
2008-02-20Move -Sy operation into its own transactionChantry Xavier1-22/+25
2008-02-19Lock the database on -Sc operation.Chantry Xavier1-1/+12
2008-02-19Add new sync_trans_init and sync_trans_release.Chantry Xavier1-22/+28
2008-02-19When cleaning DBs, only look at directoriesDan McGee1-3/+11
2008-02-02Clarify the "failed to add target" errors.Chantry Xavier1-1/+1
2008-01-27Clarify the "cancel current operation" message.Chantry Xavier1-6/+3
2008-01-09Move the fallback on providers from backend to frontend.Chantry Xavier1-3/+31
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones1-1/+1
2007-12-17Only query pacman upgrade when performing actual upgradeAllan McRae1-36/+38
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-08src/pacman/: use the FREELIST macro when possible.Chantry Xavier1-2/+1
2007-12-05pacman/sync.c : improve the sync db cleanup feature.Chantry Xavier1-10/+14
2007-12-03pacman/sync.c: mark sync_trans as staticDan McGee1-1/+1
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor1-3/+0
2007-11-25Add -q/--quiet option for controlling output.Artyom1-9/+19
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier1-1/+2
2007-11-18Add the pmconflict_t type.Nagy Gabor1-3/+2
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier1-9/+9
2007-11-18Minor rephrasing of the question asked by -Sc.Chantry Xavier1-1/+1
2007-11-18Extend the -Sc operation to also clean up unused sync databases.Chantry Xavier1-1/+73
2007-11-17pacman/sync.c : remove duplicated fallback on providers.Chantry Xavier1-20/+3
2007-11-17Two memleak fixes in pacman.Nagy Gabor1-0/+1