1. 16 Jan, 2005 1 commit
  2. 13 Jan, 2005 1 commit
  3. 11 Jan, 2005 2 commits
  4. 10 Jan, 2005 3 commits
  5. 08 Jan, 2005 1 commit
  6. 07 Jan, 2005 1 commit
  7. 05 Jan, 2005 1 commit
  8. 25 Dec, 2004 1 commit
  9. 23 Dec, 2004 1 commit
  10. 22 Dec, 2004 2 commits
  11. 21 Dec, 2004 1 commit
  12. 20 Dec, 2004 1 commit
  13. 19 Dec, 2004 1 commit
  14. 18 Dec, 2004 1 commit
  15. 16 Dec, 2004 2 commits
  16. 15 Dec, 2004 1 commit
  17. 14 Dec, 2004 1 commit
  18. 13 Dec, 2004 1 commit
  19. 11 Dec, 2004 1 commit
  20. 10 Dec, 2004 1 commit
  21. 09 Dec, 2004 2 commits
  22. 07 Dec, 2004 1 commit
  23. 06 Dec, 2004 1 commit
  24. 05 Dec, 2004 2 commits
  25. 03 Dec, 2004 2 commits
  26. 30 Nov, 2004 1 commit
  27. 29 Nov, 2004 1 commit
  28. 26 Nov, 2004 1 commit
  29. 25 Nov, 2004 1 commit
    • 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
  30. 24 Nov, 2004 2 commits
  31. 22 Nov, 2004 1 commit