summaryrefslogtreecommitdiffstats
path: root/modules/download.inc
Commit message (Collapse)AuthorAgeFilesLines
* [download] Increase default retry timeout, add --slx-time optionv29r2Simon Rettberg2022-05-231-9/+17
|
* [download] fix {x..y} not supported in ashv29r1Jonathan Bauer2021-09-231-1/+1
|
* [download] manual retry loop instead of --retryJonathan Bauer2021-09-171-1/+9
| | | | | | | on some specific errors, curl just ignores --retry and just instantly fail. The new curl option '--retry-all-errors' is only supported starting with version 7.71.0 which is not yet in Ubuntu 20.04. We should probably change to that new option when the base system supports it.
* Fix typoSimon Rettberg2019-05-281-1/+1
|
* Add download and download_retrySimon Rettberg2019-05-271-0/+10