Commits on Sep 19, 2016

  1. Retry on all curl errors, not just timeouts

    Otherwise random things cause downloading to fail when it might work on
    a retry.
    Iain Lane committed Sep 19, 2016

Commits on Sep 20, 2016

  1. Synchronise downloading of files

    If multiple threads try to download the same file, then one of them will
    get an incomplete file since `downloadFile` will return early if the
    dest exists, which is does while the download is in progress.
    Iain Lane committed Sep 20, 2016