Age | Commit message (Expand) | Author | Files | Lines |
2011-07-27 | makepkg: allow epoch to be overridden | Allan McRae | 3 | -8/+12 |
2011-07-27 | makepkg: check arch overrides for required architecture | Allan McRae | 1 | -0/+15 |
2011-07-27 | makepkg: check overrides for pkgrel and pkgver | Allan McRae | 1 | -8/+14 |
2011-07-27 | makepkg: pkgver and pkgrel can not have whitespace | Allan McRae | 1 | -4/+6 |
2011-07-27 | contrib/pacsearch: skip non-matching lines | Dan McGee | 1 | -0/+2 |
2011-07-21 | pacman-key: refactor post parse opt check into a case | Dave Reisner | 1 | -12/+11 |
2011-07-21 | pacman-key: s/UPDATEBD/UPDATEDB/ | Dave Reisner | 1 | -1/+1 |
2011-07-21 | pacman-key: fix syntax error in -r arg parsing | Dave Reisner | 1 | -1/+1 |
2011-07-21 | pacman-key: return $ret, not errors | Dave Reisner | 1 | -1/+1 |
2011-07-21 | Convert package filelists to an array instead of linked list | Dan McGee | 13 | -109/+262 |
2011-07-21 | contrib: add paclog-pkglist to gitignore | Dan McGee | 1 | -0/+1 |
2011-07-19 | Clean up my debug logger mess | Dan McGee | 1 | -2/+0 |
2011-07-19 | Merge remote-tracking branch 'allan/pacman-key' | Dan McGee | 3 | -172/+245 |
2011-07-19 | Fix test suite when GPGME is disabled | Dan McGee | 3 | -1/+16 |
2011-07-19 | pacman/callback: show .sig suffix on sig download | Dave Reisner | 1 | -2/+9 |
2011-07-19 | pacman-key: --init: correct creation of gpg.conf | Pang Yan Han | 1 | -1/+1 |
2011-07-19 | pacman-key: correct spelling mistake | Pang Yan Han | 1 | -1/+1 |
2011-07-19 | pacman-key: add dependency on parse_options to Makefile | Allan McRae | 1 | -1/+2 |
2011-07-19 | pacman-key: check required permissions on keyring | Allan McRae | 1 | -0/+20 |
2011-07-19 | pacman-key: add --init option | Allan McRae | 2 | -8/+30 |
2011-07-19 | pacman-key: tidy up logic for finding pacman keyring directory | Dave Reisner | 1 | -5/+3 |
2011-07-19 | pacman-key: refactor get_from | Dave Reisner | 1 | -8/+10 |
2011-07-19 | pacman-key: add --verify option | Allan McRae | 2 | -4/+11 |
2011-07-19 | pacman-key: check only a single operation has been specified | Allan McRae | 1 | -0/+16 |
2011-07-19 | pacman-key: move verifying keyring files to own function | Allan McRae | 1 | -20/+28 |
2011-07-19 | pacman-key: move --edit-key and --receive processing to functions | Allan McRae | 1 | -21/+26 |
2011-07-19 | pacman-key: update man page | Allan McRae | 1 | -30/+28 |
2011-07-19 | pacman-key: hide output of executed commands on logic checks | Ivan Kanakarakis | 1 | -4/+4 |
2011-07-19 | pacman-key: rename --trust to --edit-key | Allan McRae | 1 | -8/+8 |
2011-07-19 | pacman-key: fix quotation on several variable assignments | Ivan Kanakarakis | 1 | -8/+8 |
2011-07-19 | pacman-key: allow the export of all key ids | Allan McRae | 1 | -3/+3 |
2011-07-19 | pacman-key: rename --del to --delete | Allan McRae | 1 | -3/+3 |
2011-07-19 | pacman-key: remove the --adv option | Allan McRae | 1 | -11/+2 |
2011-07-19 | pacman-key: use our option parser | Allan McRae | 1 | -93/+98 |
2011-07-18 | PKGBUILD.vim: add new var and assert bash syntax | Dave Reisner | 1 | -0/+7 |
2011-07-18 | replace access() calls for debug info where applicable | Florian Pritz | 3 | -5/+4 |
2011-07-18 | signing.c: check if needed files are readable | Florian Pritz | 1 | -0/+6 |
2011-07-18 | add _alpm_access() wrapper | Florian Pritz | 2 | -0/+48 |
2011-07-18 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-07-18 | makepkg: fix issue with filenames with spaces and noextract | Allan McRae | 1 | -1/+1 |
2011-07-18 | Fix compilation without gpgme | Allan McRae | 1 | -2/+2 |
2011-07-18 | configure: output more compile settings | Allan McRae | 1 | -0/+4 |
2011-07-18 | makepkg.conf: remove curl from other common tools | Allan McRae | 1 | -1/+1 |
2011-07-18 | repo-add: do not print full path of signature file | Allan McRae | 1 | -1/+1 |
2011-07-18 | repo-add: always remove repo signature symlink | Allan McRae | 1 | -2/+1 |
2011-07-18 | contrib/paclog-pkglist: whitespace cleanup | Dave Reisner | 1 | -25/+25 |
2011-07-18 | contrib/paclog-pkglist: rework as bash wrapping awk | Dave Reisner | 2 | -10/+23 |
2011-07-18 | Add a new epoch pactest | Dan McGee | 1 | -0/+25 |
2011-07-18 | Handle removal of empty directories properly | Dan McGee | 5 | -14/+106 |
2011-07-18 | makepkg: only test for writable PKGDEST when needed. | RogutÄ—s Sparnuotos | 1 | -1/+1 |