summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-07doc: add man page for pacman-conflast-deltapkgs-commitJelle van der Waa3-1/+70
2019-03-07doc: set rootdir correctly in man pagesJelle van der Waa3-2/+4
2019-03-07makepkg: add new checksum algorithm via coreutils b2sumEli Schwartz5-5/+5
2019-03-07pacman: fix segfault when Usage is specified without a valuemorganamilo1-18/+20
2019-03-01Sanitize file name received from Content-Disposition headerAndrew Gregory1-1/+2
2019-02-21Use standard, consistent units in the download progress.Sever Oraz1-10/+10
2019-02-21meson: fix static/shared split againEli Schwartz1-2/+2
2019-02-21libmakepkg: migrate to schema.sh for integsumsEli Schwartz1-1/+2
2019-02-21makepkg: simplify run_pacman logicEli Schwartz1-5/+3
2019-02-21makepkg: implement locking for pacman commandsEli Schwartz1-0/+9
2019-02-12build: link vercmp with a static copy of libalpmEli Schwartz1-3/+12
2019-02-12Add implicit fall through warningAllan McRae3-1/+3
2019-02-07libalpm: prevent 301 redirect loop from hanging the processMark Ulrich1-0/+1
2019-02-07I blame everyone but me for thisAllan McRae1-1/+1
2019-02-04fix various typosmorganamilo9-15/+15
2019-01-31libmakepkg: lint disallowed architecture specific variablesmorganamilo3-0/+84
2019-01-31libmakepkg: lint disallowed variables in package()morganamilo4-0/+73
2019-01-31libmakepkg: centralise random arrays of pkgbuild variablesmorganamilo8-22/+64
2019-01-30makepkg: use --unneeded for pacman call in remove_deps()Allan McRae1-1/+1
2019-01-30libmakepkg: Add lzip ext supportChloe Kudryavtsev3-1/+4
2019-01-22libmakepkg: move checkdepends to the correct arraymorganamilo1-5/+4
2019-01-22libmakepkg: Implement extendable signature verificationEli Schwartz1-3/+4
2019-01-22libmakepkg: implement extendable source protocolsEli Schwartz5-37/+30
2019-01-22libmakepkg: optimize get_protocol to always return proto, not proto+uriEli Schwartz4-17/+19
2019-01-21libmakepkg: make gettext replacements more templatedEli Schwartz1-1/+1
2019-01-21libalpm: fix minor typo in _alpm_db_usage_morganamilo1-1/+1
2019-01-21Fix typo in pacman man pageAllan McRae1-1/+1
2019-01-16libmakepkg: disallow using 'any' with other archesmorganamilo1-2/+7
2019-01-16meson: fix website targetEli Schwartz1-4/+13
2019-01-14update a bunch of links for https and to adapt to changing domainsEli Schwartz3-17/+15
2019-01-14doc: add a couple missing manpages from the html indexEli Schwartz1-0/+2
2019-01-14doc: keep manpages and html pages in syncEli Schwartz1-13/+1
2019-01-14meson: fix regression that broke building libmakepkgEli Schwartz1-1/+1
2019-01-10makepkg: return E_PKGBUILD_ERROR for nonexistent PKGBUILDEli Schwartz1-1/+1
2019-01-10libmakepkg: simplify splitting command output into arrayEli Schwartz1-1/+1
2019-01-10libmakepkg: add routine for linting $SOURCE_DATE_EPOCHEli Schwartz3-0/+39
2019-01-10makepkg: fix unguarded use of printfEli Schwartz1-1/+1
2019-01-10makepkg: check_pkgrel: Don't say "decimal" in the error messageLuke Shumaker1-1/+1
2019-01-10makepkg: Better error messages for versions in (check, make, opt)depends/prov...Luke Shumaker11-43/+106
2019-01-10libmakepkg/lint_pkgbuild: check for invalid variables even if they're emptyEli Schwartz1-10/+6
2019-01-10Add [ignored] to -Qu output for packages in repos that are not Usage = UpgradeAllan McRae1-1/+5
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae3-8/+4
2019-01-10Add -fstack-clash-protection to CFLAGS in debug builds if availableAllan McRae2-0/+20
2019-01-10be_local.c: remove aligment in local_pkg_opsAllan McRae1-26/+26
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo2-10/+20
2019-01-10makepkg: fix broken check for the fakeroot binaryEli Schwartz1-1/+1
2019-01-10makepkg: add internal variable to track when we're building a packageEli Schwartz1-7/+8
2019-01-04makepkg: Make pkgdir a localJan Alexander Steffens (heftig)1-2/+2
2019-01-04makepkg: Create a single-package packaging functionJan Alexander Steffens (heftig)1-16/+15
2019-01-04makepkg: Only backup package variables onceJan Alexander Steffens (heftig)1-1/+1