Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-01libalpm/signing.c: Fix calculation of packet size in parse_subpacketAllan McRae
2020-06-01Avoid depending on side effects in assert(...) expressionsDave Reisner
2020-06-01libmakepkg/strip: don't re-add the same debug source multiple timesEli Schwartz
2020-06-01Remove autotools supportAllan McRae
2020-05-11makepkg: deterministic PKGINFO libprovides for multiple library versionsLevente Polyak
2020-05-11Log invalid conf settings as an errorEli Schwartz
2020-05-11pacman-conf: fix incomplete support for ILoveCandyEli Schwartz
2020-05-11pacman-conf: add support for new ParallelDownloads config optionEli Schwartz
2020-05-09Swap alpm_db_update() implementation to multiplexed versionAnatol Pomozov
2020-05-09Convert downloading databases to the new multiplexed APIAnatol Pomozov
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov
2020-05-09Implement multibar UIAnatol Pomozov
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov
2020-05-09Implement multiplexed download using mCURLAnatol Pomozov
2020-05-09Implement _alpm_multi_downloadAnatol Pomozov
2020-05-09Inline dload_payload->curlerr field into a local variableAnatol Pomozov
2020-05-09Add multi_curl handle to ALPM global contextAnatol Pomozov
2020-05-09Introduce alpm_dbs_update() function for parallel db updatesAnatol Pomozov
2020-05-09Add config option to specify amount of parallel download streamsAnatol Pomozov
2020-05-09doc: remove vim modelines from BUILDINFO(5)Eli Schwartz
2020-05-06editorconfig: set meson indentation styleEli Schwartz
2020-05-06meson: use better check for debug buildsEli Schwartz
2020-05-06Convert gitlab valgrind runner to mesonAllan McRae
2020-05-05meson: handle XFAIL tests outside of TAPDave Reisner
2020-05-05Add Gitlab Runner configurationAllan McRae
2020-04-29Add NoProgressbar to pacman.conf optionsIvy Foster
2020-04-29Constify some input pointersRikard Falkeborn
2020-04-15pacman.8: Fix typoAllan McRae
2020-04-15Dull version colour numbers in summaryCarson Black
2020-04-13Use GOTO_ERR throughoutAllan McRae
2020-04-13Use STRDUP for error checking in more placesAllan McRae
2020-04-13Add REALLOC macro to simplify realloc error handlingRikard Falkeborn
2020-04-13Use noextract with pacman-conf NoExtractEarnestly
2020-03-13Hide cursor while pacman is runningAnatol Pomozov
2020-03-13Add file and line number to RET_ERR{,_VOID}Allan McRae
2020-03-09Add GOTO_ERR() macro to set error and then goto a labelAnatol Pomozov
2020-03-09Remove unneeded goto cleanupAllan McRae
2020-03-06Move flushing 'output' list into separate functionAnatol Pomozov
2020-03-05Do not download files if find_dl_candidates() failsAnatol Pomozov
2020-02-24Simplify construction of payloads in download_filesAnatol Pomozov
2020-02-12makepkg: drop duplicate reporting of missing dependenciesDave Reisner
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-02-10Add pacman-hooks.5 man page symlinkAllan McRae
2020-01-31Eliminate extra loop over dbs_syncAnatol Pomozov
2020-01-28Docs docs docsmorganamilo
2020-01-28libalpm: fix alpm_option_set_assumeinstalledmorganamilo
2020-01-28makepkg: add CRC checksums and set these to be the defaultAllan McRae
2020-01-28Note that checksums from "makepkg -g" are not idealAllan McRae
2020-01-27Fix "pacman -U <url>" operationsAllan McRae