summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
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
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-12Make debug config messages consistent in capitalizationDan McGee1-2/+2
2011-01-08Fix some more simple conversion "errors"Dan McGee1-3/+3
2011-01-08Update copyright years for 2011Allan McRae1-2/+2
2010-12-30Declare all local functions staticAllan McRae1-1/+1
2010-12-13Add configuration option to control disk space checkingAllan McRae1-0/+2
2010-12-13Remove AC_TYPE_SIGNAL usageDan McGee1-1/+1
2010-12-13alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry1-2/+1
2010-12-13pacman: sort --help outputXavier Chantry1-51/+98
2010-12-13CLI args: update --help and manpageXavier Chantry1-83/+81
2010-12-13Ensure stdin args are correctly terminatedDan McGee1-3/+4
2010-11-05Support reading package args from stdinDave Reisner1-0/+33
2010-10-12CLI args: stricter/better parsingJakob Gruber1-32/+45
2010-10-12CLI 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-18Allow 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-26Show --print and --print-format options with -Rh, -Sh and -Uh onlyNagy Gabor1-3/+9
2010-03-15Bump copyright dates to 2010Dan McGee1-2/+2
2010-03-15fix a few warnings reported by clangXavier Chantry1-1/+1
2010-03-15Add new --print operation for all operationsXavier Chantry1-5/+18
2009-12-14add some more sanity check for optargXavier Chantry1-1/+15
2009-12-14refactor _parseoptionsXavier Chantry1-138/+170
2009-11-16download: major refactor to address lingering issuesDan McGee1-1/+10
2009-11-16Refactor do/while cycle and multiple while cyclesLaszlo Papp1-1/+3