Age | Commit message (Expand) | Author | Files | Lines |
2019-02-07 | I blame everyone but me for this | Allan McRae | 1 | -1/+1 |
2019-02-04 | fix various typos | morganamilo | 9 | -15/+15 |
2019-01-31 | libmakepkg: lint disallowed architecture specific variables | morganamilo | 3 | -0/+84 |
2019-01-31 | libmakepkg: lint disallowed variables in package() | morganamilo | 4 | -0/+73 |
2019-01-31 | libmakepkg: centralise random arrays of pkgbuild variables | morganamilo | 8 | -22/+64 |
2019-01-30 | makepkg: use --unneeded for pacman call in remove_deps() | Allan McRae | 1 | -1/+1 |
2019-01-30 | libmakepkg: Add lzip ext support | Chloe Kudryavtsev | 3 | -1/+4 |
2019-01-22 | libmakepkg: move checkdepends to the correct array | morganamilo | 1 | -5/+4 |
2019-01-22 | libmakepkg: Implement extendable signature verification | Eli Schwartz | 1 | -3/+4 |
2019-01-22 | libmakepkg: implement extendable source protocols | Eli Schwartz | 5 | -37/+30 |
2019-01-22 | libmakepkg: optimize get_protocol to always return proto, not proto+uri | Eli Schwartz | 4 | -17/+19 |
2019-01-21 | libmakepkg: make gettext replacements more templated | Eli Schwartz | 1 | -1/+1 |
2019-01-21 | libalpm: fix minor typo in _alpm_db_usage_ | morganamilo | 1 | -1/+1 |
2019-01-21 | Fix typo in pacman man page | Allan McRae | 1 | -1/+1 |
2019-01-16 | libmakepkg: disallow using 'any' with other arches | morganamilo | 1 | -2/+7 |
2019-01-16 | meson: fix website target | Eli Schwartz | 1 | -4/+13 |
2019-01-14 | update a bunch of links for https and to adapt to changing domains | Eli Schwartz | 3 | -17/+15 |
2019-01-14 | doc: add a couple missing manpages from the html index | Eli Schwartz | 1 | -0/+2 |
2019-01-14 | doc: keep manpages and html pages in sync | Eli Schwartz | 1 | -13/+1 |
2019-01-14 | meson: fix regression that broke building libmakepkg | Eli Schwartz | 1 | -1/+1 |
2019-01-10 | makepkg: return E_PKGBUILD_ERROR for nonexistent PKGBUILD | Eli Schwartz | 1 | -1/+1 |
2019-01-10 | libmakepkg: simplify splitting command output into array | Eli Schwartz | 1 | -1/+1 |
2019-01-10 | libmakepkg: add routine for linting $SOURCE_DATE_EPOCH | Eli Schwartz | 3 | -0/+39 |
2019-01-10 | makepkg: fix unguarded use of printf | Eli Schwartz | 1 | -1/+1 |
2019-01-10 | makepkg: check_pkgrel: Don't say "decimal" in the error message | Luke Shumaker | 1 | -1/+1 |
2019-01-10 | makepkg: Better error messages for versions in (check, make, opt)depends/prov... | Luke Shumaker | 11 | -43/+106 |
2019-01-10 | libmakepkg/lint_pkgbuild: check for invalid variables even if they're empty | Eli Schwartz | 1 | -10/+6 |
2019-01-10 | Add [ignored] to -Qu output for packages in repos that are not Usage = Upgrade | Allan McRae | 1 | -1/+5 |
2019-01-10 | libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version() | Allan McRae | 3 | -8/+4 |
2019-01-10 | Add -fstack-clash-protection to CFLAGS in debug builds if available | Allan McRae | 2 | -0/+20 |
2019-01-10 | be_local.c: remove aligment in local_pkg_ops | Allan McRae | 1 | -26/+26 |
2019-01-10 | libalpm: parse {check, make}depends when reading database | morganamilo | 2 | -10/+20 |
2019-01-10 | makepkg: fix broken check for the fakeroot binary | Eli Schwartz | 1 | -1/+1 |
2019-01-10 | makepkg: add internal variable to track when we're building a package | Eli Schwartz | 1 | -7/+8 |
2019-01-04 | makepkg: Make pkgdir a local | Jan Alexander Steffens (heftig) | 1 | -2/+2 |
2019-01-04 | makepkg: Create a single-package packaging function | Jan Alexander Steffens (heftig) | 1 | -16/+15 |
2019-01-04 | makepkg: Only backup package variables once | Jan Alexander Steffens (heftig) | 1 | -1/+1 |
2019-01-04 | libalpm/add.c: move assignment into conditional in alpm_add_pkg | Michael Straube | 1 | -2/+1 |
2019-01-04 | Move skipping of duplicate sync/remove targets into libalpm | Michael Straube | 4 | -19/+13 |
2019-01-04 | repo-add: don't break if delta package sources contain epoch | Eli Schwartz | 1 | -2/+2 |
2019-01-04 | repo-remove: fix removing packages with deltas | Eli Schwartz | 1 | -1/+1 |
2019-01-04 | allow tests for disabled features to be skipped | Andrew Gregory | 6 | -19/+59 |
2019-01-04 | tap.py: add skip_all function | Andrew Gregory | 1 | -0/+5 |
2019-01-04 | remove unused test summary code | Andrew Gregory | 2 | -8/+0 |
2019-01-04 | silence warning when built without curl | Andrew Gregory | 1 | -0/+2 |
2018-12-25 | update NEWS for v5.1.2 | Andrew Gregory | 2 | -0/+16 |
2018-12-25 | update NEWS for v5.0.2 | Andrew Gregory | 2 | -0/+19 |
2018-12-12 | meson: add trailing slashes to directory components in configuration defines | Eli Schwartz | 1 | -3/+3 |
2018-12-12 | meson: install the directories needed for successful pacman operation | Eli Schwartz | 1 | -0/+9 |
2018-12-12 | meson: remove useless mkdir -p | Eli Schwartz | 1 | -7/+0 |