Skip to content
Snippets Groups Projects
  1. Feb 05, 2007
  2. Jan 16, 2007
  3. Nov 09, 2006
  4. Sep 07, 2006
  5. Aug 30, 2006
  6. Aug 29, 2006
  7. Aug 19, 2006
  8. Jul 29, 2006
  9. Jul 19, 2006
  10. May 09, 2006
  11. May 08, 2006
  12. 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
  13. Apr 07, 2006
  14. Mar 26, 2006
  15. Mar 20, 2006
  16. Dec 08, 2005
  17. Dec 05, 2005
  18. Dec 02, 2005
  19. Nov 23, 2005
  20. Nov 13, 2005
  21. Nov 12, 2005
  22. Nov 11, 2005
  23. Nov 10, 2005
  24. Sep 21, 2005
  25. Sep 20, 2005
  26. Sep 15, 2005
  27. Sep 06, 2005
  28. Sep 04, 2005
  29. Sep 02, 2005
Loading