summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-22Remove old TODO listsAllan McRae2-152/+0
2011-06-22makepkg: move comment into correct placeAllan McRae1-4/+5
2011-06-22makepkg: adjust libprovides/depends messagesAllan McRae1-2/+2
2011-06-22makepkg: allow specifying alternative build directoryAllan McRae4-2/+30
2011-06-22makepkg: Add UPX compression supportAllan McRae4-4/+23
2011-06-20repo-add: show better error when path to repo does not existDave Reisner1-0/+6
2011-06-20repo-add: allow creating a database with no compressionDan McGee1-4/+5
2011-06-20repo-add: use bash equivalents of basename/dirnameDave Reisner1-6/+6
2011-06-20lib/util: call _alpm_log before setting handle->pm_errnoDave Reisner1-2/+4
2011-06-20pactest: add retcode=0 to several testsDan McGee10-0/+10
2011-06-20makepkg: fix broken syntax (double $)Florian Pritz1-1/+1
2011-06-20Improve cachedir removal and error handlingDan McGee1-12/+12
2011-06-20Documented _alpm_download()Kerrick Staley1-0/+10
2011-06-20Documented purpose of be_*.cKerrick Staley3-3/+3
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner3-11/+19
2011-06-20Correctly duplicate delta objectsDan McGee3-3/+20
2011-06-20Clean up util md5sum methodDan McGee1-2/+1
2011-06-20Merge branch 'public-structs'Dan McGee16-324/+137
2011-06-20lib/handle: use CALLOC macro instead of bare callocDave Reisner1-3/+3
2011-06-20Don't call public API in _alpm_log()Dan McGee1-3/+2