summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-08doc/PKGBUILD: fix pkgver for -git packagesFlorian Pritz1-2/+1
2011-08-02docs/pacman.conf: Document SigLevel optionDan McGee1-8/+84
2011-08-02Implement parsing of the new SigLevel directiveDan McGee2-32/+106
2011-08-02paccache: add new contrib scriptDave Reisner3-0/+296
2011-08-02pacman-key: follow gpg options for listing keysAllan McRae2-10/+18
2011-08-02Don't trim whitespace when reading database entriesDan McGee8-16/+122
2011-08-02pactest: use subprocess module instead of os.systemDan McGee1-23/+23
2011-07-29Revamp signing checksDan McGee3-59/+127
2011-07-28Tidy up testdb to match coding stylesDan McGee1-4/+8
2011-07-28Make free_groupcache() privateDan McGee2-25/+23
2011-07-28Merge remote-tracking branch 'dave/scripts-fixup'Dan McGee2-3/+6
2011-07-28scripts/pkgdelta: exit properly on missing argsDave Reisner1-2/+1
2011-07-28scripts/repo-add: show usage when no DB file specifiedDave Reisner1-1/+5
2011-07-28Unify modelines in Asciidoc filesDan McGee15-37/+37
2011-07-27pacman-key: Add --import and --import-trustdbPang Yan Han2-3/+47
2011-07-27pacman-key: change GPG_PACMAN and GPG_NOKEYRING to arraysDJ Mills1-24/+24
2011-07-27pacman-key: fix syntax error in -r arg parsingAllan McRae1-1/+1
2011-07-27makepkg: refactor checking source integrityAllan McRae1-24/+17
2011-07-27makepkg: more control of skipping integrity checksAllan McRae2-15/+36
2011-07-27makepkg: Add support for verifying pgp signaturesWieland Hoffmann2-2/+96
2011-07-27Remove duplicate code shared between sync and upgradeDan McGee3-118/+16
2011-07-27makepkg: get package version with overridesAllan McRae1-18/+27
2011-07-27makepkg: allow epoch to be overriddenAllan McRae3-8/+12
2011-07-27makepkg: check arch overrides for required architectureAllan McRae1-0/+15
2011-07-27makepkg: check overrides for pkgrel and pkgverAllan McRae1-8/+14
2011-07-27makepkg: pkgver and pkgrel can not have whitespaceAllan McRae1-4/+6
2011-07-27contrib/pacsearch: skip non-matching linesDan McGee1-0/+2
2011-07-25Fix group selection entry for large inputsDan McGee2-4/+45
2011-07-25libalpm: Set ret correctly in download_internal()Lukas Fleischer1-0/+1
2011-07-21pacman-key: refactor post parse opt check into a caseDave Reisner1-12/+11
2011-07-21pacman-key: s/UPDATEBD/UPDATEDB/Dave Reisner1-1/+1
2011-07-21pacman-key: fix syntax error in -r arg parsingDave Reisner1-1/+1
2011-07-21pacman-key: return $ret, not errorsDave Reisner1-1/+1
2011-07-21Convert package filelists to an array instead of linked listDan McGee13-109/+262
2011-07-21contrib: add paclog-pkglist to gitignoreDan McGee1-0/+1
2011-07-19Clean up my debug logger messDan McGee1-2/+0
2011-07-19Merge remote-tracking branch 'allan/pacman-key'Dan McGee3-172/+245
2011-07-19Fix test suite when GPGME is disabledDan McGee3-1/+16
2011-07-19pacman/callback: show .sig suffix on sig downloadDave Reisner1-2/+9
2011-07-19pacman-key: --init: correct creation of gpg.confPang Yan Han1-1/+1
2011-07-19pacman-key: correct spelling mistakePang Yan Han1-1/+1
2011-07-19pacman-key: add dependency on parse_options to MakefileAllan McRae1-1/+2
2011-07-19pacman-key: check required permissions on keyringAllan McRae1-0/+20
2011-07-19pacman-key: add --init optionAllan McRae2-8/+30
2011-07-19pacman-key: tidy up logic for finding pacman keyring directoryDave Reisner1-5/+3
2011-07-19pacman-key: refactor get_fromDave Reisner1-8/+10
2011-07-19pacman-key: add --verify optionAllan McRae2-4/+11
2011-07-19pacman-key: check only a single operation has been specifiedAllan McRae1-0/+16
2011-07-19pacman-key: move verifying keyring files to own functionAllan McRae1-20/+28
2011-07-19pacman-key: move --edit-key and --receive processing to functionsAllan McRae1-21/+26