Age | Commit message (Expand) | Author | Files | Lines |
2018-04-29 | Update POTFILES.in | Allan McRae | 3 | -2/+30 |
2018-04-29 | libalpm.pc: migrate to Requires.private | Eli Schwartz | 2 | -1/+8 |
2018-04-29 | libmakepkg/lint_pkgbuild: lint depends/etc. as if they are pkgname | Eli Schwartz | 11 | -82/+312 |
2018-04-29 | libmakepkg/util/pkgbuild.sh: fix missing extglob | Eli Schwartz | 1 | -0/+6 |
2018-03-18 | pacman.conf.5: use consistent presentation for paths | Christian Hesse | 1 | -7/+7 |
2018-03-18 | makepkg --packagelist: fix listing debug packages with makepkg.conf | Eli Schwartz | 1 | -2/+1 |
2018-03-15 | makepkg: use the `declare` builtin when backing up variables to eval | Eli Schwartz | 1 | -16/+4 |
2018-03-15 | libmakepkg: Add basic rules to lint makepkg.conf variables | Eli Schwartz | 5 | -0/+164 |
2018-03-15 | libmakepkg/integrity: fix regression that broke --install | Eli Schwartz | 1 | -13/+10 |
2018-03-15 | makepkg: avoid false "Signing package(s)" msg when signing is disabled | Eli Schwartz | 2 | -5/+7 |
2018-03-14 | makepkg: refactor checking for write permissions into a utility function | Eli Schwartz | 2 | -18/+24 |
2018-03-14 | Added gpg-agent.conf to disable the gnupg scdaemon | Eric Renfro via pacman-dev | 1 | -0/+6 |
2018-03-14 | make_aligned_titles: initialise wbuf | Allan McRae | 1 | -1/+1 |
2018-03-14 | PKGBUILD.5: Mention valid characters for arch | Rikard Falkeborn | 1 | -1/+2 |
2018-03-14 | Update coyrights for 2018 | Allan McRae | 150 | -156/+156 |
2018-03-14 | hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks. | Stefan Klinger | 6 | -0/+109 |
2018-03-14 | makepkg: set umask 0022 again after syncing deps | Felix Glaser | 1 | -0/+4 |
2018-03-14 | Fix linting of whitespace in pkgver | Rikard Falkeborn | 1 | -1/+1 |
2018-03-14 | PKGBUILD.5: Mention that pkgver can't contain whitespace | Rikard Falkeborn | 1 | -1/+2 |
2018-03-14 | makepkg: use localized date strings | Yen Chi Hsuan | 1 | -3/+3 |
2018-03-14 | autoconf: bump AC_PREREQ to 2.64 | Huáng Jùnliàng | 1 | -1/+1 |
2018-03-14 | configure: bump libarchive requirements | Huáng Jùnliàng | 1 | -2/+2 |
2018-03-14 | doc/.gitignore: ignore all manpages | Ivy Foster | 1 | -13/+1 |
2018-03-14 | pacman-conf.c: exit if cannot set rootdir or parse config file | Ivy Foster | 1 | -1/+7 |
2018-03-14 | pacman-conf.c: exit if cannot create config data structure | Ivy Foster | 1 | -1/+4 |
2018-03-14 | pacman-conf.c: add short options | Ivy Foster | 1 | -8/+8 |
2018-03-14 | makepkg --packagelist: just list the built package files we will build | Eli Schwartz | 2 | -9/+7 |
2018-02-06 | src/pacman/query.c: do not exit -Qo with error if file does not exist | Ivy Foster | 1 | -15/+9 |
2018-02-06 | pacman/query.c: in query_fileowner, make is_dir an int | Ivy Foster | 1 | -1/+2 |
2018-01-19 | Deprecate --root in favour of --sysroot | Allan McRae | 2 | -11/+2 |
2018-01-19 | Add BUILDINFO man page | Jelle van der Waa | 2 | -1/+70 |
2018-01-19 | pacman-key: do not set a default keyserver | Eli Schwartz | 1 | -4/+0 |
2018-01-19 | vercmp: fail when the wrong number of arguments are provided | Eli Schwartz | 1 | -8/+5 |
2018-01-19 | Fix usage of install_package | Eli Schwartz | 1 | -4/+4 |
2018-01-19 | use pacman-conf in bash completion | Joel Teichroeb | 1 | -1/+5 |
2018-01-19 | use pacman-conf in scripts | Andrew Gregory | 3 | -22/+5 |
2018-01-19 | add pacman-conf utility | Andrew Gregory | 3 | -1/+455 |
2018-01-18 | extract default settings to separate function | Andrew Gregory | 2 | -78/+89 |
2018-01-18 | extract raw config file parser | Andrew Gregory | 2 | -4/+10 |
2018-01-11 | Support new OpenPGP format packets lengths | Allan McRae | 1 | -71/+107 |
2018-01-10 | Fix moving source files into debug packages | Allan McRae | 2 | -8/+7 |
2018-01-10 | add missing newline to debug message | Andrew Gregory | 1 | -1/+1 |
2018-01-10 | detect pkghash allocation failure | Andrew Gregory | 5 | -14/+28 |
2018-01-10 | Do not continuously try to open an invalid database | Allan McRae | 1 | -0/+2 |
2018-01-09 | Handle empty string passed to query_owner | Allan McRae | 1 | -0/+5 |
2018-01-06 | do not rely on name hashes for matching | Andrew Gregory | 1 | -4/+2 |
2018-01-06 | vercmp: fix incorrect info in the manpage | Eli Schwartz | 1 | -8/+4 |
2018-01-06 | vercmp: remove --usage variant of the -help option | Eli Schwartz | 1 | -2/+1 |
2018-01-06 | dload: ensure callback is always initialized once | Andrew Gregory | 2 | -4/+6 |
2018-01-06 | avoid printing NULL string | Andrew Gregory | 1 | -1/+1 |