summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-13Replace 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
2009-09-20Strndup usage and small typo fixLaszlo Papp1-1/+1
2009-09-19Kill -F option for good in option parsingDan McGee1-1/+1
2009-09-17String improvementsXavier Chantry1-3/+3
2009-09-15Revert "Fix a memleak involving lazy DB loading"Dan McGee1-1/+4
2009-09-09Re-add the non-user friendly --ask optionXavier Chantry1-0/+7
2009-09-09Fix a memleak involving lazy DB loadingXavier Chantry1-4/+1
2009-09-07use strreplace in the xfercommand codeXavier Chantry1-23/+12
2009-09-07fix small memleak in an error caseXavier Chantry1-0/+1
2009-09-06Log commandline in pacman/alpm logXavier Chantry1-0/+28
2009-09-06Allow $arch to be used in ServerXavier Chantry1-1/+16
2009-09-06Add Architecture and --arch optionXavier Chantry1-0/+22
2009-08-19dload.c : various fixesXavier Chantry1-4/+1
2009-07-27Ensure version screen fits in 80 colsDan McGee1-2/+2
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-1/+114
2009-07-23Introduce -SuuNagy Gabor1-2/+2
2009-07-23New feature: files verificationDan McGee1-1/+6
2009-07-01Update copyright headers and messagesDan McGee1-2/+3
2009-06-02We don't need root with -SpNagy Gabor1-1/+2
2009-06-02Change package to package(s) and file to file(s) in documentationNagy Gabor1-2/+2
2009-05-19Query documentation updatesNagy Gabor1-5/+5
2009-04-06Document --debugNagy Gabor1-0/+1
2009-01-13HoldPkg reworkNagy Gabor1-1/+6
2008-12-03Merge branch 'maint'Dan McGee1-12/+34
2008-11-30Give an error message on alpm_db_register_sync() errorNagy Gabor1-12/+34
2008-11-01-Qu reworkNagy Gabor1-1/+1
2008-10-13Merge branch 'maint'Dan McGee1-10/+26
2008-10-13Make interrupt handler async-safeDan McGee1-8/+22
2008-10-13Ensure we don't have double slashes when creating frontend pathsDan McGee1-2/+4
2008-08-27Merge branch 'maint'Dan McGee1-1/+1
2008-08-26Add missing comma to -S --help messageRoman Kyrylych1-1/+1
2008-08-23Move -Sp implementation to the front-endNagy Gabor1-1/+2
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry1-1/+1