summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2012-08-07coding style fixesFlorian Pritz
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-03-16Reduce calls to getcolsDan McGee
2012-02-20Merge branch 'maint'Dan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-15Revert "Add -S --recursive operation"Dan McGee
2012-02-13Merge branch 'maint'Dan McGee
2012-02-06Fix a handful of comment typos or misspellingsDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-12Use fileno() in isatty() callDan McGee
2011-12-21include config.h via MakefilesDave Reisner
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