summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-27Increase meson test timeoutAllan McRae1-0/+1
2020-01-27tests: Fix typo in test descriptionAllan McRae1-1/+1
2020-01-07doc: reformat intro to VCS sources to distinguish the grammarEli Schwartz1-5/+7
2020-01-07doc: clarify the format of a PKGBUILD source fragmentEli Schwartz1-3/+3
2020-01-07autotools: emit error message when autoconf-archive is missingEli Schwartz1-0/+1
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner7-40/+20
2020-01-07Ensure regex object is always initializedDave Reisner1-1/+1
2019-12-11libmakepkg: use readelf instead of file for finding ELF file typesEthan Sommer1-14/+12
2019-12-02pacman: print error when -Fx is given invalid regexmorganamilo1-13/+44
2019-11-26makepkg: add the $startdir to package .BUILDINFOEli Schwartz2-1/+5
2019-11-26Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae3-4/+18