summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
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
2011-01-31Allow both cleanmethod values to be specified at the same timeDan McGee
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-12Merge branch 'maint'Dan McGee
2011-01-11Make debug config messages consistent in capitalizationDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Declare all local functions staticAllan McRae
2010-12-12Add configuration option to control disk space checkingAllan McRae
2010-12-12Remove AC_TYPE_SIGNAL usageDan McGee
2010-12-12alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry
2010-12-12pacman: sort --help outputXavier Chantry
2010-12-12CLI args: update --help and manpageXavier Chantry
2010-12-12Ensure stdin args are correctly terminatedDan McGee
2010-11-04Support reading package args from stdinDave Reisner
2010-10-11CLI args: stricter/better parsingJakob Gruber
2010-10-11CLI args: reorganize parsingJakob Gruber
2010-07-01Check return value of chdir and getcwdAllan McRae
2010-06-30Do not compare signed and unsigned typesAllan McRae
2010-05-18Allow to include a path containing wildcardsMarc-A. Dahlhaus
2010-05-17Allow Include directive in any sectionsXavier Chantry
2010-05-05Improve documentation of -k/--dbonlyDan McGee