Skip to content
Snippets Groups Projects
  1. Sep 08, 2005
  2. Sep 04, 2005
  3. Aug 25, 2005
  4. Aug 24, 2005
    • Daniel Stenberg's avatar
      Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible · a4773fcb
      Daniel Stenberg authored
      from the command line tool with --ignore-content-length. This will make it
      easier to download files from Apache 1.x (and similar) servers that are
      still having problems serving files larger than 2 or 4 GB. When this option
      is enabled, curl will simply have to wait for the server to close the
      connection to signal end of transfer. I wrote test case 269 that runs a
      simple test that this works.
      a4773fcb
  5. Aug 12, 2005
  6. Jun 23, 2005
  7. May 02, 2005
  8. Apr 28, 2005
  9. Apr 16, 2005
  10. Apr 07, 2005
  11. Apr 06, 2005
  12. Apr 04, 2005
  13. Mar 30, 2005
  14. Mar 28, 2005
  15. Mar 12, 2005
  16. Feb 17, 2005
  17. Feb 08, 2005
  18. 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
  19. Jan 21, 2005
  20. Jan 20, 2005
  21. Jan 17, 2005
  22. Jan 16, 2005
  23. Dec 21, 2004
  24. Dec 13, 2004
  25. Dec 10, 2004
  26. Nov 24, 2004
  27. Nov 15, 2004
  28. Nov 04, 2004
  29. Nov 02, 2004
  30. Oct 19, 2004
  31. Sep 30, 2004
  32. Sep 16, 2004
  33. Sep 15, 2004
  34. Sep 10, 2004
  35. Jul 06, 2004
  36. Jun 01, 2004
  37. May 25, 2004
Loading