1. 27 Jan, 2007 1 commit
  2. 26 Jan, 2007 1 commit
  3. 25 Jan, 2007 1 commit
  4. 17 Jan, 2007 1 commit
  5. 09 Jan, 2007 1 commit
  6. 08 Jan, 2007 1 commit
  7. 05 Jan, 2007 1 commit
  8. 02 Jan, 2007 1 commit
    • 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
  9. 31 Dec, 2006 1 commit
  10. 21 Dec, 2006 1 commit
  11. 19 Dec, 2006 2 commits
    • Daniel Stenberg's avatar
      * removed the SSH-based protocols as they are now being implemented · 0e899d77
      Daniel Stenberg authored
      * added mentioning of doing the stunnel equivalent ourselves for the test suite
      * spell-check
      0e899d77
    • 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
  12. 14 Dec, 2006 1 commit
  13. 06 Dec, 2006 2 commits
  14. 05 Dec, 2006 2 commits
  15. 19 Nov, 2006 1 commit
  16. 18 Nov, 2006 1 commit
  17. 08 Nov, 2006 1 commit
  18. 03 Nov, 2006 3 commits
  19. 02 Nov, 2006 2 commits
  20. 30 Oct, 2006 1 commit
  21. 29 Oct, 2006 1 commit
  22. 25 Oct, 2006 2 commits
    • Daniel Stenberg's avatar
      a Smalltalk binding · 6adaac7e
      Daniel Stenberg authored
      6adaac7e
    • Daniel Stenberg's avatar
      Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the · cde5e35d
      Daniel Stenberg authored
      case when 401 or 407 are returned, *IF* no auth credentials have been given.
      The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401
      and 407 cases when auth credentials is given, but we've now covered this
      somewhat more.
      
      You might get some amounts of headers transferred before this situation is
      detected, like for when a "100-continue" is received as a response to a
      POST/PUT and a 401 or 407 is received immediately afterwards.
      
      Added test 281 to verify this change.
      cde5e35d
  23. 21 Oct, 2006 1 commit
  24. 20 Oct, 2006 1 commit
  25. 18 Oct, 2006 1 commit
  26. 13 Oct, 2006 1 commit
  27. 12 Oct, 2006 7 commits