summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-04pacman.c : useless extra parenthesisXavier Chantry1-1/+1
2011-03-27Merge branch 'maint'Dan McGee1-8/+9
2011-03-25Update usage instruction stringsDan McGee1-8/+9
2011-03-24Merge branch 'maint'Dan McGee1-0/+4
2011-03-24Add -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-20Remove unnecessary NULL checkDan McGee1-3/+1
2011-03-20Style change: return(x) --> return xDan McGee1-51/+51
2011-03-16Warn but don't error for unknown pacman.conf directivesDan McGee1-26/+24
2011-03-16Only read from stdin if '-' is provided as a targetDave Reisner1-2/+6
2011-01-31make -d less strict; add -dd optionFlorian Pritz1-1/+7
2011-01-31Allow both cleanmethod values to be specified at the same timeDan McGee1-9/+13
2011-01-29Remove need to explicitly register the local DBDan McGee1-9/+0
2011-01-12Merge branch 'maint'Dan McGee1-2/+2
2011-01-11Make debug config messages consistent in capitalizationDan McGee1-2/+2
2011-01-07Fix some more simple conversion "errors"Dan McGee1-3/+3
2011-01-07Update copyright years for 2011Allan McRae1-2/+2
2010-12-30Declare all local functions staticAllan McRae1-1/+1
2010-12-12Add configuration option to control disk space checkingAllan McRae1-0/+2
2010-12-12Remove AC_TYPE_SIGNAL usageDan McGee1-1/+1
2010-12-12alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry1-2/+1
2010-12-12pacman: sort --help outputXavier Chantry1-51/+98
2010-12-12CLI args: update --help and manpageXavier Chantry1-83/+81
2010-12-12Ensure stdin args are correctly terminatedDan McGee1-3/+4
2010-11-04Support reading package args from stdinDave Reisner1-0/+33
2010-10-11CLI args: stricter/better parsingJakob Gruber1-32/+45
2010-10-11CLI args: reorganize parsingJakob Gruber1-160/+280
2010-07-01Check return value of chdir and getcwdAllan McRae1-2/+13
2010-06-30Do not compare signed and unsigned typesAllan McRae1-1/+1
2010-05-18Allow to include a path containing wildcardsMarc-A. Dahlhaus1-2/+29
2010-05-17Allow Include directive in any sectionsXavier Chantry1-12/+16
2010-05-05Improve documentation of -k/--dbonlyDan McGee1-1/+2
2010-05-05Remove unused 'z' option from getopt_long's optstringNagy Gabor1-1/+1
2010-05-05Introduce -D, --databaseNagy Gabor1-5/+16
2010-04-26check for valid optarg before using strdupSerge Ziryukin1-0/+1
2010-03-25Show --print and --print-format options with -Rh, -Sh and -Uh onlyNagy Gabor1-3/+9
2010-03-14Bump copyright dates to 2010Dan McGee1-2/+2
2010-03-14fix a few warnings reported by clangXavier Chantry1-1/+1
2010-03-14Add new --print operation for all operationsXavier Chantry1-5/+18
2009-12-13add some more sanity check for optargXavier Chantry1-1/+15
2009-12-13refactor _parseoptionsXavier Chantry1-138/+170
2009-11-15download: major refactor to address lingering issuesDan McGee1-1/+10
2009-11-15Refactor do/while cycle and multiple while cyclesLaszlo Papp1-1/+3
2009-10-12Replace hardcoded option numbers with enumerationLaszlo Papp1-28/+28
2009-10-11Minor scope/typing cleanupsDan McGee1-2/+2
2009-09-20Fully implement database lazy loadingDan McGee1-4/+1
2009-09-20Merge branch 'maint'Dan McGee1-5/+5