Skip to content
Snippets Groups Projects
  1. Nov 26, 2004
  2. 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
  3. Nov 24, 2004
  4. Oct 19, 2004
  5. Oct 06, 2004
  6. Sep 30, 2004
  7. Sep 16, 2004
  8. 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
  9. Jul 04, 2004
  10. Jul 01, 2004
  11. Jun 24, 2004
  12. Jun 16, 2004
  13. Jun 15, 2004
  14. Jun 03, 2004
  15. May 26, 2004
  16. May 25, 2004
  17. May 24, 2004
  18. May 17, 2004
  19. May 12, 2004
  20. May 07, 2004
  21. May 04, 2004
  22. Apr 29, 2004
  23. Apr 27, 2004
  24. Apr 26, 2004
  25. Apr 22, 2004
  26. 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
  27. Apr 20, 2004
  28. Apr 15, 2004
  29. Apr 13, 2004
  30. Apr 07, 2004
  31. Apr 06, 2004
  32. Mar 30, 2004
  33. Mar 25, 2004
  34. Mar 24, 2004
Loading