summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Release v5.2.0v5.2.0Allan McRae3-6/+8
2019-10-21Final translation updates for pacman-5.2.0Allan McRae123-939/+2674
2019-10-17document changes between 5.1 and 5.2Eli Schwartz1-0/+116
2019-10-15Update README for pacman 5.2.0 releaseAllan McRae1-0/+25
2019-10-15libalpm: set errno in signing dummy functionsmorganamilo1-3/+6
2019-10-15libalpm: fix segfault when -Qip'ing a packagemorganamilo1-1/+2
2019-10-14Translation updatesAllan McRae126-10098/+6303
2019-10-14remove: improve broken dependency error messageAndrew Gregory1-2/+2
2019-10-13pacman: return 1 when -F <target> has no resultsmorganamilo1-2/+2
2019-10-12run XferCommand via execAndrew Gregory4-19/+117
2019-10-12add arg_to_string helperAndrew Gregory3-21/+29
2019-10-12move wordsplit into common for sharingAndrew Gregory3-116/+118
2019-10-09makepkg: do not save fflags when creating packagesEli Schwartz1-2/+2
2019-10-09signing: handle unknown uid in key importChristian Hesse1-0/+5
2019-10-09signing: modify question text with unknwon uidChristian Hesse1-2/+8
2019-10-07pacman-key: receive keys from WKD with -r/--recv-keysJonas Witschel1-8/+17
2019-10-07Pull and push translation changes in preparation for 5.2Allan McRae126-17478/+17859
2019-10-07makepkg: propagate E_REMOVE_BUILD_DEPSAlad Wenter1-1/+5
2019-10-07makepkg: remove makedepends before installing built packageErich Eckner1-0/+3
2019-10-07makepkg: wait for process to finishAllan McRae1-1/+1
2019-10-07makepkg: Delete logpipe when exitingAustin Lund1-3/+4
2019-10-07pacman: speed up deptestmorganamilo1-1/+3
2019-10-07libalpm: short circuit alpm_find_dbs_satisfiermorganamilo1-8/+7
2019-10-07libalpm: fix incorrect documentationmorganamilo1-5/+7
2019-10-07meson: work around broken pkg-config file with private requiresEli Schwartz1-12/+10
2019-10-07meson: fix incorrect libalpm versionEli Schwartz1-1/+1
2019-10-07meson: fix libcommon being publicly exposed as a static link dependencyEli Schwartz1-2/+2
2019-10-07Support file with seccomp enabledEli Schwartz7-1/+36
2019-10-07pacman-key: clean keys on import to remove unknown signaturesEli Schwartz1-0/+1
2019-10-07pacman-key: make sure we actually use the Web of Trust, which GnuPG doesn't.Eli Schwartz1-0/+5
2019-10-07pacman-key: when refreshing gpg.conf, don't truncate option checkingEli Schwartz1-1/+1
2019-10-07pacman/pacman-conf, testpkg: Added translatable stringsMatthew Sexton2-31/+42
2019-10-07pacman: pacman-conf: removed hputs macro for usage displayMatthew Sexton1-13/+11
2019-10-07libalpm: resolvedep(): don't compare names twicemorganamilo1-1/+2
2019-10-07makepkg: add rust support for *FLAGS and debug-prefix-mapEli Schwartz6-6/+19
2019-10-07signing: add ability to import keys using a WKDJonas Witschel1-13/+84
2019-10-07signing: move key import confirmation before key_searchJonas Witschel5-39/+60
2019-10-07dload: never return NULL from get_filenameDave Reisner1-2/+4
2019-10-04makepkg.conf.5: Document PACKAGER format requirementsAllan McRae1-0/+1
2019-10-04libmakepkg: check if PACKAGER has the expected format for WKD lookupJonas Witschel1-0/+6
2019-10-04libmakepkg: fix typomorganamilo1-1/+1
2019-10-04autotools: distribute meson filesEli Schwartz10-2/+22
2019-08-12Prepare translations for next releaseAllan McRae124-33645/+33055
2019-08-12pacman/callback: fix buffer over-readLászló Várady1-2/+2
2019-08-12meson: remove tap-driver.py, use meson's TAP protocolDave Reisner4-642/+335
2019-08-05makepkg: Ignore "<artificial>" source filesAustin Lund1-1/+1
2019-08-05build-aux: detect build dir based on build.ninjaDave Reisner1-1/+1
2019-08-05meson: port over checks for types used from sys/types.hDave Reisner1-0/+15
2019-08-05meson: drop checks for things we don't useDave Reisner1-25/+0
2019-08-05create coredump on segfaultAndrew Gregory1-6/+22