Norman Feske
94db45036c
fetchurl: expand report buffer on demand
2018-05-30 13:36:17 +02:00
Emery Hemingway
e1a079954b
Fetchurl: optionally attempt to re-fetch failed URLs.
...
Fix #2733
2018-04-10 11:11:50 +02:00
Emery Hemingway
84ac5891b2
Fetchurl progress reporting
...
Refactor the fetchurl utility to optionally report the initial fetch
state, fetch progress, and the final state.
Fix #2702
2018-03-08 12:05:09 +01:00
Boris Mulder
d15b396202
fetchurl: fail on error
2018-03-08 12:05:07 +01:00
Emery Hemingway
e1f7dd0553
Migrate fetchurl to socket_fs
...
Remove the dependency on the deprecated LwIP libary.
Remove the progress logging callback. Should a progress indicator be
desired, a progress report would be more appropriate.
Fix #2684
2018-02-28 11:01:31 +01:00
Norman Feske
c8c910a41b
fetchurl: dim debug-message noise
2018-02-09 13:34:13 +01:00
Norman Feske
d873c13e16
fetchurl: create compound dir of downloaded file
...
Fixes #2623
2017-12-22 11:43:39 +01:00
Norman Feske
e40b3bbb30
fetchurl: with_libc around curl_global_init
...
This is needed when downloading files via https.
2017-12-22 11:43:39 +01:00
Norman Feske
c9a5f0ce45
libports: import fetchurl from world
...
Fixes #2578
2017-12-21 15:01:43 +01:00