Skip to content
  1. Apr 20, 2015
  2. Apr 19, 2015
  3. Apr 18, 2015
  4. Apr 17, 2015
  5. Apr 16, 2015
  6. Apr 15, 2015
  7. Apr 14, 2015
  8. Apr 13, 2015
  9. Apr 12, 2015
  10. Apr 11, 2015
  11. Apr 09, 2015
  12. Apr 08, 2015
  13. Apr 07, 2015
    • 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
  14. Apr 06, 2015
  15. Apr 05, 2015
  16. Apr 03, 2015