Skip to content
  1. 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
  2. Apr 26, 2006
  3. Apr 10, 2006
  4. Apr 19, 2005
  5. Feb 09, 2005
  6. Feb 08, 2005
  7. Oct 06, 2004
  8. Jun 24, 2004
  9. May 11, 2004
  10. May 07, 2004
  11. May 06, 2004
  12. Apr 27, 2004
  13. Apr 26, 2004