1. 21 Apr, 2015 4 commits
  2. 20 Apr, 2015 4 commits
  3. 19 Apr, 2015 2 commits
  4. 18 Apr, 2015 2 commits
  5. 17 Apr, 2015 6 commits
  6. 16 Apr, 2015 1 commit
  7. 15 Apr, 2015 6 commits
  8. 14 Apr, 2015 1 commit
  9. 13 Apr, 2015 7 commits
  10. 12 Apr, 2015 1 commit
  11. 11 Apr, 2015 1 commit
  12. 09 Apr, 2015 1 commit
  13. 08 Apr, 2015 3 commits
  14. 07 Apr, 2015 1 commit
    • Da-Yoon Chung's avatar
      lib/transfer.c: Remove factor of 8 from sleep time calculation · a9e46749
      Da-Yoon Chung authored
      The factor of 8 is a bytes-to-bits conversion factor, but pkt_size and
      rate_bps are both in bytes. When using the rate limiting option, curl
      waits 8 times too long, and then transfers very quickly until the
      average rate reaches the limit. The average rate follows the limit over
      time, but the actual traffic is bursty.
      
      Thanks-to: Benjamin Gilbert
      a9e46749