Skip to content
Snippets Groups Projects
  1. Mar 01, 2008
  2. Nov 20, 2007
  3. Nov 05, 2007
  4. Sep 21, 2007
  5. Aug 27, 2007
  6. Apr 04, 2007
  7. Jan 03, 2007
  8. Oct 17, 2006
  9. 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
  10. Feb 18, 2006
  11. Mar 31, 2005
  12. Feb 24, 2005
  13. Feb 22, 2005
  14. Aug 05, 2004
  15. Jun 24, 2004
  16. May 11, 2004
  17. Apr 27, 2004
  18. Jan 07, 2004
  19. Nov 27, 2003
  20. Sep 19, 2003
  21. Sep 11, 2003
  22. Jul 23, 2003
  23. Jun 26, 2003
  24. Jun 10, 2003
Loading