summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-27makepkg: Move check for sudo into check_software functionEric Bélanger1-7/+7
2011-06-27Remove two alpm_list_count usagesAllan McRae1-4/+4
2011-06-27Add scripts po directory to autoclean.shAllan McRae1-9/+4
2011-06-27Ensure a file can be replaced by a directoryDan McGee2-8/+39
2011-06-27File conflict code cleanupsDan McGee1-11/+11
2011-06-24pactree: add -s option to walk sync DBsDave Reisner1-4/+92
2011-06-24Make sync DB reading a bit more flexibleDan McGee4-83/+97
2011-06-24archive_fgets(): ensure we return any trailing text with no newlineDan McGee1-6/+12
2011-06-24valgrind.supp: add known leaks from GPGMEDan McGee1-0/+22
2011-06-24repo-add.8.txt: document valid DB file extensionsDave Reisner1-0/+5
2011-06-24repo-add: use format_entry for all desc/depends fieldsDave Reisner1-22/+24
2011-06-24repo-add: store multi-value fields as arraysDave Reisner1-24/+26
2011-06-24repo-add: bashify reading of .PKGINFO fileDave Reisner1-14/+9
2011-06-24Merge branch 'master' of git://projects.archlinux.org/pacmanDave Reisner20-265/+304
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner1-12/+25
2011-06-24makepkg: Remove a lone quotation markWieland Hoffmann1-1/+1
2011-06-24makepkg: remove the cleancache optionAllan McRae2-39/+1
2011-06-24makepkg: fix incorrect parenthesis in gettext callDave Reisner1-1/+1
2011-06-24Don't require a transaction for sync DB updatesDan McGee2-25/+24
2011-06-24Move locking functions to handleDan McGee3-50/+59
2011-06-24Add a 'valid' flag to the database objectDan McGee9-31/+65
2011-06-24Move database 'version' check to registration timeDan McGee8-89/+62
2011-06-24Do database signature checking at load timeDan McGee8-22/+71
2011-06-24Document group and providers selectionAllan McRae1-4/+8
2011-06-24makepkg: clean-up of output messagesAllan McRae1-51/+51
2011-06-24pactest: generate sync DB's in memoryDan McGee3-48/+48
2011-06-24pactest: refactor install file creationDan McGee3-14/+10
2011-06-24pactest: move filelist/backup generation into package objectDan McGee3-38/+39
2011-06-24pactest: make pmfile a bit more pythonicDan McGee3-23/+16
2011-06-24pactest: small cleanups and chmod -x most filesDan McGee8-57/+23
2011-06-24pactest: clean up database section writingDan McGee1-89/+56
2011-06-24pactest: add isize attribute, fix url attributeDan McGee2-2/+5
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee3-4/+5
2011-06-24Prevent segfault when parsing unexpected sync database fileDan McGee1-4/+2
2011-06-24parse-options: simplify unused-arg & parameter printingDave Reisner1-11/+2
2011-06-24Merge branch 'po-split'Dan McGee123-46850/+54667
2011-06-24repo-add: fix path designation regressionDave Reisner1-2/+11
2011-06-24scripts/po/: add pacman-keyDan McGee27-51/+3173
2011-06-24src/pacman/po/: prune message catalog and translationsDan McGee26-24307/+26
2011-06-24scripts/po/: prune message catalog and translationsDan McGee26-30065/+260
2011-06-24po/: split into scripts/po/ and src/pacman/po/Dan McGee75-18/+54261
2011-06-24Update all translation filesDan McGee52-4668/+9206
2011-06-24Let configure gettext setup know we use ngettext()Dan McGee1-1/+1
2011-06-24makepkg: Added checks in check_software for distcc, ccache, strip and gzipEric Bélanger1-0/+32
2011-06-24makepkg: remove distcc/makeflags option interactionDan McGee1-3/+0
2011-06-22Convert backup list to new pmbackup_t typeDan McGee10-121/+106
2011-06-22makepkg: fix 'check_sofware' typoDan McGee1-1/+1
2011-06-22repo-add: style cleanupDave Reisner1-16/+8
2011-06-22Fixed outdated documentation in test/pacman/READMEKerrick Staley1-3/+3
2011-06-22makepkg: add software check functionAllan McRae1-16/+43