Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-01-27makepkg: make per-package files containing '$pkgname' consistently workEli Schwartz
2020-01-27Increase maximum database sizeAllan McRae
2020-01-27Remove unneeded ltmain patchAllan McRae
2020-01-27Increase meson test timeoutAllan McRae
2020-01-27tests: Fix typo in test descriptionAllan McRae
2020-01-07doc: reformat intro to VCS sources to distinguish the grammarEli Schwartz
2020-01-07doc: clarify the format of a PKGBUILD source fragmentEli Schwartz
2020-01-07autotools: emit error message when autoconf-archive is missingEli Schwartz
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner
2020-01-07Ensure regex object is always initializedDave Reisner
2019-12-11libmakepkg: use readelf instead of file for finding ELF file typesEthan Sommer
2019-12-02pacman: print error when -Fx is given invalid regexmorganamilo
2019-11-26makepkg: add the $startdir to package .BUILDINFOEli Schwartz
2019-11-26Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae
2019-11-26pactest: add environment option to run tests with valgrindEli Schwartz
2019-11-26meson: make non-symlink scripts install for real, and use a better wrapperEli Schwartz
2019-11-26makepkg: fix regression that broke extraction of file:// sourcesEli Schwartz
2019-11-22Improved documentation for alpm_db_search() parametersAllan McRae
2019-11-21Fix leak in _alpm_db_search on error conditionAllan McRae
2019-11-16Dereference double pointer before assigning NULLDaniel T. Borelli
2019-11-16Add Eli to current maintainersAllan McRae
2019-11-15Handle .part files that are the size of the correct packageAllan McRae
2019-11-12pactest: set package tar format to GNU_FORMATAllan McRae
2019-11-12libalpm/sync.c: Do not download missing keys multiple timesAllan McRae
2019-11-08pacman+libalpm: handle search errorsmorganamilo
2019-11-07pacman: make exact_file an intmorganamilo