Skip to content
  1. Feb 19, 2006
  2. Feb 18, 2006
  3. Feb 16, 2006
  4. Feb 11, 2006
  5. Feb 07, 2006
  6. Feb 01, 2006
  7. Jan 30, 2006
  8. Jan 29, 2006
  9. Jan 24, 2006
    • Daniel Stenberg's avatar
      Michal Marek provided a patch for FTP that makes libcurl continue to try PASV · 67bf4f28
      Daniel Stenberg authored
      even after EPSV returned a positive response code, if libcurl failed to
      connect to the port number the EPSV response said. Obviously some people are
      going through protocol-sensitive firewalls (or similar) that don't understand
      EPSV and then they don't allow the second connection unless PASV was
      used. This also called for a minor fix of test case 238.
      67bf4f28
  10. Jan 20, 2006
  11. Jan 19, 2006
  12. Jan 18, 2006
  13. Jan 16, 2006
  14. Jan 15, 2006
  15. Jan 13, 2006
  16. Jan 12, 2006
  17. Jan 10, 2006
    • Daniel Stenberg's avatar
      When using a bad path over FTP, as in when libcurl couldn't CWD into all · 44313386
      Daniel Stenberg authored
      given subdirs, libcurl would still "remember" the full path as if it is the
      current directory libcurl is in so that the next curl_easy_perform() would
      get really confused if it tried the same path again - as it would not issue
      any CWD commands at all, assuming it is already in the "proper" dir.
      
      Starting now, a failed CWD command sets a flag that prevents the path to be
      "remembered" after returning.
      44313386
  18. Jan 08, 2006
  19. Jan 07, 2006
  20. Jan 06, 2006
  21. Jan 04, 2006
  22. Dec 16, 2005
  23. Dec 06, 2005
  24. Dec 01, 2005
  25. Nov 28, 2005
  26. Nov 24, 2005
  27. Nov 17, 2005
  28. Nov 16, 2005
  29. Nov 13, 2005
  30. Nov 12, 2005
  31. Nov 11, 2005
  32. Nov 10, 2005
  33. Nov 08, 2005