summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
AgeCommit message (Expand)Author
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-24Don't require a transaction for sync DB updatesDan McGee
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-16Make pmfileconflict_t type publicDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-13Require handle for alpm_pkg_load()Dan McGee
2011-06-13Add handle argument to alpm_(add|remove)_pkg()Dan McGee
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-05-10Don't balk on .sig files being invalid in package cacheDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-22Make dump_pkg_full a little less insaneDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-20Remove ShowSize optionJakob Gruber
2011-03-29Merge branch 'maint'Dan McGee
2011-03-29call alpm_option_get_localdb once in syncfirst()Andrea Scarpino
2011-03-21Merge branch 'maint'Dan McGee
2011-03-21Do not query group selection when using -SpAllan McRae
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-20Fix handling of ignored packagesPang Yan Han
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-04Read pkgcache into hashAllan McRae
2011-01-31Allow both cleanmethod values to be specified at the same timeDan McGee
2011-01-31Style cleanups in clean cache codeDan McGee
2011-01-29pacman/sync: implement interactive group selectionXavier Chantry
2011-01-29pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry
2011-01-29pacman/sync: rewrite target handlingXavier Chantry
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-10-14Clean up all old database files and directoriesAllan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
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