Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
2021-04-07include retries and signatures in download countAndrew Gregory
2021-04-07skip servers with too many errorsAndrew Gregory
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov
2021-03-01Update copyright yearAllan McRae
2021-01-09libalpm: don't use curl's deprecated functionsmorganamilo
2021-01-09libalpm: remove useless ifmorganamilo
2020-11-26libalpm: don't call dlcb when not setmorganamilo
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-07FS#33992: force download *.sig file if it does not exist in the cacheAnatol 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-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-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-04-13Use GOTO_ERR throughoutAllan McRae
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-01-28Docs docs docsmorganamilo
2020-01-27Fix "pacman -U <url>" operationsAllan McRae
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner
2019-11-15Handle .part files that are the size of the correct packageAllan McRae
2019-10-23Update copyright yearsAllan McRae
2019-10-07dload: never return NULL from get_filenameDave Reisner
2019-06-28Correctly report a download failiure for 404smorganamilo
2019-03-01Sanitize file name received from Content-Disposition headerAndrew Gregory
2019-02-07libalpm: prevent 301 redirect loop from hanging the processMark Ulrich
2018-10-17alpm: Fix SIGINT handling re: aborting downloadOlivier Brunel
2018-10-17alpm: Do not raise SIGINT when filesize goes over limitOlivier Brunel
2018-08-10libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOSTMichael Straube
2018-06-18libalpm/dload.c: fix filename in license headerMichael Straube
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse
2017-01-04alpm_fetch_pkgurl: fix memory leakAllan McRae
2017-01-04dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/Dave Reisner
2017-01-04Update copyright yearsAllan McRae
2016-12-05Parametrise the different ways in which the payload is resetMartin Kühne
2016-12-05dload: use curl's keepalive mechanismDave Reisner
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster
2016-01-04Update copyright years for 2016Allan McRae