Skip to content
  1. Mar 15, 2005
  2. Mar 08, 2005
  3. Mar 07, 2005
  4. Mar 04, 2005
    • Daniel Stenberg's avatar
      Added test case 235 that makes a resumed upload of a file that isn't present · aa47ac4c
      Daniel Stenberg authored
      on the remote side. This then converts the operation to an ordinary STOR
      upload. This was requested/pointed out by Ignacio Vazquez-Abrams.
      
      It also proved (and I fixed) a bug in the newly rewritten ftp code (and
      present in the 7.13.1 release) when trying to resume an upload and the servers
      returns an error to the SIZE command. libcurl then loops and sends SIZE
      commands infinitely.
      aa47ac4c
  5. Feb 19, 2005
  6. Feb 18, 2005
    • Daniel Stenberg's avatar
      Ralph Mitchell reported a flaw when you used a proxy with auth, and you · 5ba188ab
      Daniel Stenberg authored
      requested data from a host and then followed a redirect to another
      host. libcurl then didn't use the proxy-auth properly in the second request,
      due to the host-only check for original host name wrongly being extended to
      the proxy auth as well. Added test case 233 to verify the flaw and that the
      fix removed the problem.
      5ba188ab
  7. Jan 25, 2005
    • Daniel Stenberg's avatar
      Ian Ford asked about support for the FTP command ACCT, and I discovered it is · 177dbc7b
      Daniel Stenberg authored
      present in RFC959... so now (lib)curl supports it as well. --ftp-account and
      CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account
      string after PASS have been sent away. The client responds with "ACCT [account
      string]".) Added test case 228 and 229 to verify the functionality. Updated
      the test FTP server to support ACCT somewhat.
      177dbc7b
  8. Jan 21, 2005
  9. Jan 20, 2005
  10. Jan 19, 2005
  11. Jan 07, 2005
  12. Dec 21, 2004
  13. Dec 16, 2004
  14. Dec 15, 2004
  15. Dec 14, 2004
  16. Dec 11, 2004
  17. Dec 10, 2004
  18. Dec 06, 2004
  19. Dec 03, 2004
  20. Dec 02, 2004
  21. Nov 30, 2004
  22. Nov 29, 2004
  23. Nov 25, 2004
    • 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
  24. Nov 19, 2004
  25. Nov 15, 2004
  26. Nov 11, 2004
  27. Oct 27, 2004
  28. Oct 25, 2004
  29. Oct 19, 2004
  30. Oct 14, 2004
  31. Oct 06, 2004
  32. Sep 16, 2004
  33. Sep 10, 2004
  34. Aug 24, 2004
  35. Aug 23, 2004