aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: add man page for pacman-conflast-deltapkgs-commitJelle van der Waa2019-03-073-1/+70
* doc: set rootdir correctly in man pagesJelle van der Waa2019-03-073-2/+4
* makepkg: add new checksum algorithm via coreutils b2sumEli Schwartz2019-03-075-5/+5
* pacman: fix segfault when Usage is specified without a valuemorganamilo2019-03-071-18/+20
* Sanitize file name received from Content-Disposition headerAndrew Gregory2019-03-011-1/+2
* Use standard, consistent units in the download progress.Sever Oraz2019-02-211-10/+10
* meson: fix static/shared split againEli Schwartz2019-02-211-2/+2
* libmakepkg: migrate to schema.sh for integsumsEli Schwartz2019-02-211-1/+2
* makepkg: simplify run_pacman logicEli Schwartz2019-02-211-5/+3
* makepkg: implement locking for pacman commandsEli Schwartz2019-02-211-0/+9
* build: link vercmp with a static copy of libalpmEli Schwartz2019-02-121-3/+12
* Add implicit fall through warningAllan McRae2019-02-123-1/+3
* libalpm: prevent 301 redirect loop from hanging the processMark Ulrich2019-02-071-0/+1
* I blame everyone but me for thisAllan McRae2019-02-071-1/+1
* fix various typosmorganamilo2019-02-049-15/+15
* libmakepkg: lint disallowed architecture specific variablesmorganamilo2019-01-313-0/+84
* libmakepkg: lint disallowed variables in package()morganamilo2019-01-314-0/+73
* libmakepkg: centralise random arrays of pkgbuild variablesmorganamilo2019-01-318-22/+64
* makepkg: use --unneeded for pacman call in remove_deps()Allan McRae2019-01-301-1/+1
* libmakepkg: Add lzip ext supportChloe Kudryavtsev2019-01-303-1/+4
* libmakepkg: move checkdepends to the correct arraymorganamilo2019-01-221-5/+4
* libmakepkg: Implement extendable signature verificationEli Schwartz2019-01-221-3/+4
* libmakepkg: implement extendable source protocolsEli Schwartz2019-01-225-37/+30
* libmakepkg: optimize get_protocol to always return proto, not proto+uriEli Schwartz2019-01-224-17/+19
* libmakepkg: make gettext replacements more templatedEli Schwartz2019-01-221-1/+1
* libalpm: fix minor typo in _alpm_db_usage_morganamilo2019-01-211-1/+1
* Fix typo in pacman man pageAllan McRae2019-01-211-1/+1
* libmakepkg: disallow using 'any' with other archesmorganamilo2019-01-161-2/+7
* meson: fix website targetEli Schwartz2019-01-161-4/+13
* update a bunch of links for https and to adapt to changing domainsEli Schwartz2019-01-143-17/+15
* doc: add a couple missing manpages from the html indexEli Schwartz2019-01-141-0/+2
* doc: keep manpages and html pages in syncEli Schwartz2019-01-141-13/+1
* meson: fix regression that broke building libmakepkgEli Schwartz2019-01-141-1/+1
* makepkg: return E_PKGBUILD_ERROR for nonexistent PKGBUILDEli Schwartz2019-01-101-1/+1
* libmakepkg: simplify splitting command output into arrayEli Schwartz2019-01-101-1/+1
* libmakepkg: add routine for linting $SOURCE_DATE_EPOCHEli Schwartz2019-01-103-0/+39
* makepkg: fix unguarded use of printfEli Schwartz2019-01-101-1/+1
* makepkg: check_pkgrel: Don't say "decimal" in the error messageLuke Shumaker2019-01-101-1/+1
* makepkg: Better error messages for versions in (check, make, opt)depends/prov...Luke Shumaker2019-01-1011-43/+106
* libmakepkg/lint_pkgbuild: check for invalid variables even if they're emptyEli Schwartz2019-01-101-10/+6
* Add [ignored] to -Qu output for packages in repos that are not Usage = UpgradeAllan McRae2019-01-101-1/+5
* libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae2019-01-103-8/+4
* Add -fstack-clash-protection to CFLAGS in debug builds if availableAllan McRae2019-01-102-0/+20
* be_local.c: remove aligment in local_pkg_opsAllan McRae2019-01-101-26/+26
* libalpm: parse {check, make}depends when reading databasemorganamilo2019-01-102-10/+20
* makepkg: fix broken check for the fakeroot binaryEli Schwartz2019-01-101-1/+1
* makepkg: add internal variable to track when we're building a packageEli Schwartz2019-01-101-7/+8
* makepkg: Make pkgdir a localJan Alexander Steffens (heftig)2019-01-041-2/+2
* makepkg: Create a single-package packaging functionJan Alexander Steffens (heftig)2019-01-041-16/+15
* makepkg: Only backup package variables onceJan Alexander Steffens (heftig)2019-01-041-1/+1