Skip to content
Snippets Groups Projects
  1. Aug 29, 2006
  2. May 10, 2006
  3. 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
  4. Feb 09, 2005
  5. Nov 11, 2004
  6. Nov 02, 2004
  7. Oct 06, 2004
  8. Mar 09, 2004
  9. Feb 12, 2004
  10. Jan 29, 2004
  11. Jan 22, 2004
  12. Jan 07, 2004
  13. Jan 05, 2004
  14. Dec 10, 2003
  15. Nov 24, 2003
  16. Oct 14, 2003
  17. Jul 25, 2003
  18. Jan 29, 2003
  19. Jan 16, 2003
  20. Sep 03, 2002
  21. Mar 19, 2002
  22. Dec 11, 2001
  23. Oct 31, 2001
  24. Oct 11, 2001
  25. Sep 07, 2001
  26. Aug 30, 2001
  27. Aug 14, 2001
  28. Mar 14, 2001
  29. Feb 20, 2001
  30. Jan 25, 2001
  31. Jan 17, 2001
  32. Jan 05, 2001
  33. Jan 03, 2001
  34. Nov 20, 2000
  35. Aug 24, 2000
  36. Jun 20, 2000
  37. May 22, 2000
  38. Feb 14, 2000
Loading