Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-12-21doc: remove stray doxygen commentmorganamilo
2020-12-09Implement TotalDownload functionalityAnatol Pomozov
2020-12-03libalpm: set ret in download filesmorganamilo
2020-11-26libalpm: add alpm_option_get_parallel_downloadsmorganamilo
2020-11-26libalpm: set errno when setting parallel downloads with an invalid numbermorganamilo
2020-11-26libalpm: clarify alpm_download_event_completed_t statusmorganamilo
2020-11-26libalpm: don't call dlcb when not setmorganamilo
2020-11-26libalpm: set parallel_downloads to 1 when creating the handlemorganamilo
2020-09-23FS#66472: Remove *.sig file if package corruptedAnatol Pomozov
2020-09-03remove more autotools filesEli Schwartz
2020-08-10Enable sha256/md5 hash verification if detached signatures are usedAnatol Pomozov
2020-08-10Fix error during keyring checkingAnatol Pomozov
2020-07-14Check that destfile_name exists before using itAnatol Pomozov
2020-07-14Do not free payload fields in the middle of this structure useAnatol Pomozov
2020-07-14Build signature remote name based on the main payload nameAnatol Pomozov
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov
2020-07-07FS#33992: force download *.sig file if it does not exist in the cacheAnatol Pomozov
2020-07-07Add a utility function to check whether a file exists in the cacheAnatol Pomozov
2020-07-07Do not use counter for error trackingAnatol Pomozov
2020-07-07Move signature payload creation to download engineAnatol Pomozov
2020-06-26Cleanup the old sequential download codeAnatol Pomozov
2020-06-26Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov
2020-06-11build: add libintl dependency to meson and the .pc fileEli Schwartz
2020-06-01libalpm/signing.c: Fix calculation of packet size in parse_subpacketAllan McRae
2020-06-01Remove autotools supportAllan McRae
2020-05-09Swap alpm_db_update() implementation to multiplexed versionAnatol 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-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