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