summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Restore usage line for -Fhv6.0.0alpha1Colin Woodbury1-0/+2
2020-12-03Modify "pacman -h" output for files operationsAllan McRae1-1/+1
2020-12-03libalpm: set ret in download filesmorganamilo1-2/+4
2020-11-26Add fossil scm support to makepkgIvy Foster6-2/+136
2020-11-26libalpm: add alpm_option_get_parallel_downloadsmorganamilo2-0/+12
2020-11-26libalpm: set errno when setting parallel downloads with an invalid numbermorganamilo1-3/+1
2020-11-26libalpm: clarify alpm_download_event_completed_t statusmorganamilo1-3/+3
2020-11-26libalpm: don't call dlcb when not setmorganamilo1-2/+2
2020-11-26libalpm: set parallel_downloads to 1 when creating the handlemorganamilo1-0/+2
2020-11-26Move cursor to the end of the screen at the SIGINTAnatol Pomozov3-13/+15
2020-11-26Go to the end of screen if 'printonly' mode enabledAnatol Pomozov1-0/+1
2020-11-26libmakepkg: compress: fix tar extensionMichael Straube1-0/+3
2020-10-21makepkg: emptydirs: fix typoMichael Straube1-1/+1
2020-10-21makepkg: properly localize some internal function variablesEli Schwartz1-1/+1
2020-10-21makepkg: fix signing of source packagesEli Schwartz1-1/+1
2020-09-23makepkg: libprovides: don't provide both versioned and unversioned sonamesEli Schwartz1-8/+8
2020-09-23util.c: table_print_line: properly align texts involving CJKChih-Hsuan Yen1-1/+3
2020-09-23FS#66472: Remove *.sig file if package corruptedAnatol Pomozov1-0/+6
2020-09-03Add pacman-conf zsh completionsRonan Pigott1-1/+95
2020-09-03remove more autotools filesEli Schwartz7-424/+0
2020-09-03makepkg.conf: Reword "Defaults"Allan McRae1-2/+2
2020-08-10Enable sha256/md5 hash verification if detached signatures are usedAnatol Pomozov1-1/+1
2020-08-10Fix error during keyring checkingAnatol Pomozov1-3/+1
2020-08-10repo-add: use more libmakepkg to handle common compression routinesEli Schwartz1-20/+12
2020-08-10libmakepkg: extend compress.sh to also permit checking validityEli Schwartz1-13/+40
2020-07-14doc/makepkg.8: Added punctuations.Morten Linderud1-2/+2
2020-07-14Check that destfile_name exists before using itAnatol Pomozov1-3/+6
2020-07-14Do not free payload fields in the middle of this structure useAnatol Pomozov1-4/+0
2020-07-14Build signature remote name based on the main payload nameAnatol Pomozov1-24/+37
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov5-9/+98
2020-07-07FS#33992: force download *.sig file if it does not exist in the cacheAnatol Pomozov2-9/+24
2020-07-07Add a utility function to check whether a file exists in the cacheAnatol Pomozov2-0/+16
2020-07-07Do not use counter for error trackingAnatol Pomozov1-8/+10
2020-07-07Move signature payload creation to download engineAnatol Pomozov3-64/+67
2020-06-26srcinfo.sh: remove trailing newlineDenton Liu1-3/+2
2020-06-26Cleanup the old sequential download codeAnatol Pomozov4-340/+19
2020-06-26Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov4-143/+184
2020-06-19doc/pacman.8: fix typoEli Schwartz1-1/+1
2020-06-15pacman-key: change signing key to RSA4096Allan McRae1-1/+1
2020-06-11makepkg/repo-add: do not accept public-only keys for signingEli Schwartz2-2/+2
2020-06-11makepkg/repo-add: handle GPGKEY with spacesEli Schwartz3-8/+8
2020-06-11libmakepkg: fix regression in sending plain() output to stderrEli Schwartz12-33/+41
2020-06-11makepkg: correctly handle missing download clientsEli Schwartz1-1/+1
2020-06-11makepkg: guard against undefined git pinned sourcesEli Schwartz1-1/+1
2020-06-11build: add libintl dependency to meson and the .pc fileEli Schwartz2-3/+7
2020-06-11ci: cache packagesFilipe LaĆ­ns1-3/+12
2020-06-11Revert "makepkg: drop duplicate reporting of missing dependencies"Allan McRae1-0/+6
2020-06-01libalpm/signing.c: Fix calculation of packet size in parse_subpacketAllan McRae1-1/+1
2020-06-01Avoid depending on side effects in assert(...) expressionsDave Reisner1-2/+6
2020-06-01libmakepkg/strip: don't re-add the same debug source multiple timesEli Schwartz1-4/+7