Skip to content
  1. Oct 20, 2005
  2. Oct 05, 2005
  3. Sep 19, 2005
  4. Sep 04, 2005
  5. 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
  6. Aug 12, 2005
  7. Aug 11, 2005
  8. Jul 12, 2005
  9. Jul 03, 2005
    • Daniel Stenberg's avatar
      Andrew Bushnell provided enough info for me to tell that we badly needed to · 20005a83
      Daniel Stenberg authored
      fix the CONNECT authentication code with multi-pass auth methods (such as
      NTLM) as it didn't previously properly ignore response-bodies - in fact it
      stopped reading after all response headers had been received. This could
      lead to libcurl sending the next request and reading the body from the first
      request as response to the second request. (I also renamed the function,
      which wasn't strictly necessary but...)
      
      The best fix would to once and for all make the CONNECT code use the
      ordinary request sending/receiving code, treating it as any ordinary request
      instead of the special-purpose function we have now. It should make it
      better for multi-interface too. And possibly lead to less code...
      
      Added test case 265 for this. It doesn't work as a _really_ good test case
      since the test proxy is too stupid, but the test case helps when running the
      debugger to verify.
      20005a83
  10. Jun 22, 2005
  11. May 31, 2005
  12. May 29, 2005
  13. May 24, 2005
  14. May 18, 2005
  15. May 06, 2005
  16. Apr 25, 2005
  17. Apr 22, 2005
  18. Apr 18, 2005
  19. Apr 14, 2005
  20. Apr 08, 2005
  21. Apr 05, 2005
  22. Apr 03, 2005
  23. Mar 28, 2005
  24. Mar 15, 2005
  25. Mar 08, 2005
  26. Mar 07, 2005
  27. 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
  28. Feb 19, 2005
  29. 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
  30. 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
  31. Jan 21, 2005
  32. Jan 20, 2005
  33. Jan 19, 2005
  34. Jan 07, 2005
  35. Dec 21, 2004
  36. Dec 16, 2004