summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-05Remove unnecessary gettext callDan McGee1-1/+1
2010-03-24Show 'Required By' in -Sii outputDan McGee1-3/+3
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15Add new --print operation for all operationsXavier Chantry1-23/+3
2010-03-15print installed packagesXavier Chantry1-2/+22
2010-01-20Print "there is nothing to do" with NOOP transactionsNagy Gabor1-1/+1
2009-09-21Allow cache cleaning to process all cache directoriesDan McGee1-31/+32
2009-09-21Propagate return status up in DB cleaning codeDan McGee1-4/+6
2009-09-21Add missing closedir calls in cache cleanupDan McGee1-1/+3
2009-09-20Merge branch 'maint'Dan McGee1-1/+1
2009-09-20sync.c : duplicate the target before modifying itXavier Chantry1-16/+18
2009-09-17String improvementsXavier Chantry1-1/+1
2009-09-12Change the interface for target loadingXavier Chantry1-53/+23
2009-09-09Remove transaction typeXavier Chantry1-6/+7
2009-09-09Add a new reason field to pmconflict_t structNagy Gabor1-3/+10
2009-09-09Allow '-Su foo' operationXavier Chantry1-64/+71
2009-09-06Check package arch before installingXavier Chantry1-0/+6
2009-08-19Quiet ShowSize with -Ss and -QsXavier Chantry1-1/+1
2009-08-08Fix for FS#15810Nagy Gabor1-9/+17
2009-07-23Introduce -SuuNagy Gabor1-1/+1
2009-07-16Offer to clean up non-package files in cache directory.Xavier Chantry1-6/+8
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-09Give sensible feedback when a repo has no configured serversDan McGee1-1/+9
2009-04-11Remove pmsyncpkg_tNagy Gabor1-1/+1
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-3/+4
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-1/+1
2008-12-03Merge branch 'maint'Dan McGee1-1/+2
2008-11-18Minor code cleanupsDan McGee1-1/+2
2008-08-26Rename 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-25src/pacman : rework the display_targets function.Xavier Chantry1-1/+1
2008-07-23-Sqg and -QqgNagy Gabor1-2/+6
2008-07-23Re-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-30Add 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-12Make all error messages use pm_fprintfAllan McRae1-18/+26
2008-05-09pacman-side code cleanupsDan McGee1-2/+2
2008-04-26Refactor the trans init and release code.Chantry Xavier1-31/+8
2008-04-07Remove 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-28libalpm: clean up of md5sum functions.Chantry Xavier1-2/+4