Skip to content
  1. Feb 26, 2006
  2. Feb 24, 2006
  3. Feb 23, 2006
  4. Feb 22, 2006
  5. Feb 21, 2006
  6. Feb 19, 2006
  7. Feb 18, 2006
  8. Feb 17, 2006
  9. Feb 16, 2006
  10. Feb 11, 2006
  11. Feb 07, 2006
  12. Jan 30, 2006
  13. Jan 26, 2006
  14. 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
  15. Jan 19, 2006
  16. Jan 16, 2006
  17. Jan 15, 2006
  18. Jan 12, 2006
  19. 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
  20. Jan 09, 2006
  21. Jan 07, 2006
  22. Jan 02, 2006
  23. Dec 30, 2005
  24. Dec 23, 2005
  25. Dec 20, 2005
  26. Dec 19, 2005
  27. Dec 18, 2005
  28. Dec 17, 2005