Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-04-29Constify some input pointersRikard Falkeborn
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-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-05Do not download files if find_dl_candidates() failsAnatol Pomozov
2020-02-24Simplify construction of payloads in download_filesAnatol Pomozov
2020-02-10build-aux/update-copyright 2019 2020Allan 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-27Fix "pacman -U <url>" operationsAllan McRae
2020-01-27Increase maximum database sizeAllan McRae
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner
2019-11-26Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae
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-15Handle .part files that are the size of the correct packageAllan McRae
2019-11-12libalpm/sync.c: Do not download missing keys multiple timesAllan McRae
2019-11-08pacman+libalpm: handle search errorsmorganamilo
2019-10-27Fix segfault importing PGP key for pacman -U operationsAllan McRae
2019-10-23Update copyright yearsAllan McRae
2019-10-21Final translation updates for pacman-5.2.0Allan McRae
2019-10-15libalpm: set errno in signing dummy functionsmorganamilo
2019-10-15libalpm: fix segfault when -Qip'ing a packagemorganamilo
2019-10-14Translation updatesAllan McRae
2019-10-11move wordsplit into common for sharingAndrew Gregory
2019-10-09signing: handle unknown uid in key importChristian Hesse
2019-10-07Pull and push translation changes in preparation for 5.2Allan McRae
2019-10-07libalpm: short circuit alpm_find_dbs_satisfiermorganamilo
2019-10-07libalpm: fix incorrect documentationmorganamilo
2019-10-07libalpm: resolvedep(): don't compare names twicemorganamilo
2019-10-07signing: add ability to import keys using a WKDJonas Witschel
2019-10-07signing: move key import confirmation before key_searchJonas Witschel
2019-10-07dload: never return NULL from get_filenameDave Reisner
2019-10-04autotools: distribute meson filesEli Schwartz
2019-08-12Prepare translations for next releaseAllan McRae
2019-06-28Correctly report a download failiure for 404smorganamilo