summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-3/+4
2011-08-11Enable recursive/needed sync on SyncFirstDan McGee1-0/+2
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee1-1/+3
2011-08-09Merge branch 'maint'Dan McGee1-1/+10
2011-07-27Remove duplicate code shared between sync and upgradeDan McGee1-7/+12
2011-07-25Fix group selection entry for large inputsDan McGee1-1/+10
2011-07-06Rework -Si display logicDan McGee1-49/+29
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-6/+9
2011-07-05signing: move to new signing verification and return schemeDan McGee1-1/+1
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-9/+9
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-1/+1
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-23/+23
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae1-2/+2
2011-06-29Rename public functions with grp in their nameAllan McRae1-3/+3
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-3/+3
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae1-2/+2
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae1-1/+1
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae1-1/+1
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-13/+13
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-20/+20
2011-06-27Fix several -Wshadow warningsDan McGee1-3/+1
2011-06-24Don't require a transaction for sync DB updatesDan McGee1-7/+0
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee1-1/+1
2011-06-16Make pmgrp_t publicDan McGee1-5/+4
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-4/+2
2011-06-16Make struct pmconflict_t publicDan McGee1-6/+6
2011-06-16Make pmfileconflict_t type publicDan McGee1-6/+3
2011-06-14Move pm_errno onto the handleDan McGee1-12/+16
2011-06-14Add handle argument to two more alpm methodsDan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-1/+1
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