summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-14doc/.gitignore: ignore all manpagesIvy Foster
2018-03-14pacman-conf.c: exit if cannot set rootdir or parse config fileIvy Foster
2018-03-14pacman-conf.c: exit if cannot create config data structureIvy Foster
2018-03-14pacman-conf.c: add short optionsIvy Foster
2018-03-14makepkg --packagelist: just list the built package files we will buildEli Schwartz
2018-02-06src/pacman/query.c: do not exit -Qo with error if file does not existIvy Foster
2018-02-06pacman/query.c: in query_fileowner, make is_dir an intIvy Foster
2018-01-19Deprecate --root in favour of --sysrootAllan McRae
2018-01-19Add BUILDINFO man pageJelle van der Waa
2018-01-19pacman-key: do not set a default keyserverEli Schwartz
2018-01-19vercmp: fail when the wrong number of arguments are providedEli Schwartz
2018-01-19Fix usage of install_packageEli Schwartz
2018-01-19use pacman-conf in bash completionJoel Teichroeb
2018-01-19use pacman-conf in scriptsAndrew Gregory
2018-01-19add pacman-conf utilityAndrew Gregory
2018-01-18extract default settings to separate functionAndrew Gregory
2018-01-18extract raw config file parserAndrew Gregory
2018-01-11Support new OpenPGP format packets lengthsAllan McRae
2018-01-10Fix moving source files into debug packagesAllan McRae
2018-01-10add missing newline to debug messageAndrew Gregory
2018-01-10detect pkghash allocation failureAndrew Gregory
2018-01-10Do not continuously try to open an invalid databaseAllan McRae
2018-01-09Handle empty string passed to query_ownerAllan McRae
2018-01-06do not rely on name hashes for matchingAndrew Gregory
2018-01-06vercmp: fix incorrect info in the manpageEli Schwartz
2018-01-06vercmp: remove --usage variant of the -help optionEli Schwartz
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory
2018-01-06avoid printing NULL stringAndrew Gregory
2018-01-06libmakepkg/integrity: fix git signatures not seen with multiple filesEli Schwartz
2018-01-06libmakepkg/integrity: fix regression that broke invalid file sigsEli Schwartz
2017-12-07makepkg: tell the compiler to record debugging info for debug packagesEli Schwartz
2017-12-07makepkg: Add a config option to specify the location of debug sourcesEli Schwartz
2017-12-07makepkg: refactor archive compression for reusabilityEli Schwartz
2017-12-07libmakepkg: fix .gitignore to simply ignore all generated .sh filesEli Schwartz
2017-12-07makepkg: reorganize the restoration of settings by precedenceEli Schwartz
2017-12-07Fix CVE-2016-5434 (DoS/loop and out of boundary read)Nils Freydank
2017-12-07makepkg.conf: correct the documentation on the default optionsEli Schwartz
2017-12-07makepkg: implement error codesIvy Foster
2017-12-07makepkg: clarify error when user passes -FIvy Foster
2017-10-17libmakepkg: only output package file names when checking for build referencesAllan McRae
2017-09-14Make the flags used for sed -i configurableAlastair Hughes
2017-09-14libmakepkg: grammar fixAllan McRae
2017-09-13makepkg: respect $SOURCE_DATE_EPOCH to activate reproducible buildsEli Schwartz
2017-09-13libmakepkg: check for invalid tags in gitEli Schwartz
2017-07-28Fix brace coding style issuesMichael Straube
2017-07-28Fix coding style issue in pacman/util.cMichael Straube
2017-07-11test/pacman: fix spelling of distribution name and another typoMichael Straube
2017-07-11clarify broken dependency error messagesAndrew Gregory
2017-07-11provide command for downloading missing databasesAndrew Gregory
2017-07-06alpm_list: abort on memory allocation failureAndrew Gregory