summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-20Use bug tracker to track bugsAllan McRae1-2/+3
2019-03-19doc: generalize description of the bash nature of PKGBUILD functionsEli Schwartz1-8/+9
2019-03-19Clarify that build_options only apply during build()Que Quotion1-4/+4
2019-03-19libmakepkg: fix reporting of invalid archive extensions in compress.shEli Schwartz1-13/+13
2019-03-19makepkg: use "shared" git clones when checking out sourcesEli Schwartz1-1/+1
2019-03-19build: check for gpgme with pkg-config before gpgme-configEli Schwartz3-55/+66
2019-03-19drop DU* config variablesSantiago Torres5-28/+0
2019-03-19build: remove references to variable replacements from pacman-optimizeEli Schwartz4-24/+0
2019-03-19Make makepkg compute sizes properlySantiago Torres1-2/+1
2019-03-19Reformatting log timestamp to include time-zoneFlorian Wehner1-3/+5
2019-03-07Remove support for deltas from libalpmAllan McRae15-723/+10
2019-03-07Make pacman forget deltas existAllan McRae7-71/+9
2019-03-07Remove cleanupdeltaAllan McRae6-151/+1
2019-03-07Remove pkgdeltaAllan McRae9-297/+0
2019-03-07Remove delta support from repo-addAllan McRae2-175/+15
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