summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-18makepkg --packagelist: fix listing debug packages with makepkg.confEli Schwartz1-2/+1
2018-03-15makepkg: use the `declare` builtin when backing up variables to evalEli Schwartz1-16/+4
2018-03-15libmakepkg: Add basic rules to lint makepkg.conf variablesEli Schwartz5-0/+164
2018-03-15libmakepkg/integrity: fix regression that broke --installEli Schwartz1-13/+10
2018-03-15makepkg: avoid false "Signing package(s)" msg when signing is disabledEli Schwartz2-5/+7
2018-03-14makepkg: refactor checking for write permissions into a utility functionEli Schwartz2-18/+24
2018-03-14Added gpg-agent.conf to disable the gnupg scdaemonEric Renfro via pacman-dev1-0/+6
2018-03-14make_aligned_titles: initialise wbufAllan McRae1-1/+1
2018-03-14PKGBUILD.5: Mention valid characters for archRikard Falkeborn1-1/+2
2018-03-14Update coyrights for 2018Allan McRae150-156/+156
2018-03-14hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.Stefan Klinger6-0/+109
2018-03-14makepkg: set umask 0022 again after syncing depsFelix Glaser1-0/+4
2018-03-14Fix linting of whitespace in pkgverRikard Falkeborn1-1/+1
2018-03-14PKGBUILD.5: Mention that pkgver can't contain whitespaceRikard Falkeborn1-1/+2
2018-03-14makepkg: use localized date stringsYen Chi Hsuan1-3/+3
2018-03-14autoconf: bump AC_PREREQ to 2.64Huáng Jùnliàng1-1/+1
2018-03-14configure: bump libarchive requirementsHuáng Jùnliàng1-2/+2
2018-03-14doc/.gitignore: ignore all manpagesIvy Foster1-13/+1
2018-03-14pacman-conf.c: exit if cannot set rootdir or parse config fileIvy Foster1-1/+7
2018-03-14pacman-conf.c: exit if cannot create config data structureIvy Foster1-1/+4
2018-03-14pacman-conf.c: add short optionsIvy Foster1-8/+8
2018-03-14makepkg --packagelist: just list the built package files we will buildEli Schwartz2-9/+7
2018-02-06src/pacman/query.c: do not exit -Qo with error if file does not existIvy Foster1-15/+9
2018-02-06pacman/query.c: in query_fileowner, make is_dir an intIvy Foster1-1/+2
2018-01-19Deprecate --root in favour of --sysrootAllan McRae2-11/+2
2018-01-19Add BUILDINFO man pageJelle van der Waa2-1/+70
2018-01-19pacman-key: do not set a default keyserverEli Schwartz1-4/+0
2018-01-19vercmp: fail when the wrong number of arguments are providedEli Schwartz1-8/+5
2018-01-19Fix usage of install_packageEli Schwartz1-4/+4
2018-01-19use pacman-conf in bash completionJoel Teichroeb1-1/+5
2018-01-19use pacman-conf in scriptsAndrew Gregory3-22/+5
2018-01-19add pacman-conf utilityAndrew Gregory3-1/+455
2018-01-18extract default settings to separate functionAndrew Gregory2-78/+89
2018-01-18extract raw config file parserAndrew Gregory2-4/+10
2018-01-11Support new OpenPGP format packets lengthsAllan McRae1-71/+107
2018-01-10Fix moving source files into debug packagesAllan McRae2-8/+7
2018-01-10add missing newline to debug messageAndrew Gregory1-1/+1
2018-01-10detect pkghash allocation failureAndrew Gregory5-14/+28
2018-01-10Do not continuously try to open an invalid databaseAllan McRae1-0/+2
2018-01-09Handle empty string passed to query_ownerAllan McRae1-0/+5
2018-01-06do not rely on name hashes for matchingAndrew Gregory1-4/+2
2018-01-06vercmp: fix incorrect info in the manpageEli Schwartz1-8/+4
2018-01-06vercmp: remove --usage variant of the -help optionEli Schwartz1-2/+1
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory2-4/+6
2018-01-06avoid printing NULL stringAndrew Gregory1-1/+1
2018-01-06libmakepkg/integrity: fix git signatures not seen with multiple filesEli Schwartz2-5/+5
2018-01-06libmakepkg/integrity: fix regression that broke invalid file sigsEli Schwartz1-0/+2
2017-12-07makepkg: tell the compiler to record debugging info for debug packagesEli Schwartz2-5/+6
2017-12-07makepkg: Add a config option to specify the location of debug sourcesEli Schwartz3-1/+9
2017-12-07makepkg: refactor archive compression for reusabilityEli Schwartz3-28/+57