1. 13 Jan, 2007 1 commit
  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
  19. 11 Dec, 2006 2 commits
    • Gisle Vanem's avatar
      ahost.exe needs getopt.obj. · 587c9935
      Gisle Vanem authored
      587c9935
    • Daniel Stenberg's avatar
      Alexey Simak found out that when doing FTP with the multi interface and · 88c8d72a
      Daniel Stenberg authored
      something went wrong like it got a bad response code back from the server,
      libcurl would leak memory. Added test case 538 to verify the fix.
      
      I also noted that the connection would get cached in that case, which
      doesn't make sense since it cannot be re-use when the authentication has
      failed. I fixed that issue too at the same time, and also that the path
      would be "remembered" in vain for cases where the connection was about to
      get closed.
      88c8d72a