summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Implement _alpm_multi_downloadAnatol Pomozov2020-05-091-4/+46
* Inline dload_payload->curlerr field into a local variableAnatol Pomozov2020-05-092-5/+5
* Add multi_curl handle to ALPM global contextAnatol Pomozov2020-05-095-20/+17
* Introduce alpm_dbs_update() function for parallel db updatesAnatol Pomozov2020-05-094-0/+178
* Add config option to specify amount of parallel download streamsAnatol Pomozov2020-05-097-0/+89
* doc: remove vim modelines from BUILDINFO(5)Eli Schwartz2020-05-091-3/+0
* editorconfig: set meson indentation styleEli Schwartz2020-05-061-0/+4
* meson: use better check for debug buildsEli Schwartz2020-05-061-1/+1
* Convert gitlab valgrind runner to mesonAllan McRae2020-05-061-5/+4
* meson: handle XFAIL tests outside of TAPDave Reisner2020-05-052-2/+20
* Add Gitlab Runner configurationAllan McRae2020-05-051-0/+128
* Add NoProgressbar to pacman.conf optionsIvy Foster2020-04-294-0/+10
* Constify some input pointersRikard Falkeborn2020-04-294-4/+4
* pacman.8: Fix typoAllan McRae2020-04-151-1/+1
* Dull version colour numbers in summaryCarson Black2020-04-153-12/+39
* Use GOTO_ERR throughoutAllan McRae2020-04-136-41/+22
* Use STRDUP for error checking in more placesAllan McRae2020-04-133-5/+10
* Add REALLOC macro to simplify realloc error handlingRikard Falkeborn2020-04-135-19/+7
* Use noextract with pacman-conf NoExtractEarnestly2020-04-131-1/+1
* Hide cursor while pacman is runningAnatol Pomozov2020-03-134-5/+38
* Add file and line number to RET_ERR{,_VOID}Allan McRae2020-03-131-2/+2
* Add GOTO_ERR() macro to set error and then goto a labelAnatol Pomozov2020-03-091-0/+5
* Remove unneeded goto cleanupAllan McRae2020-03-091-11/+5
* Move flushing 'output' list into separate functionAnatol Pomozov2020-03-061-7/+11
* Do not download files if find_dl_candidates() failsAnatol Pomozov2020-03-051-1/+1
* Simplify construction of payloads in download_filesAnatol Pomozov2020-02-241-21/+13
* makepkg: drop duplicate reporting of missing dependenciesDave Reisner2020-02-121-6/+0
* build-aux/update-copyright 2019 2020Allan McRae2020-02-10179-185/+185
* Add pacman-hooks.5 man page symlinkAllan McRae2020-02-102-1/+16
* Eliminate extra loop over dbs_syncAnatol Pomozov2020-01-311-9/+5
* Docs docs docsmorganamilo2020-01-2817-298/+241
* libalpm: fix alpm_option_set_assumeinstalledmorganamilo2020-01-281-0/+1
* makepkg: add CRC checksums and set these to be the defaultAllan McRae2020-01-285-13/+13
* Note that checksums from "makepkg -g" are not idealAllan McRae2020-01-281-1/+3
* Fix "pacman -U <url>" operationsAllan McRae2020-01-271-1/+1
* makepkg: make per-package files containing '$pkgname' consistently workEli Schwartz2020-01-273-9/+21
* Increase maximum database sizeAllan McRae2020-01-271-2/+2
* Remove unneeded ltmain patchAllan McRae2020-01-272-39/+0
* Increase meson test timeoutAllan McRae2020-01-271-0/+1
* tests: Fix typo in test descriptionAllan McRae2020-01-271-1/+1
* doc: reformat intro to VCS sources to distinguish the grammarEli Schwartz2020-01-071-5/+7
* doc: clarify the format of a PKGBUILD source fragmentEli Schwartz2020-01-071-3/+3
* autotools: emit error message when autoconf-archive is missingEli Schwartz2020-01-071-0/+1
* Use c99 struct initialization to avoid memset callsDave Reisner2020-01-077-40/+20
* Ensure regex object is always initializedDave Reisner2020-01-071-1/+1
* libmakepkg: use readelf instead of file for finding ELF file typesEthan Sommer2019-12-111-14/+12
* pacman: print error when -Fx is given invalid regexmorganamilo2019-12-021-13/+44
* makepkg: add the $startdir to package .BUILDINFOEli Schwartz2019-11-262-1/+5
* Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae2019-11-263-4/+18
* pactest: add environment option to run tests with valgrindEli Schwartz2019-11-261-1/+1