summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-07libalpm: resolvedep(): don't compare names twicemorganamilo1-1/+2
2019-10-07makepkg: add rust support for *FLAGS and debug-prefix-mapEli Schwartz6-6/+19
2019-10-07signing: add ability to import keys using a WKDJonas Witschel1-13/+84
2019-10-07signing: move key import confirmation before key_searchJonas Witschel5-39/+60
2019-10-07dload: never return NULL from get_filenameDave Reisner1-2/+4
2019-10-04makepkg.conf.5: Document PACKAGER format requirementsAllan McRae1-0/+1
2019-10-04libmakepkg: check if PACKAGER has the expected format for WKD lookupJonas Witschel1-0/+6
2019-10-04libmakepkg: fix typomorganamilo1-1/+1
2019-10-04autotools: distribute meson filesEli Schwartz10-2/+22
2019-08-12Prepare translations for next releaseAllan McRae124-33645/+33055
2019-08-12pacman/callback: fix buffer over-readLászló Várady1-2/+2
2019-08-12meson: remove tap-driver.py, use meson's TAP protocolDave Reisner4-642/+335
2019-08-05makepkg: Ignore "<artificial>" source filesAustin Lund1-1/+1
2019-08-05build-aux: detect build dir based on build.ninjaDave Reisner1-1/+1
2019-08-05meson: port over checks for types used from sys/types.hDave Reisner1-0/+15
2019-08-05meson: drop checks for things we don't useDave Reisner1-25/+0
2019-08-05create coredump on segfaultAndrew Gregory1-6/+22
2019-08-05sighandler: block signals while handling SIGSEGVAndrew Gregory1-1/+1
2019-06-28Correctly report a download failiure for 404smorganamilo1-0/+1
2019-06-28meson: use dependency('gpgme') exclusivelyEli Schwartz2-30/+5
2019-06-28meson: use not_found_message when dependencies are not foundEli Schwartz1-8/+4
2019-06-28meson: bump the minimum supported version of meson to 0.51Eli Schwartz1-1/+1
2019-06-26bash-completion: use POSIX character classes in regular expressionsEli Schwartz1-3/+3
2019-06-25makepkg: do not exit immediately on dependency install failuresAllan McRae1-2/+2
2019-06-20use consistent time notation for the logAndrew Gregory1-3/+3
2019-06-20pacman: correctly free listsmorganamilo1-2/+4
2019-06-20Fix compiler warnings with gcc-9.1Allan McRae3-3/+3
2019-06-20free makedepends/checkdepends when freeing packagesDave Reisner1-0/+2
2019-06-07pacman: fix error during -Fymorganamilo1-1/+1
2019-06-06hooks: rename type File to PathAndrew Gregory7-15/+20
2019-06-06makepkg: restrict pkgname and pkgver to asciiAndrew Gregory2-0/+9
2019-06-06pacman: rework the UI of -Fmorganamilo3-105/+53
2019-06-06pacman: refactor file match printing to their own functionsmorganamilo1-30/+41
2019-05-28makepkg: also move restore_envvars handling into libmakepkgEli Schwartz2-6/+21
2019-05-28makepkg: move config loading into libmakepkgEli Schwartz5-31/+73
2019-05-28doc: update SRCEXT/PKGEXT to reduce needlessly scary warningsEli Schwartz4-7/+9
2019-05-28libmakepkg: add lint_config to validate SRCEXT/PKGEXTEli Schwartz3-0/+47
2019-05-28repo-add: Add --prevent-downgrade optionekardnam1-3/+16
2019-05-28Support application/gzip MIME type in extractionKevin Mihelich1-1/+1
2019-05-08makepkg: propagate error codes when package failed to sign correctlyEli Schwartz3-4/+8
2019-05-08libmakepkg: install pkg-config fileEli Schwartz4-2/+19
2019-05-08libmakepkg: fix missing or inaccurate interdependenciesEli Schwartz13-14/+14
2019-05-08scripts: protect against unintended glob matching in [[ ]] RHSEli Schwartz10-11/+11
2019-05-08makepkg: use more schema.sh to clean the environment of special variablesEli Schwartz1-3/+3
2019-05-08meson: fix build of executables with nonstandard libarchive pathEli Schwartz1-0/+2
2019-05-08makepkg: fix bash 5 compatibility when packaging symlinks to a directoryEli Schwartz1-1/+2
2019-05-08Fix clang 8 string-plus-int warningsRikard Falkeborn2-3/+3
2019-05-08makepkg: correctly handle hg sources with updates on a non-default branchEli Schwartz1-1/+5
2019-05-08libmakepkg: fix migration to schema.sh for integsumsEli Schwartz1-1/+1
2019-03-25bash-completion: support file redirection completionsEli Schwartz1-9/+9