Age | Commit message (Expand) | Author | Files | Lines |
2012-04-09 | makepkg: save and restore shopts when sourcing /etc/profile | Allan McRae | 1 | -0/+4 |
2012-04-09 | makepkg: complain when the buildfile isn't writeable | Dave Reisner | 1 | -7/+7 |
2012-04-09 | makepkg: catch errors sourcing files | Dave Reisner | 1 | -9/+14 |
2012-04-09 | makepkg: restrict usage of errexit to user functions | Dave Reisner | 1 | -23/+23 |
2012-04-09 | Merge branch 'maint' | Dan McGee | 1 | -5/+1 |
2012-04-09 | pacman-key: avoid use of tempfile in verify_sig | Dave Reisner | 1 | -5/+1 |
2012-04-09 | pacman-key: verify TRUST_ULTIMATE keys as good | Dave Reisner | 1 | -1/+1 |
2012-04-09 | makepkg: treat lib{provides,depends} returns as proper arrays | Dave Reisner | 1 | -6/+6 |
2012-04-09 | makepkg: use proper array addition in libdeps | Dave Reisner | 1 | -7/+7 |
2012-04-09 | makepkg: add missing newline from libprovides output | Dave Reisner | 1 | -1/+1 |
2012-04-07 | repo-remove: remove deltas file if it becomes empty | Florian Pritz | 1 | -0/+5 |
2012-04-07 | Prefix alpm_pkgfrom_t members with ALPM_ | Allan McRae | 7 | -31/+31 |
2012-04-07 | Return more useful error codes on package open failures | Dan McGee | 2 | -2/+13 |
2012-04-07 | Check minimum required gpgme version | Allan McRae | 1 | -1/+1 |
2012-04-07 | Make selecting scriptlet shell work | Allan McRae | 2 | -4/+4 |
2012-04-07 | makepkg: safely change directories | Allan McRae | 1 | -13/+21 |
2012-04-07 | makepkg: use printf rather than echo to output variable | Allan McRae | 1 | -31/+31 |
2012-04-07 | makepkg: the rhs in string comparisons should be quoted | Allan McRae | 1 | -12/+12 |
2012-04-07 | makepkg: devel_check(): cleanup for hg version | Matthew Monaco | 1 | -5/+7 |
2012-04-07 | makepkg: devel_check(): set newpkgver (cleanup) | Matthew Monaco | 1 | -27/+34 |
2012-04-07 | makepkg: devel_check(): consolidate common code | Matthew Monaco | 1 | -30/+7 |
2012-04-07 | makepkg: devel_check(): determine vcs | Matthew Monaco | 1 | -0/+16 |
2012-04-07 | makepkg: remove unused variable | Matthew Monaco | 1 | -1/+0 |
2012-04-07 | Merge branch 'maint' | Dan McGee | 92 | -1473/+1197 |
2012-04-07 | Revert "makepkg: calculate exact total file size" | Dan McGee | 3 | -1/+4 |
2012-04-07 | pacman: show groups once with -Sg | Pierre | 1 | -2/+6 |
2012-04-07 | makepkg.conf: enable curl's cookie engine for http | Dave Reisner | 1 | -2/+2 |
2012-04-07 | 4.0.3 release NEWS, version bumps, etc.v4.0.3working-maint | Dan McGee | 3 | -3/+28 |
2012-04-07 | Revert "parseopts: normalize options into an array" | Dave Reisner | 3 | -17/+27 |
2012-04-07 | pkgdelta: exit 1 upon error | Florian Pritz | 1 | -2/+2 |
2012-04-07 | pacman-key: Actually verify signatures and exit with correct codes | Pierre Schmitz | 1 | -1/+5 |
2012-04-07 | pkgdelta: use bsdtar -q option | Dan McGee | 1 | -1/+1 |
2012-04-07 | sync: fix crash on failed downloads | Dave Reisner | 1 | -1/+1 |
2012-04-07 | parse_options: initialize unused_options as array | Dave Reisner | 1 | -1/+1 |
2012-04-07 | Updates from Transifex | Dan McGee | 15 | -478/+598 |
2012-03-29 | pacman-key: change to more reliable default keyserver | Allan McRae | 1 | -1/+1 |
2012-03-29 | pacman-key: make the -e option work as advertised | Allan McRae | 1 | -1/+1 |
2012-03-29 | Update all translation files | Dan McGee | 83 | -1003/+553 |
2012-03-28 | makepkg: avoid reporting bogus install size on btrfs | Dave Reisner | 1 | -0/+6 |
2012-03-28 | signing: cope with gpg2's failure at life | Dave Reisner | 1 | -3/+12 |
2012-03-28 | bash_completion: complete pacman-key options right away | Dan McGee | 1 | -5/+7 |
2012-03-28 | Drop bash 3.2 completion support | Dan McGee | 1 | -11/+4 |
2012-03-17 | Change table_display() to be static | Dan McGee | 2 | -3/+1 |
2012-03-16 | Reduce calls to getcols | Dan McGee | 7 | -76/+92 |
2012-03-16 | Pass a file descriptor to getcols and flush_term_input | Dan McGee | 3 | -18/+19 |
2012-03-16 | Merge branch 'maint' | Dan McGee | 5 | -8/+41 |
2012-03-16 | makepkg: quote removed filename as it can have spaces | Allan McRae | 1 | -1/+1 |
2012-03-16 | makepkg: abort when failing to create BUILDDIR | Allan McRae | 1 | -2/+5 |
2012-03-16 | makepkg: prevent issues with files starting with a hyphen | Allan McRae | 1 | -3/+3 |
2012-03-16 | makepkg: append pkgbase to BUILDDIR if specified | Allan McRae | 1 | -2/+8 |