1. 10 Jan, 2006 1 commit
    • 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
  2. 09 Jan, 2006 2 commits
  3. 08 Jan, 2006 2 commits
  4. 07 Jan, 2006 1 commit
  5. 06 Jan, 2006 3 commits
  6. 05 Jan, 2006 3 commits
  7. 04 Jan, 2006 7 commits
  8. 03 Jan, 2006 6 commits
  9. 02 Jan, 2006 7 commits
  10. 30 Dec, 2005 8 commits