summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-29call alpm_option_get_localdb once in syncfirst()Andrea Scarpino1-1/+2
2011-03-28pacman/util: flush terminal input before reading responseDave Reisner1-0/+21
2011-03-28Merge branch 'maint'Dan McGee1-8/+9
2011-03-25Update usage instruction stringsDan McGee1-8/+9
2011-03-25Merge branch 'maint'Dan McGee1-0/+4
2011-03-25Add -T, --deptest to usage messageRay Kohler1-0/+4
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-0/+18
2011-03-23Let pacman specify GnuPG's home directory.Chris Brannon3-1/+27
2011-03-21Merge branch 'maint'Dan McGee2-24/+34
2011-03-21Do not query group selection when using -SpAllan McRae1-14/+26
2011-03-21Restore --debug/--verbose output without a primary operationDan McGee1-7/+7
2011-03-21Remove unnecessary NULL checkDan McGee1-3/+1
2011-03-21Style change: return(x) --> return xDan McGee16-244/+244
2011-03-20Fix handling of ignored packagesPang Yan Han1-0/+7
2011-03-17Warn but don't error for unknown pacman.conf directivesDan McGee1-26/+24