summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-07-06absorb fileinfo struct into dload_payloadDave Reisner2-36/+28
2011-07-06absorb some _alpm_download params into payload structDave Reisner4-31/+40
2011-07-06lib/dload: prevent large file attacksDave Reisner4-40/+87
2011-07-06dload: handle irregular URLsDave Reisner4-24/+116
2011-07-06repo-add: backup old database signature tooAllan McRae1-1/+5
2011-07-06Rework -Si display logicDan McGee1-49/+29
2011-07-06pacman-key: fix syntax highlightingAllan McRae1-1/+1
2011-07-06contrib/paclist: rewrite in bashDave Reisner1-65/+20
2011-07-06fix segfault if pacman.conf can't be readFlorian Pritz1-1/+3
2011-07-06Remove most usages of strncmp()Dan McGee4-16/+16
2011-07-05dload: rearrange code to avoid extra cpp blockDave Reisner1-4/+2
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner3-0/+138
2011-07-05makepkg: update --pkg desciption in man pageAllan McRae1-2/+1
2011-07-05Add library files to POTFILES.inAllan McRae1-0/+2
2011-07-05parse_options: accept multiple argumentsAllan McRae1-7/+23
2011-07-05parse_options: implement optional argumentsAllan McRae1-4/+15
2011-07-05parse_options: add missing newlinesAllan McRae1-2/+2
2011-07-05Simplify alpm_list_previousAllan McRae3-7/+6