summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Move pm_errno onto the handleDan McGee10-59/+62
2011-06-14Add handle argument to two more alpm methodsDan McGee2-2/+2
2011-06-14Require handle for alpm_checkconflicts()Dan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee4-4/+4
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee3-4/+4
2011-06-14Fix all current return(x) usagesDan McGee2-10/+10
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee1-1/+1
2011-06-09Require handle for alpm_db_register_sync()Dan McGee3-3/+3
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee5-20/+20
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee14-74/+73
2011-06-09Require handle argument to alpm_logaction()Dan McGee3-6/+6
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee2-2/+2
2011-06-08Remove incorrect output with download only and IgnorePkgAllan McRae1-2/+6
2011-06-07Revamp pacman setup code to handle new alpm initialize routineDan McGee3-133/+140
2011-06-07Update utilities for new initialize/release methodsDan McGee4-34/+29
2011-06-03Merge branch 'maint'Dan McGee3-20/+22
2011-06-03Show net upgrade size on -U/-S operationsDan McGee2-2/+13
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee3-19/+21
2011-06-01Let pacman -v print GPG DirPang Yan Han1-0/+1
2011-05-20Merge branch 'maint'Dan McGee2-2/+7
2011-05-19Coding style cleanups; add a null checkDan McGee2-5/+10
2011-05-16Ensure --print doesn't enable --noconfirm when not expectedDan McGee1-1/+1
2011-05-11Don't balk on .sig files being invalid in package cacheDan McGee1-4/+19
2011-05-05Rework config parsing to reduce variable duplicationDan McGee1-32/+25
2011-05-05Refactor VerifySig option value parsing into standalone methodDan McGee1-21/+32
2011-05-05Improve database server APIDan McGee1-1/+1
2011-05-05Make config parsing a two-part affairDan McGee3-74/+92
2011-05-05Move parseconfig to conf.cDan McGee4-593/+611
2011-05-04pactree: make -Wwrite-strings friendlyDan McGee1-50/+62
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee4-6/+7
2011-04-24Perform package verification at package load timeDan McGee4-4/+7
2011-04-23Make dump_pkg_full a little less insaneDan McGee4-38/+34
2011-04-21Header inclusion cleanupDan McGee6-10/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee7-44/+44
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-0/+12
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner5-8/+8
2011-04-21New VerbosePkgLists optionJakob Gruber3-8/+94
2011-04-21Table formatted output functionsJakob Gruber2-0/+111
2011-04-21Refactor display_targets for readabilityJakob Gruber1-12/+10
2011-04-21Use IEC unit prefixesJakob Gruber1-2/+2
2011-04-21Add a utility function to humanize sizesJakob Gruber4-50/+68
2011-04-21Remove ShowSize optionJakob Gruber5-30/+2
2011-04-16Merge branch 'maint'Dan McGee1-16/+32
2011-04-16libalpm: consistently use int as return type for option settersRémy Oudompheng1-5/+8
2011-04-15pacman/query: correctly handle root files with -QoXavier Chantry1-16/+32
2011-04-05Merge branch 'maint'Dan McGee1-5/+13
2011-04-05pacman.c : useless extra parenthesisXavier Chantry1-1/+1
2011-04-05Coding style cleanupsDan McGee1-5/+8
2011-04-01Ensure stdout/stderr are flushed when asking questionsDan McGee1-0/+5
2011-03-29Merge branch 'maint'Dan McGee1-1/+2