Skip to content
  1. Mar 07, 2006
  2. Mar 06, 2006
  3. Mar 04, 2006
  4. Mar 03, 2006
  5. Mar 02, 2006
  6. Feb 27, 2006
  7. Feb 23, 2006
    • Daniel Stenberg's avatar
      Lots of work and analysis by "xbx___" in bug #1431750 · 6fdbb011
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1431750) helped me identify and fix two
      different but related bugs:
      
      1) Removing an easy handle from a multi handle before the transfer is done
         could leave a connection in the connection cache for that handle that is
         in a state that isn't suitable for re-use. A subsequent re-use could then
         read from a NULL pointer and segfault.
      
      2) When an easy handle was removed from the multi handle, there could be an
         outstanding c-ares DNS name resolve request. When the response arrived,
         it caused havoc since the connection struct it "belonged" to could've
         been freed already.
      
      Now Curl_done() is called when an easy handle is removed from a multi handle
      pre-maturely (that is, before the transfer was complteted). Curl_done() also
      makes sure to cancel all (if any) outstanding c-ares requests.
      6fdbb011
  8. Feb 21, 2006
  9. Feb 19, 2006
  10. Feb 18, 2006
  11. Feb 16, 2006
  12. Feb 11, 2006
  13. Feb 07, 2006
  14. Feb 01, 2006
  15. Jan 30, 2006
  16. 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
  17. Jan 19, 2006
  18. Jan 18, 2006
  19. Jan 16, 2006
  20. Jan 15, 2006
  21. Jan 13, 2006
  22. Jan 12, 2006
  23. Jan 10, 2006
  24. Jan 07, 2006
  25. Jan 06, 2006
  26. Jan 04, 2006
  27. Dec 16, 2005
  28. Dec 06, 2005
  29. Dec 01, 2005
  30. Nov 24, 2005
  31. Nov 17, 2005
  32. Nov 16, 2005