Age | Commit message (Expand) | Author | Files | Lines |
2012-04-24 | pacman-key: allow verification of multiple sig files | Dave Reisner | 2 | -6/+11 |
2012-04-24 | scripts/library: remove parse_options | Dave Reisner | 4 | -114/+1 |
2012-04-24 | bash_completion: update for changes to pacman-key | Dave Reisner | 1 | -5/+30 |
2012-04-24 | scripts: avoid dumping usage on parser fail | Dave Reisner | 2 | -2/+2 |
2012-04-24 | pacman-key: adopt parseopts for option parsing | Dave Reisner | 3 | -120/+135 |
2012-04-24 | makepkg: allow specifying --pkg multiple times | Dave Reisner | 2 | -2/+2 |
2012-04-24 | makepkg: adopt parseopts for option parsing | Dave Reisner | 3 | -15/+16 |
2012-04-24 | scripts/library: introduce parseopts | Dave Reisner | 8 | -2/+315 |
2012-04-24 | configure: avoid linking against libssl | Dave Reisner | 1 | -1/+1 |
2012-04-20 | makepkg: restrict allowed characters in pkgname | Dave Reisner | 2 | -2/+8 |
2012-04-20 | pkgdelta/repo-add: quoting fixes | Florian Pritz | 2 | -48/+48 |
2012-04-20 | pkgdelta: implement requirments for delta generation | Florian Pritz | 2 | -4/+60 |
2012-04-20 | pkgdelta: rework option/argument parser | Florian Pritz | 1 | -18/+27 |
2012-04-19 | contrib: remove pactree make rule | Dave Reisner | 1 | -1/+0 |
2012-04-19 | contrib: remove wget-xdelta from gitignore | Dave Reisner | 1 | -1/+0 |
2012-04-12 | Merge branch 'maint' | Dan McGee | 2 | -7/+8 |
2012-04-12 | Remove SyncFirst option | Dan McGee | 11 | -268/+1 |
2012-04-09 | Fix issues with unintialized variable value usage | Dan McGee | 2 | -7/+8 |
2012-04-09 | Add more warning flags | Allan McRae | 1 | -0/+1 |
2012-04-08 | Fix a signed overflow error on i686 with GCC 4.7.0 | Dan McGee | 1 | -4/+6 |
2012-04-08 | Merge remote-tracking branch 'dave/buildsys' | Dan McGee | 24 | -343/+335 |
2012-04-08 | makepkg: save and restore shopts when sourcing /etc/profile | Allan McRae | 1 | -0/+4 |
2012-04-08 | makepkg: complain when the buildfile isn't writeable | Dave Reisner | 1 | -7/+7 |
2012-04-08 | makepkg: catch errors sourcing files | Dave Reisner | 1 | -9/+14 |
2012-04-08 | makepkg: restrict usage of errexit to user functions | Dave Reisner | 1 | -23/+23 |
2012-04-08 | Merge branch 'maint' | Dan McGee | 1 | -5/+1 |
2012-04-08 | pacman-key: avoid use of tempfile in verify_sig | Dave Reisner | 1 | -5/+1 |
2012-04-08 | Add a new configure option for excessive compiler warning flags | Dan McGee | 2 | -0/+61 |
2012-04-08 | Various tweaks to support building with excessive GCC warning flags | Dan McGee | 8 | -24/+33 |
2012-04-08 | autoclean.sh: abide by POSIX shebang | Dave Reisner | 1 | -17/+7 |
2012-04-08 | buildsys: move autotools bloat to build-aux | Dave Reisner | 9 | -0/+1 |
2012-04-08 | buildsys: move acinclude.m4 to m4/ | Dave Reisner | 1 | -0/+0 |
2012-04-08 | buildsys: cleanup libtool and autoconf initialization | Dave Reisner | 1 | -5/+2 |
2012-04-08 | buildsys: define warning CFLAGS in separate var | Dave Reisner | 4 | -6/+6 |
2012-04-08 | buildsys: use AC_DEFINE for CYGWIN macro | Dave Reisner | 1 | -1/+1 |
2012-04-08 | buildsys: cleanup gpgme compile time check | Dave Reisner | 2 | -20/+23 |
2012-04-08 | buildsys: use pkg-config for libcurl detection | Dave Reisner | 3 | -255/+20 |
2012-04-08 | buildsys: use pkg-config for libarchive detection | Dave Reisner | 2 | -3/+5 |
2012-04-08 | buildsys: use pkg-config for openssl detection | Dave Reisner | 3 | -15/+20 |
2012-04-08 | buildsys: add pkg-config m4 macros | Dave Reisner | 1 | -0/+159 |
2012-04-08 | pacman-key: verify TRUST_ULTIMATE keys as good | Dave Reisner | 1 | -1/+1 |
2012-04-08 | makepkg: treat lib{provides,depends} returns as proper arrays | Dave Reisner | 1 | -6/+6 |
2012-04-08 | makepkg: use proper array addition in libdeps | Dave Reisner | 1 | -7/+7 |
2012-04-08 | 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 |