Skip to content
  1. Sep 13, 2006
  2. Sep 08, 2006
  3. Sep 07, 2006
  4. Aug 31, 2006
  5. Aug 19, 2006
  6. Aug 18, 2006
  7. Jul 27, 2006
  8. Jul 17, 2006
  9. Jul 08, 2006
  10. Jun 07, 2006
  11. May 24, 2006
  12. May 11, 2006
  13. Apr 26, 2006
  14. Apr 10, 2006
  15. Apr 05, 2006
  16. Mar 28, 2006
  17. Mar 03, 2006
  18. Feb 22, 2006
  19. Feb 06, 2006
  20. Jan 24, 2006
    • Daniel Stenberg's avatar
      Michal Marek provided a patch for FTP that makes libcurl continue to try PASV · 67bf4f28
      Daniel Stenberg authored
      even after EPSV returned a positive response code, if libcurl failed to
      connect to the port number the EPSV response said. Obviously some people are
      going through protocol-sensitive firewalls (or similar) that don't understand
      EPSV and then they don't allow the second connection unless PASV was
      used. This also called for a minor fix of test case 238.
      67bf4f28
  21. Jan 19, 2006
    • Daniel Stenberg's avatar
      Duane Cathey was one of our friends who reported that curl -P [IP] · fcfd6d95
      Daniel Stenberg authored
      (CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a
      "native" IP while it works fine for ipv6-disabled builds!
      
      In the process of fixing this, I removed the support for LPRT since I can't
      think of many reasons to keep doing it and asking on the mailing list didn't
      reveal anyone else that could either. The code that sends EPRT and PORT is
      now also a lot simpler than before (IMHO).
      fcfd6d95
  22. Nov 10, 2005
  23. Oct 30, 2005
  24. Oct 27, 2005
  25. Oct 20, 2005
  26. Oct 05, 2005
  27. Sep 19, 2005
  28. Sep 04, 2005
  29. 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
  30. Aug 12, 2005
  31. Aug 11, 2005
  32. Jul 12, 2005
  33. 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
  34. Jun 22, 2005
  35. Jun 03, 2005
  36. May 31, 2005