summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
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
2010-05-05Remove unused 'z' option from getopt_long's optstringNagy Gabor
2010-05-05Introduce -D, --databaseNagy Gabor
2010-04-26check for valid optarg before using strdupSerge Ziryukin
2010-03-25Show --print and --print-format options with -Rh, -Sh and -Uh onlyNagy Gabor
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2010-03-14Add new --print operation for all operationsXavier Chantry
2009-12-13add some more sanity check for optargXavier Chantry
2009-12-13refactor _parseoptionsXavier Chantry
2009-11-15download: major refactor to address lingering issuesDan McGee
2009-11-15Refactor do/while cycle and multiple while cyclesLaszlo Papp
2009-10-12Replace hardcoded option numbers with enumerationLaszlo Papp
2009-10-11Minor scope/typing cleanupsDan McGee
2009-09-20Fully implement database lazy loadingDan McGee
2009-09-20Merge branch 'maint'Dan McGee
2009-09-20Strndup usage and small typo fixLaszlo Papp
2009-09-18Kill -F option for good in option parsingDan McGee
2009-09-16String improvementsXavier Chantry
2009-09-14Revert "Fix a memleak involving lazy DB loading"Dan McGee
2009-09-08Re-add the non-user friendly --ask optionXavier Chantry
2009-09-08Fix a memleak involving lazy DB loadingXavier Chantry
2009-09-07use strreplace in the xfercommand codeXavier Chantry
2009-09-06fix small memleak in an error caseXavier Chantry
2009-09-06Log commandline in pacman/alpm logXavier Chantry
2009-09-06Allow $arch to be used in ServerXavier Chantry
2009-09-06Add Architecture and --arch optionXavier Chantry
2009-08-18dload.c : various fixesXavier Chantry
2009-07-26Ensure version screen fits in 80 colsDan McGee
2009-07-22Add a fetch callback to allow front-end download supportSebastian Nowicki