Age | Commit message (Expand) | Author | Files | Lines |
2011-06-24 | Make sync DB reading a bit more flexible | Dan McGee | 4 | -83/+97 |
2011-06-24 | archive_fgets(): ensure we return any trailing text with no newline | Dan McGee | 1 | -6/+12 |
2011-06-24 | valgrind.supp: add known leaks from GPGME | Dan McGee | 1 | -0/+22 |
2011-06-24 | pactree: carry a list of databases for dep resolution | Dave Reisner | 1 | -12/+25 |
2011-06-24 | makepkg: Remove a lone quotation mark | Wieland Hoffmann | 1 | -1/+1 |
2011-06-24 | makepkg: remove the cleancache option | Allan McRae | 2 | -39/+1 |
2011-06-24 | Don't require a transaction for sync DB updates | Dan McGee | 2 | -25/+24 |
2011-06-24 | Move locking functions to handle | Dan McGee | 3 | -50/+59 |
2011-06-24 | Add a 'valid' flag to the database object | Dan McGee | 9 | -31/+65 |
2011-06-24 | Move database 'version' check to registration time | Dan McGee | 8 | -89/+62 |
2011-06-24 | Do database signature checking at load time | Dan McGee | 8 | -22/+71 |
2011-06-24 | Document group and providers selection | Allan McRae | 1 | -4/+8 |
2011-06-24 | makepkg: clean-up of output messages | Allan McRae | 1 | -51/+51 |
2011-06-24 | pactest: generate sync DB's in memory | Dan McGee | 3 | -48/+48 |
2011-06-24 | pactest: refactor install file creation | Dan McGee | 3 | -14/+10 |
2011-06-24 | pactest: move filelist/backup generation into package object | Dan McGee | 3 | -38/+39 |
2011-06-24 | pactest: make pmfile a bit more pythonic | Dan McGee | 3 | -23/+16 |
2011-06-24 | pactest: small cleanups and chmod -x most files | Dan McGee | 8 | -57/+23 |
2011-06-24 | pactest: clean up database section writing | Dan McGee | 1 | -89/+56 |
2011-06-24 | pactest: add isize attribute, fix url attribute | Dan McGee | 2 | -2/+5 |
2011-06-24 | Remove three unnecessary usages of alpm_list_count() | Dan McGee | 3 | -4/+5 |
2011-06-24 | Prevent segfault when parsing unexpected sync database file | Dan McGee | 1 | -4/+2 |
2011-06-24 | parse-options: simplify unused-arg & parameter printing | Dave Reisner | 1 | -11/+2 |
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 |