1. 25 Jul, 2006 1 commit
  2. 11 Jul, 2006 1 commit
  3. 05 Jul, 2006 1 commit
  4. 24 Jun, 2006 1 commit
  5. 22 Jun, 2006 1 commit
    • 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
  6. 12 Jun, 2006 2 commits
  7. 26 Apr, 2006 1 commit
  8. 19 Apr, 2006 1 commit
  9. 10 Apr, 2006 1 commit
  10. 09 Apr, 2006 1 commit
  11. 07 Apr, 2006 1 commit
  12. 28 Mar, 2006 1 commit
  13. 21 Mar, 2006 1 commit
  14. 20 Mar, 2006 1 commit
  15. 14 Mar, 2006 1 commit
  16. 27 Feb, 2006 1 commit
  17. 11 Feb, 2006 1 commit
  18. 30 Jan, 2006 1 commit
  19. 28 Jan, 2006 1 commit
  20. 09 Jan, 2006 1 commit
  21. 02 Jan, 2006 1 commit
  22. 20 Dec, 2005 1 commit
  23. 19 Dec, 2005 1 commit
  24. 18 Dec, 2005 1 commit
  25. 12 Dec, 2005 1 commit
  26. 06 Dec, 2005 1 commit
  27. 02 Dec, 2005 1 commit
  28. 28 Nov, 2005 2 commits
  29. 18 Oct, 2005 1 commit
  30. 14 Oct, 2005 1 commit
  31. 13 Oct, 2005 1 commit
  32. 06 Oct, 2005 1 commit
  33. 04 Sep, 2005 1 commit
  34. 02 Sep, 2005 1 commit
  35. 01 Sep, 2005 1 commit
  36. 24 Aug, 2005 1 commit
    • 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
  37. 17 Aug, 2005 1 commit
  38. 27 Jul, 2005 1 commit