Skip to content
Snippets Groups Projects
  1. Sep 20, 2006
  2. Sep 13, 2006
  3. Sep 12, 2006
  4. Sep 11, 2006
  5. Sep 08, 2006
  6. Sep 07, 2006
  7. Sep 05, 2006
  8. Sep 03, 2006
  9. Aug 29, 2006
  10. Aug 23, 2006
  11. Aug 16, 2006
  12. Aug 09, 2006
  13. Aug 08, 2006
  14. Aug 07, 2006
  15. Aug 02, 2006
  16. Aug 01, 2006
  17. Jul 28, 2006
  18. Jul 26, 2006
  19. Jul 25, 2006
  20. Jul 08, 2006
  21. Jul 07, 2006
  22. Jul 05, 2006
  23. Jun 30, 2006
  24. Jun 26, 2006
  25. Jun 24, 2006
  26. 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
Loading