summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
AgeCommit message (Expand)Author
2010-06-05Remove unnecessary gettext callDan McGee
2010-03-23Show 'Required By' in -Sii outputDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14Add new --print operation for all operationsXavier Chantry
2010-03-14print installed packagesXavier Chantry
2010-01-19Print "there is nothing to do" with NOOP transactionsNagy Gabor
2009-09-21Allow cache cleaning to process all cache directoriesDan McGee
2009-09-21Propagate return status up in DB cleaning codeDan McGee
2009-09-21Add missing closedir calls in cache cleanupDan McGee
2009-09-20Merge branch 'maint'Dan McGee
2009-09-20sync.c : duplicate the target before modifying itXavier Chantry
2009-09-16String improvementsXavier Chantry
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor
2009-09-08Allow '-Su foo' operationXavier Chantry
2009-09-06Check package arch before installingXavier Chantry
2009-08-18Quiet ShowSize with -Ss and -QsXavier Chantry
2009-08-08Fix for FS#15810Nagy Gabor
2009-07-22Introduce -SuuNagy Gabor
2009-07-16Offer to clean up non-package files in cache directory.Xavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-06-08Give sensible feedback when a repo has no configured serversDan McGee
2009-04-11Remove pmsyncpkg_tNagy Gabor
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2008-12-02Merge branch 'maint'Dan McGee
2008-11-17Minor code cleanupsDan McGee
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry
2008-08-23Move -Sp implementation to the front-endNagy Gabor
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry
2008-07-24src/pacman : rework the display_targets function.Xavier Chantry
2008-07-22-Sqg and -QqgNagy Gabor
2008-07-22Re-enable --debug with -Sw and -SpNagy Gabor
2008-07-13src/pacman/sync.c : Display only errors with -Sp and -Sw operations.Xavier Chantry
2008-07-13sync_addtarget reworkNagy Gabor
2008-06-05Reformat -Sg output to look like -QgDan McGee
2008-06-04src/pacman/sync.c : cleanup of pacman_syncXavier Chantry
2008-05-29Add missing NULL set in group printingDan McGee
2008-05-13Add SyncFirst option.Chantry Xavier
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-05-11Make all error messages use pm_fprintfAllan McRae
2008-05-08pacman-side code cleanupsDan McGee
2008-04-26Refactor the trans init and release code.Chantry Xavier
2008-04-06Remove libdownload reference from pacman frontendDan McGee
2008-03-30Enable display of multiple groups in -Ss and -Qs outputDan McGee
2008-03-30Fix segfault on -Qs usageDan McGee
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee
2008-03-23Add new CleanMethod option.Chantry Xavier
2008-02-27libalpm: clean up of md5sum functions.Chantry Xavier