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