summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-07libmakepkg: fix .gitignore to simply ignore all generated .sh filesEli Schwartz1-17/+1
2017-12-07makepkg: reorganize the restoration of settings by precedenceEli Schwartz1-34/+16
2017-12-07Fix CVE-2016-5434 (DoS/loop and out of boundary read)Nils Freydank1-4/+44
2017-12-07makepkg.conf: correct the documentation on the default optionsEli Schwartz2-4/+4
2017-12-07makepkg: implement error codesIvy Foster4-61/+158
2017-12-07makepkg: clarify error when user passes -FIvy Foster1-1/+1
2017-10-17libmakepkg: only output package file names when checking for build referencesAllan McRae1-1/+1
2017-09-14Make the flags used for sed -i configurableAlastair Hughes3-8/+15
2017-09-14libmakepkg: grammar fixAllan McRae1-1/+1
2017-09-13makepkg: respect $SOURCE_DATE_EPOCH to activate reproducible buildsEli Schwartz2-1/+28
2017-09-13libmakepkg: check for invalid tags in gitEli Schwartz1-1/+10
2017-07-28Fix brace coding style issuesMichael Straube2-4/+5
2017-07-28Fix coding style issue in pacman/util.cMichael Straube1-4/+8
2017-07-11test/pacman: fix spelling of distribution name and another typoMichael Straube2-4/+4
2017-07-11clarify broken dependency error messagesAndrew Gregory1-5/+6
2017-07-11provide command for downloading missing databasesAndrew Gregory1-2/+3
2017-07-06alpm_list: abort on memory allocation failureAndrew Gregory1-5/+24