summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* makepkg: emptydirs: fix typoHEADmasterMichael Straube2020-10-211-1/+1
* makepkg: properly localize some internal function variablesEli Schwartz2020-10-211-1/+1
* makepkg: fix signing of source packagesEli Schwartz2020-10-211-1/+1
* makepkg: libprovides: don't provide both versioned and unversioned sonamesEli Schwartz2020-09-231-8/+8
* util.c: table_print_line: properly align texts involving CJKChih-Hsuan Yen2020-09-231-1/+3
* FS#66472: Remove *.sig file if package corruptedAnatol Pomozov2020-09-231-0/+6
* Add pacman-conf zsh completionsRonan Pigott2020-09-031-1/+95
* remove more autotools filesEli Schwartz2020-09-037-424/+0
* makepkg.conf: Reword "Defaults"Allan McRae2020-09-031-2/+2
* Enable sha256/md5 hash verification if detached signatures are usedAnatol Pomozov2020-08-101-1/+1
* Fix error during keyring checkingAnatol Pomozov2020-08-101-3/+1
* repo-add: use more libmakepkg to handle common compression routinesEli Schwartz2020-08-101-20/+12
* libmakepkg: extend compress.sh to also permit checking validityEli Schwartz2020-08-101-13/+40
* doc/makepkg.8: Added punctuations.Morten Linderud2020-07-141-2/+2
* Check that destfile_name exists before using itAnatol Pomozov2020-07-141-3/+6
* Do not free payload fields in the middle of this structure useAnatol Pomozov2020-07-141-4/+0
* Build signature remote name based on the main payload nameAnatol Pomozov2020-07-141-24/+37
* Fallback to detached signatures during keyring checkAnatol Pomozov2020-07-075-9/+98
* FS#33992: force download *.sig file if it does not exist in the cacheAnatol Pomozov2020-07-072-9/+24
* Add a utility function to check whether a file exists in the cacheAnatol Pomozov2020-07-072-0/+16
* Do not use counter for error trackingAnatol Pomozov2020-07-071-8/+10
* Move signature payload creation to download engineAnatol Pomozov2020-07-073-64/+67
* srcinfo.sh: remove trailing newlineDenton Liu2020-06-261-3/+2
* Cleanup the old sequential download codeAnatol Pomozov2020-06-264-340/+19
* Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov2020-06-264-143/+184
* doc/pacman.8: fix typoEli Schwartz2020-06-191-1/+1
* pacman-key: change signing key to RSA4096Allan McRae2020-06-151-1/+1
* makepkg/repo-add: do not accept public-only keys for signingEli Schwartz2020-06-112-2/+2
* makepkg/repo-add: handle GPGKEY with spacesEli Schwartz2020-06-113-8/+8
* libmakepkg: fix regression in sending plain() output to stderrEli Schwartz2020-06-1112-33/+41
* makepkg: correctly handle missing download clientsEli Schwartz2020-06-111-1/+1
* makepkg: guard against undefined git pinned sourcesEli Schwartz2020-06-111-1/+1
* build: add libintl dependency to meson and the .pc fileEli Schwartz2020-06-112-3/+7
* ci: cache packagesFilipe LaĆ­ns2020-06-111-3/+12
* Revert "makepkg: drop duplicate reporting of missing dependencies"Allan McRae2020-06-111-0/+6
* libalpm/signing.c: Fix calculation of packet size in parse_subpacketAllan McRae2020-06-011-1/+1
* Avoid depending on side effects in assert(...) expressionsDave Reisner2020-06-011-2/+6
* libmakepkg/strip: don't re-add the same debug source multiple timesEli Schwartz2020-06-011-4/+7
* Remove autotools supportAllan McRae2020-06-0119-1800/+8
* makepkg: deterministic PKGINFO libprovides for multiple library versionsLevente Polyak2020-05-111-1/+1
* Log invalid conf settings as an errorEli Schwartz2020-05-111-4/+4
* pacman-conf: fix incomplete support for ILoveCandyEli Schwartz2020-05-111-0/+2
* pacman-conf: add support for new ParallelDownloads config optionEli Schwartz2020-05-111-0/+13
* Swap alpm_db_update() implementation to multiplexed versionAnatol Pomozov2020-05-094-205/+7
* Convert downloading databases to the new multiplexed APIAnatol Pomozov2020-05-091-18/+9
* Convert download packages logic to multiplexed APIAnatol Pomozov2020-05-095-62/+36
* Implement multibar UIAnatol Pomozov2020-05-098-159/+320
* Extend download callback interface with start/complete eventsAnatol Pomozov2020-05-095-10/+59
* Introduce event types for start/end database list downloadAnatol Pomozov2020-05-094-12/+34
* Implement multiplexed download using mCURLAnatol Pomozov2020-05-092-10/+388