summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-06-16Make pmgrp_t publicDan McGee7-38/+21
2011-06-16Make pmdelta_t publicDan McGee4-68/+25
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee8-114/+45
2011-06-16Make struct pmconflict_t publicDan McGee6-44/+21
2011-06-16Make pmfileconflict_t type publicDan McGee5-60/+25
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee6-17/+17
2011-06-15makepkg: create source package inside fakerootAllan McRae1-25/+40
2011-06-15Clean up makefile for script generationAllan McRae1-8/+5
2011-06-15parse_options: adjust error messagesAllan McRae1-3/+3
2011-06-15scripts/library: add README fileAllan McRae1-0/+15
2011-06-15scripts: refactor output formatting functionsAllan McRae6-69/+48
2011-06-15makepkg: move option parsing code to separate fileAllan McRae3-91/+97
2011-06-15Merge branch 'maint'Dan McGee2-4/+5
2011-06-15Ensure humanize_size works for negative valuesJakob Gruber1-1/+1
2011-06-15Use pm_fprintpf in table_create_formatJakob Gruber1-1/+1
2011-06-15makepkg: reword purge messageAllan McRae1-1/+1
2011-06-15list_display: fix incorrect assignmentDan McGee1-1/+1
2011-06-15Fix man page generation for out of tree buildAllan McRae1-3/+4
2011-06-14valgrind.supp: add known leak exposed by cURLDan McGee1-0/+10
2011-06-14doc/PKGBUILD: misc changesFlorian Pritz1-13/+13
2011-06-14Rename and rework signing helper methodsDan McGee1-38/+36
2011-06-14Alpm pkg accessors: ensure pkg argument is non-NULLDan McGee1-0/+28
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee15-69/+128
2011-06-14Avoid setting sigverify option twiceDan McGee1-1/+0