summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-07Merge branch 'maint'Dan McGee92-1473/+1197
2012-04-07Revert "makepkg: calculate exact total file size"Dan McGee3-1/+4
2012-04-07pacman: show groups once with -SgPierre1-2/+6
2012-04-07makepkg.conf: enable curl's cookie engine for httpDave Reisner1-2/+2
2012-04-074.0.3 release NEWS, version bumps, etc.v4.0.3working-maintDan McGee3-3/+28
2012-04-07Revert "parseopts: normalize options into an array"Dave Reisner3-17/+27
2012-04-07pkgdelta: exit 1 upon errorFlorian Pritz1-2/+2
2012-04-07pacman-key: Actually verify signatures and exit with correct codesPierre Schmitz1-1/+5
2012-04-07pkgdelta: use bsdtar -q optionDan McGee1-1/+1
2012-04-07sync: fix crash on failed downloadsDave Reisner1-1/+1
2012-04-07parse_options: initialize unused_options as arrayDave Reisner1-1/+1
2012-04-07Updates from TransifexDan McGee15-478/+598
2012-03-29pacman-key: change to more reliable default keyserverAllan McRae1-1/+1
2012-03-29pacman-key: make the -e option work as advertisedAllan McRae1-1/+1
2012-03-29Update all translation filesDan McGee83-1003/+553
2012-03-28makepkg: avoid reporting bogus install size on btrfsDave Reisner1-0/+6
2012-03-28signing: cope with gpg2's failure at lifeDave Reisner1-3/+12
2012-03-28bash_completion: complete pacman-key options right awayDan McGee1-5/+7
2012-03-28Drop bash 3.2 completion supportDan McGee1-11/+4
2012-03-17Change table_display() to be staticDan McGee2-3/+1
2012-03-16Reduce calls to getcolsDan McGee7-76/+92
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee3-18/+19
2012-03-16Merge branch 'maint'Dan McGee5-8/+41
2012-03-16makepkg: quote removed filename as it can have spacesAllan McRae1-1/+1
2012-03-16makepkg: abort when failing to create BUILDDIRAllan McRae1-2/+5
2012-03-16makepkg: prevent issues with files starting with a hyphenAllan McRae1-3/+3
2012-03-16makepkg: append pkgbase to BUILDDIR if specifiedAllan McRae1-2/+8
2012-03-16pactest: make OPTDEPEND rule look at non-description onlyDan McGee1-2/+5
2012-03-16Always display download size if it appliesDan McGee1-17/+12
2012-03-16Handle printing NULL correctly in table displayDan McGee1-0/+3
2012-03-16Prefer fputs/fputc over fprintf when writing local databaseDan McGee1-11/+15
2012-03-16Extract a write_deps function from local database writingDan McGee1-45/+22
2012-03-16Remove unnecessary path check from local databaseDan McGee1-12/+3
2012-03-15lib/sync: avoid unwanted unlink after download failDave Reisner1-0/+2
2012-03-15dload: reset payload filename members before downloadDave Reisner1-0/+5
2012-03-13Skip special files when cleaning package cacheAllan McRae1-0/+17
2012-03-13Minor format-string related cleanupsDan McGee2-2/+2
2012-03-13Add 3.0.x versions to doc/index.txtDan McGee1-5/+12
2012-03-09Merge branch 'maint'Dan McGee20-520/+520
2012-03-09makepkg: exit via default signal handler in trap_exitDave Reisner1-4/+9
2012-03-09Simplify package validation info output for sync packagesAllan McRae2-26/+42
2012-03-09Remove _alpm_csumAllan McRae5-13/+8
2012-03-09Add information on how an installed package was validatedAllan McRae7-5/+123
2012-03-09makepkg: use array instead of stringDave Reisner1-3/+3
2012-03-09makepkg: avoid use of eval in run_pacmanDave Reisner1-5/+5
2012-03-09makepkg: enforce decimal format for pkgrelDave Reisner1-2/+2
2012-03-09Point python shebangs at python2Allan McRae8-8/+8
2012-03-09makepkg: allow specifying compression optionsChristian Hesse3-4/+18
2012-03-09Hook new optdepend structures upBenedikt Morbach7-22/+94
2012-03-09Allow alpm_depend_t to have a descriptionDan McGee2-13/+32