Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 12, 2005
  3. Jun 23, 2005
  4. May 02, 2005
  5. Apr 28, 2005
  6. Apr 16, 2005
  7. Apr 07, 2005
  8. Apr 06, 2005
  9. Apr 04, 2005
  10. Mar 30, 2005
  11. Mar 28, 2005
  12. Mar 12, 2005
  13. Feb 17, 2005
  14. Feb 08, 2005
  15. 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
  16. Jan 21, 2005
  17. Jan 20, 2005
  18. Jan 17, 2005
  19. Jan 16, 2005
  20. Dec 21, 2004
  21. Dec 13, 2004
  22. Dec 10, 2004
  23. Nov 24, 2004
  24. Nov 15, 2004
  25. Nov 04, 2004
  26. Nov 02, 2004
  27. Oct 19, 2004
  28. Sep 30, 2004
  29. Sep 16, 2004
  30. Sep 15, 2004
  31. Sep 10, 2004
  32. Jul 06, 2004
  33. Jun 01, 2004
  34. May 25, 2004
  35. May 24, 2004
  36. May 03, 2004
  37. Apr 26, 2004
  38. Mar 25, 2004
Loading