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