summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12code syntax cleanupDave Reisner1-1/+1
2011-10-14Remove -f short option for --forceDan McGee1-3/+3
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-1/+1
2011-10-14Remove mcheck.h supportDan McGee1-8/+0
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-2/+2
2011-09-27Avoid comparison between signed and unsigned typesAllan McRae1-1/+2
2011-09-26Revamp pacman signal handlerDan McGee1-23/+23
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee1-6/+19
2011-09-15pacman: add short opt '-p' for --print to -{S,R}hDave Reisner1-1/+1
2011-08-29pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer1-1/+1
2011-08-11pacman: remove --dbonly shortoptDave Reisner1-3/+3
2011-08-11Allow --needed and --recursive on -U operationsDan McGee1-3/+5
2011-08-11Add -S --recursive operationDan McGee1-1/+7
2011-08-08mark option structs as constDave Reisner1-1/+1
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-21/+21
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-12/+12
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner1-1/+1
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee1-2/+5
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-1/+1
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-2/+2
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-7/+7
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-1/+1
2011-06-07Revamp pacman setup code to handle new alpm initialize routineDan McGee1-40/+12
2011-06-01Let pacman -v print GPG DirPang Yan Han1-0/+1
2011-05-20Merge branch 'maint'Dan McGee1-2/+3
2011-05-19Coding style cleanups; add a null checkDan McGee1-1/+2
2011-05-16Ensure --print doesn't enable --noconfirm when not expectedDan McGee1-1/+1
2011-05-05Make config parsing a two-part affairDan McGee1-1/+1
2011-05-05Move parseconfig to conf.cDan McGee1-590/+5
2011-04-21Header inclusion cleanupDan McGee1-2/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-24/+24
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 Reisner1-2/+2
2011-04-21New VerbosePkgLists optionJakob Gruber1-0/+3
2011-04-21Remove ShowSize optionJakob Gruber1-3/+0
2011-04-16libalpm: consistently use int as return type for option settersRémy Oudompheng1-5/+8
2011-04-05pacman.c : useless extra parenthesisXavier Chantry1-1/+1
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 Brannon1-0/+22
2011-03-21Merge branch 'maint'Dan McGee1-10/+8
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 McGee1-51/+51
2011-03-17Warn but don't error for unknown pacman.conf directivesDan McGee1-26/+24
2011-03-17Only read from stdin if '-' is provided as a targetDave Reisner1-2/+6