1. 13 Jan, 2007 3 commits
  2. 10 Jan, 2007 3 commits
  3. 09 Jan, 2007 1 commit
  4. 08 Jan, 2007 3 commits
  5. 06 Jan, 2007 1 commit
  6. 05 Jan, 2007 2 commits
  7. 04 Jan, 2007 1 commit
  8. 03 Jan, 2007 4 commits
  9. 02 Jan, 2007 2 commits
  10. 31 Dec, 2006 1 commit
  11. 29 Dec, 2006 1 commit
  12. 25 Dec, 2006 1 commit
  13. 22 Dec, 2006 4 commits
  14. 21 Dec, 2006 4 commits
  15. 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
  16. 16 Dec, 2006 3 commits
  17. 15 Dec, 2006 2 commits
  18. 14 Dec, 2006 2 commits