Skip to content
  1. Jul 13, 2006
  2. Jul 12, 2006
  3. Jul 11, 2006
  4. Jul 10, 2006
  5. Jul 08, 2006
  6. Jul 07, 2006
  7. Jul 06, 2006
  8. Jul 05, 2006
  9. Jul 04, 2006
  10. Jul 03, 2006
  11. Jun 29, 2006
  12. Jun 28, 2006
  13. Jun 24, 2006
  14. Jun 23, 2006
  15. Jun 22, 2006
    • Daniel Stenberg's avatar
      Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and · dfe1884c
      Daniel Stenberg authored
      CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed
      to send or receive data. This kind of adds the the command line tool's
      option --limit-rate to the library.
      
      The rate limiting logic in the curl app is now removed and is instead
      provided by libcurl itself. Transfer rate limiting will now also work for -d
      and -F, which it didn't before.
      dfe1884c