Skip to content
Snippets Groups Projects
  1. Jul 29, 2008
  2. May 27, 2008
  3. May 23, 2008
  4. May 01, 2008
  5. Jan 31, 2008
  6. Jan 29, 2008
  7. Jan 28, 2008
  8. Jan 08, 2008
  9. Dec 08, 2007
  10. Oct 07, 2007
  11. Oct 02, 2007
  12. Sep 24, 2007
  13. Sep 06, 2007
  14. Sep 05, 2007
  15. Jul 16, 2007
  16. Jun 18, 2007
  17. Jun 07, 2007
  18. May 25, 2007
  19. May 03, 2007
  20. Apr 10, 2007
  21. Mar 25, 2007
  22. Mar 09, 2007
  23. Feb 23, 2007
  24. Feb 20, 2007
  25. Feb 19, 2007
  26. Feb 18, 2007
  27. Feb 14, 2007
  28. Jan 27, 2007
  29. Jan 02, 2007
    • Daniel Stenberg's avatar
      - Victor Snezhko helped us fix bug report #1603712 · 0682d25d
      Daniel Stenberg authored
        (http://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate
        (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE) are broken
        on Windows (since 7.16.0, but that's when they were introduced as previous
        to that the limiting logic was made in the application only and not in the
        library). It was actually also broken on select()-based systems (as apposed
        to poll()) but we haven't had any such reports. We now use select(), Sleep()
        or delay() properly to sleep a while without waiting for anything input or
        output when the rate limiting is activated with the easy interface.
      0682d25d
  30. Dec 19, 2006
    • Daniel Stenberg's avatar
      37. Having more than one connection to the same host when doing NTLM · 1a85fb2b
      Daniel Stenberg authored
        authentication (with performs multiple "passes" and authenticates a
        connection rather than a HTTP request), and particularly when using the
        multi interface, there's a risk that libcurl will re-use a wrong connection
        when doing the different passes in the NTLM negotiation and thus fail to
        negotiate (in seemingly mysterious ways).
      
      36. --limit-rate (CURLOPT_MAX_SEND_SPEED_LARGE and
        CURLOPT_MAX_RECV_SPEED_LARGE) are broken on Windows (since 7.16.0, but
        that's when they were introduced as previous to that the limiting logic was
        made in the application only and not in the library). This problem is easily
        repeated and it takes a Windows person to fire up his/hers debugger in order
        to fix. http://curl.haxx.se/bug/view.cgi?id=1603712
      1a85fb2b
  31. Nov 03, 2006
  32. Oct 18, 2006
  33. Oct 12, 2006
  34. Sep 12, 2006
  35. Sep 03, 2006
  36. 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
  37. May 14, 2006
Loading