Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 52c6db03b77a
Choose a base ref
...
head repository: dlang/installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c777a91b353c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 6, 2016

  1. fix Issue 16349 - better curl retry for install.sh script

    - curl's --retry option isn't really helpful b/c no timeouts are
      activated by default
    - use a retry loop with increasing sleep times instead
    - enable connection (5s) and download (<1KB/s for 30s) timeouts
      (using --max-time is too tricky b/c of the unknown download sizes)
    MartinNowak committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    2f1ec46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #187 from MartinNowak/fix16349

    fix Issue 16349 - better curl retry for install.sh script
    MartinNowak authored Aug 6, 2016
    Configuration menu
    Copy the full SHA
    c777a91 View commit details
    Browse the repository at this point in the history
Loading