summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee1-1/+1
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee1-1/+1
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-5/+5
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-13/+15
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-2/+2
2011-05-11Don't balk on .sig files being invalid in package cacheDan McGee1-4/+19
2011-04-24Perform package verification at package load timeDan McGee1-1/+2
2011-04-23Make dump_pkg_full a little less insaneDan McGee1-3/+4
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-3/+3
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-21Remove ShowSize optionJakob Gruber1-8/+0
2011-03-29Merge branch 'maint'Dan McGee1-1/+2
2011-03-29call alpm_option_get_localdb once in syncfirst()Andrea Scarpino1-1/+2
2011-03-21Merge branch 'maint'Dan McGee1-14/+26
2011-03-21Do not query group selection when using -SpAllan McRae1-14/+26
2011-03-21Style change: return(x) --> return xDan McGee1-43/+43
2011-03-20Fix handling of ignored packagesPang Yan Han1-0/+7
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-5/+5
2011-02-04Read pkgcache into hashAllan McRae1-5/+5
2011-01-31Allow both cleanmethod values to be specified at the same timeDan McGee1-37/+39
2011-01-31Style cleanups in clean cache codeDan McGee1-7/+9
2011-01-29pacman/sync: implement interactive group selectionXavier Chantry1-2/+1
2011-01-29pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry1-2/+1
2011-01-29pacman/sync: rewrite target handlingXavier Chantry1-15/+95
2011-01-29Remove need to explicitly register the local DBDan McGee1-5/+6
2011-01-08Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-21Always specify arguement type in function delcarationsAllan McRae1-1/+1
2010-10-14Clean up all old database files and directoriesAllan McRae1-8/+24
2010-06-20Clarify testing within conditional statementsAllan McRae1-4/+4
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