Skip to content
Snippets Groups Projects
  1. Sep 11, 2006
  2. Sep 08, 2006
  3. Aug 29, 2006
  4. Aug 23, 2006
  5. Aug 09, 2006
  6. Aug 08, 2006
  7. Aug 02, 2006
  8. Jul 25, 2006
  9. 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
  10. Jun 20, 2006
  11. May 24, 2006
  12. Apr 19, 2006
  13. Apr 09, 2006
  14. Mar 14, 2006
  15. Mar 02, 2006
  16. Feb 21, 2006
  17. Feb 11, 2006
  18. Jan 30, 2006
  19. Jan 27, 2006
  20. Jan 09, 2006
  21. Jan 08, 2006
  22. Jan 03, 2006
  23. Dec 10, 2005
  24. Nov 17, 2005
  25. Nov 11, 2005
  26. Oct 27, 2005
  27. Oct 13, 2005
  28. Sep 22, 2005
  29. Sep 21, 2005
  30. Sep 12, 2005
  31. Sep 04, 2005
  32. Sep 01, 2005
  33. Aug 25, 2005
  34. Aug 24, 2005
    • Daniel Stenberg's avatar
      Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible · a4773fcb
      Daniel Stenberg authored
      from the command line tool with --ignore-content-length. This will make it
      easier to download files from Apache 1.x (and similar) servers that are
      still having problems serving files larger than 2 or 4 GB. When this option
      is enabled, curl will simply have to wait for the server to close the
      connection to signal end of transfer. I wrote test case 269 that runs a
      simple test that this works.
      a4773fcb
  35. Aug 19, 2005
  36. Aug 01, 2005
  37. Jul 30, 2005
Loading