Age | Commit message (Expand) | Author | Files | Lines |
2011-06-24 | Merge branch 'po-split' | Dan McGee | 123 | -46850/+54667 |
2011-06-24 | repo-add: fix path designation regression | Dave Reisner | 1 | -2/+11 |
2011-06-24 | scripts/po/: add pacman-key | Dan McGee | 27 | -51/+3173 |
2011-06-24 | src/pacman/po/: prune message catalog and translations | Dan McGee | 26 | -24307/+26 |
2011-06-24 | scripts/po/: prune message catalog and translations | Dan McGee | 26 | -30065/+260 |
2011-06-24 | po/: split into scripts/po/ and src/pacman/po/ | Dan McGee | 75 | -18/+54261 |
2011-06-24 | Update all translation files | Dan McGee | 52 | -4668/+9206 |
2011-06-24 | Let configure gettext setup know we use ngettext() | Dan McGee | 1 | -1/+1 |
2011-06-24 | makepkg: Added checks in check_software for distcc, ccache, strip and gzip | Eric BĂ©langer | 1 | -0/+32 |
2011-06-24 | makepkg: remove distcc/makeflags option interaction | Dan McGee | 1 | -3/+0 |
2011-06-22 | Convert backup list to new pmbackup_t type | Dan McGee | 10 | -121/+106 |
2011-06-22 | makepkg: fix 'check_sofware' typo | Dan McGee | 1 | -1/+1 |
2011-06-22 | repo-add: style cleanup | Dave Reisner | 1 | -16/+8 |
2011-06-22 | Fixed outdated documentation in test/pacman/README | Kerrick Staley | 1 | -3/+3 |
2011-06-22 | makepkg: add software check function | Allan McRae | 1 | -16/+43 |
2011-06-22 | Remove old TODO lists | Allan McRae | 2 | -152/+0 |
2011-06-22 | makepkg: move comment into correct place | Allan McRae | 1 | -4/+5 |
2011-06-22 | makepkg: adjust libprovides/depends messages | Allan McRae | 1 | -2/+2 |
2011-06-22 | makepkg: allow specifying alternative build directory | Allan McRae | 4 | -2/+30 |
2011-06-22 | makepkg: Add UPX compression support | Allan McRae | 4 | -4/+23 |
2011-06-20 | repo-add: show better error when path to repo does not exist | Dave Reisner | 1 | -0/+6 |
2011-06-20 | repo-add: allow creating a database with no compression | Dan McGee | 1 | -4/+5 |
2011-06-20 | repo-add: use bash equivalents of basename/dirname | Dave Reisner | 1 | -6/+6 |
2011-06-20 | lib/util: call _alpm_log before setting handle->pm_errno | Dave Reisner | 1 | -2/+4 |
2011-06-20 | pactest: add retcode=0 to several tests | Dan McGee | 10 | -0/+10 |
2011-06-20 | makepkg: fix broken syntax (double $) | Florian Pritz | 1 | -1/+1 |
2011-06-20 | Improve cachedir removal and error handling | Dan McGee | 1 | -12/+12 |
2011-06-20 | Documented _alpm_download() | Kerrick Staley | 1 | -0/+10 |
2011-06-20 | Documented purpose of be_*.c | Kerrick Staley | 3 | -3/+3 |
2011-06-20 | pacman/util.c: support terminals with unknown width | Dave Reisner | 3 | -11/+19 |
2011-06-20 | Correctly duplicate delta objects | Dan McGee | 3 | -3/+20 |
2011-06-20 | Clean up util md5sum method | Dan McGee | 1 | -2/+1 |
2011-06-20 | Merge branch 'public-structs' | Dan McGee | 16 | -324/+137 |
2011-06-20 | lib/handle: use CALLOC macro instead of bare calloc | Dave Reisner | 1 | -3/+3 |
2011-06-20 | Don't call public API in _alpm_log() | Dan McGee | 1 | -3/+2 |
2011-06-16 | Make pmgrp_t public | Dan McGee | 7 | -38/+21 |
2011-06-16 | Make pmdelta_t public | Dan McGee | 4 | -68/+25 |
2011-06-16 | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 8 | -114/+45 |
2011-06-16 | Make struct pmconflict_t public | Dan McGee | 6 | -44/+21 |
2011-06-16 | Make pmfileconflict_t type public | Dan McGee | 5 | -60/+25 |
2011-06-15 | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 6 | -17/+17 |
2011-06-15 | makepkg: create source package inside fakeroot | Allan McRae | 1 | -25/+40 |
2011-06-15 | Clean up makefile for script generation | Allan McRae | 1 | -8/+5 |
2011-06-15 | parse_options: adjust error messages | Allan McRae | 1 | -3/+3 |
2011-06-15 | scripts/library: add README file | Allan McRae | 1 | -0/+15 |
2011-06-15 | scripts: refactor output formatting functions | Allan McRae | 6 | -69/+48 |
2011-06-15 | makepkg: move option parsing code to separate file | Allan McRae | 3 | -91/+97 |
2011-06-15 | Merge branch 'maint' | Dan McGee | 2 | -4/+5 |
2011-06-15 | Ensure humanize_size works for negative values | Jakob Gruber | 1 | -1/+1 |
2011-06-15 | Use pm_fprintpf in table_create_format | Jakob Gruber | 1 | -1/+1 |