Skip to content
Snippets Groups Projects
  1. Mar 20, 2006
  2. Mar 13, 2006
  3. Mar 08, 2006
  4. Mar 07, 2006
  5. Mar 06, 2006
  6. Mar 04, 2006
  7. Mar 03, 2006
  8. Feb 26, 2006
  9. Feb 24, 2006
  10. Feb 23, 2006
  11. Feb 22, 2006
  12. Feb 21, 2006
  13. Feb 19, 2006
  14. Feb 18, 2006
  15. Feb 17, 2006
  16. Feb 16, 2006
  17. Feb 11, 2006
  18. Feb 07, 2006
  19. Jan 30, 2006
  20. Jan 26, 2006
  21. 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
  22. Jan 19, 2006
  23. Jan 16, 2006
  24. Jan 15, 2006
  25. Jan 12, 2006
  26. 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
  27. Jan 09, 2006
Loading