summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2011-12-12code syntax cleanupDave Reisner
2011-10-14Remove -f short option for --forceDan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-13Remove mcheck.h supportDan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-26Avoid comparison between signed and unsigned typesAllan McRae
2011-09-26Revamp pacman signal handlerDan McGee
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee
2011-09-14pacman: add short opt '-p' for --print to -{S,R}hDave Reisner
2011-08-28pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer
2011-08-11pacman: remove --dbonly shortoptDave Reisner
2011-08-11Allow --needed and --recursive on -U operationsDan McGee
2011-08-11Add -S --recursive operationDan McGee
2011-08-08mark option structs as constDave Reisner
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'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-06-07Revamp pacman setup code to handle new alpm initialize routineDan McGee
2011-06-01Let pacman -v print GPG DirPang Yan Han
2011-05-19Merge branch 'maint'Dan McGee
2011-05-19Coding style cleanups; add a null checkDan McGee
2011-05-16Ensure --print doesn't enable --noconfirm when not expectedDan McGee
2011-05-05Make config parsing a two-part affairDan McGee
2011-05-05Move parseconfig to conf.cDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-20New VerbosePkgLists optionJakob Gruber
2011-04-20Remove ShowSize optionJakob Gruber
2011-04-15libalpm: consistently use int as return type for option settersRémy Oudompheng
2011-04-04pacman.c : useless extra parenthesisXavier Chantry
2011-03-27Merge branch 'maint'Dan McGee
2011-03-25Update usage instruction stringsDan McGee
2011-03-24Merge branch 'maint'Dan McGee
2011-03-24Add -T, --deptest to usage messageRay Kohler
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry
2011-03-23Let pacman specify GnuPG's home directory.Chris Brannon
2011-03-21Merge branch 'maint'Dan McGee
2011-03-21Restore --debug/--verbose output without a primary operationDan McGee
2011-03-20Remove unnecessary NULL checkDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-16Warn but don't error for unknown pacman.conf directivesDan McGee
2011-03-16Only read from stdin if '-' is provided as a targetDave Reisner
2011-01-31make -d less strict; add -dd optionFlorian Pritz