1. 11 Dec, 2006 1 commit
    • 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
  2. 06 Dec, 2006 1 commit
    • Daniel Stenberg's avatar
      Sebastien Willemijns reported bug #1603712 · 840e796a
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections
      getting cut off prematurely when --limit-rate is used. While I found no such
      problems in my tests nor in my reading of the code, I found that the
      --limit-rate code was severly flawed (since it was moved into the lib, since
      7.15.5) when used with the easy interface and it didn't work as documented so
      I reworked it somewhat and now it works for my tests.
      840e796a
  3. 05 Dec, 2006 8 commits
  4. 01 Dec, 2006 1 commit
  5. 25 Nov, 2006 1 commit
    • Daniel Stenberg's avatar
      Venkat Akella found out that libcurl did not like HTTP responses that simply · da58d03f
      Daniel Stenberg authored
      responded with a single status line and no headers nor body. Starting now, a
      HTTP response on a persistent connection (i.e not set to be closed after the
      response has been taken care of) must have Content-Length or chunked
      encoding set, or libcurl will simply assume that there is no body.
      
      To my horror I learned that we had no less than 57(!) test cases that did bad
      HTTP responses like this, and even the test http server (sws) responded badly
      when queried by the test system if it is the test system. So although the
      actual fix for the problem was tiny, going through all the newly failing test
      cases got really painful and boring.
      da58d03f
  6. 24 Nov, 2006 1 commit
  7. 21 Nov, 2006 1 commit
  8. 18 Nov, 2006 1 commit
  9. 13 Nov, 2006 1 commit
  10. 09 Nov, 2006 3 commits
  11. 08 Nov, 2006 1 commit
  12. 07 Nov, 2006 1 commit
  13. 03 Nov, 2006 1 commit
  14. 02 Nov, 2006 2 commits
  15. 30 Oct, 2006 1 commit
  16. 29 Oct, 2006 1 commit
  17. 25 Oct, 2006 1 commit
    • 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
  18. 21 Oct, 2006 2 commits
  19. 18 Oct, 2006 1 commit
  20. 17 Oct, 2006 1 commit
  21. 13 Oct, 2006 1 commit
  22. 12 Oct, 2006 2 commits
  23. 09 Oct, 2006 1 commit
  24. 06 Oct, 2006 1 commit
  25. 30 Sep, 2006 1 commit
  26. 28 Sep, 2006 1 commit
  27. 24 Sep, 2006 1 commit
  28. 23 Sep, 2006 1 commit