summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-09libalpm: fix download rates becoming negativemorganamilo1-8/+25
2021-05-01call download progress callback for signaturesAndrew Gregory1-11/+7
2021-05-01alpm_db_update: indicate if dbs were up to dateAndrew Gregory1-14/+21
2021-05-01fix downloading multiple urls with XferCommandAndrew Gregory1-1/+0
2021-05-01add front-end provided context to callbacksAndrew Gregory1-5/+6
2021-04-07include retries and signatures in download countAndrew Gregory1-10/+8
2021-04-07skip servers with too many errorsAndrew Gregory1-4/+85
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov1-1/+2
2021-03-01Update copyright yearAllan McRae1-1/+1
2021-01-08libalpm: don't use curl's deprecated functionsmorganamilo1-6/+7
2021-01-08libalpm: remove useless ifmorganamilo1-4/+0
2020-11-26libalpm: don't call dlcb when not setmorganamilo1-2/+2
2020-07-14Check that destfile_name exists before using itAnatol Pomozov1-3/+6
2020-07-14Do not free payload fields in the middle of this structure useAnatol Pomozov1-4/+0
2020-07-14Build signature remote name based on the main payload nameAnatol Pomozov1-24/+37
2020-07-07FS#33992: force download *.sig file if it does not exist in the cacheAnatol Pomozov1-1/+1
2020-07-07Move signature payload creation to download engineAnatol Pomozov1-35/+58
2020-06-26Cleanup the old sequential download codeAnatol Pomozov1-333/+16
2020-06-26Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov1-84/+121
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov1-1/+0
2020-05-09Implement multibar UIAnatol Pomozov1-29/+32
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov1-4/+15
2020-05-09Implement multiplexed download using mCURLAnatol Pomozov1-10/+386
2020-05-09Implement _alpm_multi_downloadAnatol Pomozov1-4/+46
2020-05-09Inline dload_payload->curlerr field into a local variableAnatol Pomozov1-4/+5
2020-05-09Add multi_curl handle to ALPM global contextAnatol Pomozov1-11/+6
2020-05-09Introduce alpm_dbs_update() function for parallel db updatesAnatol Pomozov1-0/+12
2020-04-13Use GOTO_ERR throughoutAllan McRae1-4/+2
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-28Docs docs docsmorganamilo1-1/+0
2020-01-27Fix "pacman -U <url>" operationsAllan McRae1-1/+1
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner1-7/+6
2019-11-15Handle .part files that are the size of the correct packageAllan McRae1-0/+6
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-10-07dload: never return NULL from get_filenameDave Reisner1-2/+4
2019-06-28Correctly report a download failiure for 404smorganamilo1-0/+1
2019-03-01Sanitize file name received from Content-Disposition headerAndrew Gregory1-1/+2
2019-02-07libalpm: prevent 301 redirect loop from hanging the processMark Ulrich1-0/+1
2018-10-18alpm: Fix SIGINT handling re: aborting downloadOlivier Brunel1-0/+1
2018-10-18alpm: Do not raise SIGINT when filesize goes over limitOlivier Brunel1-1/+1
2018-08-10libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOSTMichael Straube1-0/+7
2018-06-18libalpm/dload.c: fix filename in license headerMichael Straube1-1/+1
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory1-4/+5
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse1-2/+4
2017-01-04alpm_fetch_pkgurl: fix memory leakAllan McRae1-1/+1
2017-01-04dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/Dave Reisner1-1/+1
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-12-05Parametrise the different ways in which the payload is resetMartin Kühne1-0/+10