Age | Commit message (Expand) | Author | Files | Lines |
2012-02-13 | Merge branch 'maint' | Dan McGee | 42 | -1515/+1137 |
2012-02-13 | Use AM_PATH_GPGME macro from gpgme instead of home-built gpgme detection. | Nathan Phillip Brink | 1 | -11/+40 |
2012-02-13 | Add gpgme m4 autoconf macro file | Allan McRae | 1 | -0/+307 |
2012-02-13 | Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operation | Allan McRae | 1 | -6/+0 |
2012-02-13 | testpkg: set gpgdir | Allan McRae | 2 | -0/+5 |
2012-02-13 | Reset errno before opening archive | Allan McRae | 1 | -0/+1 |
2012-02-13 | Move ROOTDIR definition into config.h | Allan McRae | 3 | -2/+1 |
2012-02-13 | Allow specifying shell for running scriptlets | Allan McRae | 2 | -1/+10 |
2012-02-13 | use _alpm_access in a few more places for increased debugging info | Florian Pritz | 3 | -3/+3 |
2012-02-13 | lib/sync: use full delta size as max download size | Dave Reisner | 1 | -1/+1 |
2012-02-11 | 4.0.2 release updatesv4.0.2 | Dan McGee | 3 | -2/+28 |
2012-02-11 | Final pre-release Transifex updates | Dan McGee | 5 | -130/+182 |
2012-02-11 | pactree: allow comments after repo section header | Allan McRae | 1 | -6/+6 |
2012-02-11 | makepkg: disable extglob when sourcing BUILDSCRIPT | Allan McRae | 1 | -0/+4 |
2012-02-11 | makepkg: deal with mercurial exit codes | Allan McRae | 1 | -2/+7 |
2012-02-07 | Fix a handful of comment typos or misspellings | Dan McGee | 3 | -8/+10 |
2012-02-07 | Translation updates from Transifex, mostly scripts | Dan McGee | 30 | -1400/+933 |
2012-02-06 | Merge branch 'maint' | Dan McGee | 40 | -228/+265 |
2012-02-06 | makepkg.sh.in - if both -r and -i are provided, only remove makedeps | Andrew Gregory | 1 | -1/+5 |
2012-02-06 | ALPM API adjustments for sanity and consistency | Dan McGee | 16 | -94/+93 |
2012-02-06 | alpm.h: enum cleanups, comment formatting cleanup | Dan McGee | 1 | -27/+23 |
2012-02-06 | Remove last explicit include of config.h | Dan McGee | 1 | -2/+0 |
2012-02-06 | Update translations from Transifex | Dan McGee | 29 | -210/+211 |
2012-02-06 | remove.c: make "target not found" error consistent with sync.c | Andrew Gregory | 1 | -1/+1 |
2012-02-06 | makepkg.sh.in - fix remove_deps test for deps to be removed | Andrew Gregory | 1 | -1/+1 |
2012-02-06 | makepkg: add forgotten newline in help output | Mantas Mikulėnas | 1 | -1/+1 |
2012-02-03 | pactest: check return code in some upgrade tests | Dan McGee | 4 | -0/+4 |
2012-02-03 | Add simple integer-only pow() implementation | Dan McGee | 1 | -2/+13 |
2012-02-03 | Fix FS#27924: don't display negative zeroes | Thomas Dziedzic | 4 | -13/+22 |
2012-01-31 | makepkg: Fix non-writable SRCPKGDEST error message | Allan McRae | 1 | -0/+5 |
2012-01-31 | Fix rare segfault on package removal | Allan McRae | 1 | -1/+4 |
2012-01-31 | Merge branch 'maint' | Dan McGee | 64 | -938/+2509 |
2012-01-31 | pacman-key: call gpg fewer times for revocation keys | Dave Reisner | 1 | -6/+5 |
2012-01-31 | pacman-key: simplify trusted keyring iteration | Dave Reisner | 1 | -8/+6 |
2012-01-31 | Update translations | Dan McGee | 55 | -817/+2347 |
2012-01-31 | Update pot translation catalogs | Dan McGee | 2 | -19/+59 |
2012-01-31 | Make a few more copyright date tweaks | Dan McGee | 3 | -5/+5 |
2012-01-31 | scripts: always use printf with embedded gettext | Dave Reisner | 6 | -96/+96 |
2012-01-31 | makepkg: workaround for zipman issues | Allan McRae | 1 | -1/+2 |
2012-01-23 | makepkg: check for license when creating srcpackage | Dave Reisner | 1 | -0/+2 |
2012-01-23 | makepkg: abstract license check into separate function | Dave Reisner | 1 | -6/+10 |
2012-01-23 | Remove rmrf implementation from backend | Dan McGee | 3 | -52/+36 |
2012-01-23 | libalpm/deps.c: access trans flags directly | Dan McGee | 1 | -2/+4 |
2012-01-23 | Merge branch 'maint' | Dan McGee | 17 | -145/+390 |
2012-01-23 | lib/dload: give uniform naming to curl CB functions | Dave Reisner | 1 | -4/+4 |
2012-01-23 | Fix sys/mnttab.h header include | Dan McGee | 1 | -2/+2 |
2012-01-23 | lib/dload: enforce usage of TCP keepalives | Dave Reisner | 2 | -1/+55 |
2012-01-23 | makepkg: restrict usage of flags passed to pacman | Allan McRae | 1 | -1/+5 |
2012-01-23 | makepkg: fix error on unnecessary -r | Allan McRae | 1 | -3/+4 |
2012-01-19 | contrib/bash_completion: don't print stderr messages | Dan McGee | 2 | -3/+3 |