summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-19pacman-key: update man pageAllan McRae1-30/+28
2011-07-19pacman-key: hide output of executed commands on logic checksIvan Kanakarakis1-4/+4
2011-07-19pacman-key: rename --trust to --edit-keyAllan McRae1-8/+8
2011-07-19pacman-key: fix quotation on several variable assignmentsIvan Kanakarakis1-8/+8
2011-07-19pacman-key: allow the export of all key idsAllan McRae1-3/+3
2011-07-19pacman-key: rename --del to --deleteAllan McRae1-3/+3
2011-07-19pacman-key: remove the --adv optionAllan McRae1-11/+2
2011-07-19pacman-key: use our option parserAllan McRae1-93/+98
2011-07-18PKGBUILD.vim: add new var and assert bash syntaxDave Reisner1-0/+7
2011-07-18replace access() calls for debug info where applicableFlorian Pritz3-5/+4
2011-07-18signing.c: check if needed files are readableFlorian Pritz1-0/+6
2011-07-18add _alpm_access() wrapperFlorian Pritz2-0/+48
2011-07-18Merge branch 'maint'Dan McGee1-1/+1
2011-07-18makepkg: fix issue with filenames with spaces and noextractAllan McRae1-1/+1
2011-07-18Fix compilation without gpgmeAllan McRae1-2/+2
2011-07-18configure: output more compile settingsAllan McRae1-0/+4
2011-07-18makepkg.conf: remove curl from other common toolsAllan McRae1-1/+1
2011-07-18repo-add: do not print full path of signature fileAllan McRae1-1/+1
2011-07-18repo-add: always remove repo signature symlinkAllan McRae1-2/+1
2011-07-18contrib/paclog-pkglist: whitespace cleanupDave Reisner1-25/+25
2011-07-18contrib/paclog-pkglist: rework as bash wrapping awkDave Reisner2-10/+23
2011-07-18Add a new epoch pactestDan McGee1-0/+25
2011-07-18Handle removal of empty directories properlyDan McGee5-14/+106
2011-07-18makepkg: only test for writable PKGDEST when needed.RogutÄ—s Sparnuotos1-1/+1
2011-07-18Move some .gitignore entriesAllan McRae2-3/+3
2011-07-14doc/PKGBUILD: clarify scriptlet version argumentsDan McGee1-14/+20
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee3-19/+25
2011-07-14contrib/paclog-pkglist: new contributionDave Reisner2-0/+58
2011-07-14contrib/bash_completion: update with new makepkg optsDave Reisner1-3/+3
2011-07-14makepkg: remove unused -C option from option listDave Reisner2-4/+4
2011-07-14makepkg: skip devel_check when reading from a pipeDave Reisner1-2/+2
2011-07-14makepkg: Remove pre-optimization from in_array()DJ Mills1-1/+0
2011-07-14makepkg: Remove OPT_TEMP hack in parse_options callDJ Mills1-3/+1
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee9-9/+92
2011-07-14Add 'compress' compression format as an available optionDan McGee5-8/+13
2011-07-06Unify package removal codeDan McGee3-109/+100
2011-07-06include util.h in rawstr.cDan McGee1-0/+2
2011-07-06Merge remote-tracking branch 'dave/download'Dan McGee7-89/+365