Skip to content
Snippets Groups Projects
  1. Jan 11, 2005
  2. Jan 10, 2005
  3. Dec 19, 2004
  4. Dec 16, 2004
  5. Dec 15, 2004
  6. Dec 14, 2004
  7. Dec 13, 2004
  8. Dec 06, 2004
  9. Nov 26, 2004
  10. Nov 25, 2004
    • Daniel Stenberg's avatar
      FTP improvements: · bf51f05a
      Daniel Stenberg authored
      If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on
      the same server again even if a following request is made using a persistent
      connection.
      
      If a second request is made to a server, requesting a file from the same
      directory as the previous request operated on, libcurl will no longer make
      that long series of CWD commands just to end up on the same spot. Note that
      this is only for *exactly* the same dir. There is still room for improvements
      to optimize the CWD-sending when the dirs are only slightly different.
      
      Added test 210, 211 and 212 to verify these changes. Had to improve the
      test script too and added a new primitive to the test file format.
      bf51f05a
  11. Nov 24, 2004
  12. Oct 19, 2004
  13. Oct 06, 2004
  14. Sep 30, 2004
  15. Sep 16, 2004
  16. Sep 10, 2004
    • Daniel Stenberg's avatar
      - Bug report #1025986. When following a Location: with a custom Host: header · b8b56248
      Daniel Stenberg authored
        replacement, curl only replaced the Host: header on the initial request
        and didn't replace it on the following ones. This resulted in requests with
        two Host: headers.
      
        Now, curl checks if the location is on the same host as the initial request
        and then continues to replace the Host: header. And when it moves to another
        host, it doesn't replace the Host: header but it also doesn't make the
        second Host: header get used in the request.
      
        This change is verified by the two new test cases 184 and 185.
      b8b56248
  17. Jul 04, 2004
  18. Jul 01, 2004
  19. Jun 24, 2004
  20. Jun 16, 2004
  21. Jun 15, 2004
  22. Jun 03, 2004
  23. May 26, 2004
  24. May 25, 2004
  25. May 24, 2004
  26. May 17, 2004
  27. May 12, 2004
  28. May 07, 2004
  29. May 04, 2004
  30. Apr 29, 2004
  31. Apr 27, 2004
  32. Apr 26, 2004
  33. Apr 22, 2004
  34. Apr 21, 2004
    • Daniel Stenberg's avatar
      Fix the "lingering close" problem when re-using a connection, as test case · 1401d909
      Daniel Stenberg authored
      160 shows.
      
      We got no data and we attempted to re-use a connection. This might happen if
      the connection was left alive when we were done using it before, but that was
      closed when we wanted to read from it again. Bad luck. Retry the same request
      on a fresh connect!
      
      Deleted the sockerror variable again, it serves no purpose anymore.
      1401d909
  35. Apr 20, 2004
Loading