Skip to content
Snippets Groups Projects
  1. Apr 21, 2011
  2. Mar 23, 2011
    • Daniel Stenberg's avatar
      ipv6: only probe once · 67eb6792
      Daniel Stenberg authored
      Move ipv6-functional-probe into a single function that is used from all
      places that need to know.
      
      Make the probe function store the result in a static variable so that
      subsequent invokes just returns the previous result and won't have to
      probe again.
      67eb6792
  3. Nov 11, 2010
    • Daniel Stenberg's avatar
      ip_version: moved to connection struct · a1f32ffe
      Daniel Stenberg authored
      The IP version choice was previously only in the UserDefined struct
      within the SessionHandle, but since we sometimes alter that option
      during a request we need to have it on a per-connection basis.
      
      I also moved more "init conn" code into the allocate_conn() function
      which is designed for that purpose more or less.
      a1f32ffe
  4. Apr 16, 2010
  5. Mar 24, 2010
  6. Jan 25, 2010
  7. Jan 22, 2010
  8. Jan 18, 2010
  9. Dec 30, 2009
  10. Apr 21, 2009
  11. Oct 30, 2008
  12. Oct 27, 2008
  13. Sep 29, 2008
  14. Sep 24, 2008
  15. Jul 27, 2008
  16. Nov 07, 2007
  17. Jul 01, 2007
  18. Feb 26, 2007
  19. Feb 16, 2007
  20. Jul 27, 2006
  21. Jul 25, 2006
  22. Jul 24, 2006
  23. Jul 21, 2006
  24. Jul 20, 2006
  25. Jul 11, 2006
  26. Jul 04, 2006
  27. Jul 03, 2006
  28. May 05, 2006
  29. May 04, 2006
    • Daniel Stenberg's avatar
      Roland Blom filed bug report #1481217 · e85e3054
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
      and David Byron. libcurl previously wrongly used GetLastError() on windows to
      get error details after socket-related function calls, when it really should
      use WSAGetLastError() instead.
      
      When changing to this, the former function Curl_ourerrno() is now instead
      called Curl_sockerrno() as it is necessary to only use it to get errno from
      socket-related functions as otherwise it won't work as intended on Windows.
      e85e3054
  30. Apr 26, 2006
  31. Dec 13, 2005
  32. Dec 12, 2005
  33. Dec 11, 2005
  34. Dec 08, 2005
  35. Nov 08, 2005
Loading