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