summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Remove autotools supportAllan McRae19-1800/+8
2020-05-11makepkg: deterministic PKGINFO libprovides for multiple library versionsLevente Polyak1-1/+1
2020-05-11Log invalid conf settings as an errorEli Schwartz1-4/+4
2020-05-11pacman-conf: fix incomplete support for ILoveCandyEli Schwartz1-0/+2
2020-05-11pacman-conf: add support for new ParallelDownloads config optionEli Schwartz1-0/+13
2020-05-09Swap alpm_db_update() implementation to multiplexed versionAnatol Pomozov4-205/+7
2020-05-09Convert downloading databases to the new multiplexed APIAnatol Pomozov1-18/+9
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov5-62/+36
2020-05-09Implement multibar UIAnatol Pomozov8-159/+320
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov5-10/+59
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov4-12/+34
2020-05-09Implement multiplexed download using mCURLAnatol Pomozov2-10/+388
2020-05-09Implement _alpm_multi_downloadAnatol Pomozov1-4/+46
2020-05-09Inline dload_payload->curlerr field into a local variableAnatol Pomozov2-5/+5
2020-05-09Add multi_curl handle to ALPM global contextAnatol Pomozov5-20/+17
2020-05-09Introduce alpm_dbs_update() function for parallel db updatesAnatol Pomozov4-0/+178
2020-05-09Add config option to specify amount of parallel download streamsAnatol Pomozov7-0/+89
2020-05-09doc: remove vim modelines from BUILDINFO(5)Eli Schwartz1-3/+0
2020-05-06editorconfig: set meson indentation styleEli Schwartz1-0/+4
2020-05-06meson: use better check for debug buildsEli Schwartz1-1/+1
2020-05-06Convert gitlab valgrind runner to mesonAllan McRae1-5/+4
2020-05-05meson: handle XFAIL tests outside of TAPDave Reisner2-2/+20
2020-05-05Add Gitlab Runner configurationAllan McRae1-0/+128
2020-04-29Add NoProgressbar to pacman.conf optionsIvy Foster4-0/+10
2020-04-29Constify some input pointersRikard Falkeborn4-4/+4
2020-04-15pacman.8: Fix typoAllan McRae1-1/+1
2020-04-15Dull version colour numbers in summaryCarson Black3-12/+39
2020-04-13Use GOTO_ERR throughoutAllan McRae6-41/+22
2020-04-13Use STRDUP for error checking in more placesAllan McRae3-5/+10
2020-04-13Add REALLOC macro to simplify realloc error handlingRikard Falkeborn5-19/+7
2020-04-13Use noextract with pacman-conf NoExtractEarnestly1-1/+1
2020-03-13Hide cursor while pacman is runningAnatol Pomozov4-5/+38
2020-03-13Add file and line number to RET_ERR{,_VOID}Allan McRae1-2/+2
2020-03-09Add GOTO_ERR() macro to set error and then goto a labelAnatol Pomozov1-0/+5
2020-03-09Remove unneeded goto cleanupAllan McRae1-11/+5
2020-03-06Move flushing 'output' list into separate functionAnatol Pomozov1-7/+11
2020-03-05Do not download files if find_dl_candidates() failsAnatol Pomozov1-1/+1
2020-02-24Simplify construction of payloads in download_filesAnatol Pomozov1-21/+13
2020-02-12makepkg: drop duplicate reporting of missing dependenciesDave Reisner1-6/+0
2020-02-10build-aux/update-copyright 2019 2020Allan McRae179-185/+185
2020-02-10Add pacman-hooks.5 man page symlinkAllan McRae2-1/+16
2020-01-30Eliminate extra loop over dbs_syncAnatol Pomozov1-9/+5
2020-01-28Docs docs docsmorganamilo17-298/+241
2020-01-28libalpm: fix alpm_option_set_assumeinstalledmorganamilo1-0/+1
2020-01-28makepkg: add CRC checksums and set these to be the defaultAllan McRae5-13/+13
2020-01-28Note that checksums from "makepkg -g" are not idealAllan McRae1-1/+3
2020-01-27Fix "pacman -U <url>" operationsAllan McRae1-1/+1
2020-01-27makepkg: make per-package files containing '$pkgname' consistently workEli Schwartz3-9/+21
2020-01-27Increase maximum database sizeAllan McRae1-2/+2
2020-01-27Remove unneeded ltmain patchAllan McRae2-39/+0