summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-01contrib: remove executable bit from input filesDave Reisner8-0/+0
2012-05-01zsh completion for makepkgDaniel Wallace1-0/+91
2012-05-01add zsh completion to pacman-keyDaniel Wallace1-4/+112
2012-04-30Convert ALLOC_FAIL macro into a functionDan McGee4-8/+13
2012-04-30be_local: use the right length value for filename in all casesDan McGee1-2/+3
2012-04-30pkgdelta/repo-add: quoting fixesFlorian Pritz1-1/+1
2012-04-30Output "Packages" instead of "Targets"Allan McRae1-1/+1
2012-04-30Merge remote-tracking branch 'dave/buildsys'Dan McGee16-72/+141
2012-04-30makepkg: remove subshelling from check_option and friendsDave Reisner1-58/+79
2012-04-30makepkg: null terminate filenames to stripDave Reisner1-1/+1
2012-04-30pacman/package.c: show checksums with -SiiDave Reisner1-1/+8
2012-04-30Move short-lived realpath buffers to the stackDan McGee2-6/+2
2012-04-26libalpm: add pkg-config fileDave Reisner4-0/+17
2012-04-25Pointer coding style cleanupsDan McGee3-3/+3
2012-04-25be_local: write all single-valued attributes firstDan McGee1-18/+20
2012-04-25util/testdb: don't return crazy error valuesDan McGee1-4/+4
2012-04-25Split check steps in Makefile into multiple targetsDan McGee2-3/+15
2012-04-25rankmirrors: move to contrib/Dave Reisner5-6/+5
2012-04-24makepkg: Be more consistent with missing program messageAllan McRae1-1/+1
2012-04-24makepkg: treat list of packages to be installed as an arrayAllan McRae1-2/+2
2012-04-24makepkg: deal with overriden package arch properlyAllan McRae1-18/+33
2012-04-24paccache: adopt parseopts for options parsingDave Reisner2-48/+73
2012-04-24configure: require bash >= 4.1 at compile timeDave Reisner1-1/+17
2012-04-24validate bash scripts with 'bash -n' during build.Dave Reisner2-0/+2
2012-04-24contrib: rename bash scripts: .in -> .sh.inDave Reisner8-16/+15
2012-04-24contrib: use a separate build rule for bash scriptsDave Reisner1-3/+14
2012-04-24pacman-key: lookup keys before receivingDave Reisner1-1/+40
2012-04-24Merge branch 'maint'Dan McGee7-74/+143
2012-04-24Merge branch 'parse-opts'Dan McGee14-259/+505
2012-04-24makepkg.8: remove bold from --pkg's optargDave Reisner1-1/+1
2012-04-24pacman-key: allow verification of multiple sig filesDave Reisner2-6/+11
2012-04-24scripts/library: remove parse_optionsDave Reisner4-114/+1
2012-04-24bash_completion: update for changes to pacman-keyDave Reisner1-5/+30
2012-04-24scripts: avoid dumping usage on parser failDave Reisner2-2/+2
2012-04-24pacman-key: adopt parseopts for option parsingDave Reisner3-120/+135
2012-04-24makepkg: allow specifying --pkg multiple timesDave Reisner2-2/+2
2012-04-24makepkg: adopt parseopts for option parsingDave Reisner3-15/+16
2012-04-24scripts/library: introduce parseoptsDave Reisner8-2/+315
2012-04-24configure: avoid linking against libsslDave Reisner1-1/+1
2012-04-21makepkg: restrict allowed characters in pkgnameDave Reisner2-2/+8
2012-04-21pkgdelta/repo-add: quoting fixesFlorian Pritz2-48/+48
2012-04-21pkgdelta: implement requirments for delta generationFlorian Pritz2-4/+60
2012-04-21pkgdelta: rework option/argument parserFlorian Pritz1-18/+27
2012-04-20contrib: remove pactree make ruleDave Reisner1-1/+0
2012-04-20contrib: remove wget-xdelta from gitignoreDave Reisner1-1/+0
2012-04-12Merge branch 'maint'Dan McGee2-7/+8
2012-04-12Remove SyncFirst optionDan McGee11-268/+1
2012-04-09Fix issues with unintialized variable value usageDan McGee2-7/+8
2012-04-09Add more warning flagsAllan McRae1-0/+1
2012-04-09Fix a signed overflow error on i686 with GCC 4.7.0Dan McGee1-4/+6