1. 26 May, 2006 1 commit
  2. 25 May, 2006 3 commits
  3. 24 May, 2006 6 commits
  4. 23 May, 2006 2 commits
  5. 15 May, 2006 1 commit
  6. 14 May, 2006 1 commit
  7. 11 May, 2006 5 commits
  8. 10 May, 2006 6 commits
  9. 09 May, 2006 5 commits
  10. 08 May, 2006 4 commits
  11. 07 May, 2006 1 commit
  12. 05 May, 2006 4 commits
  13. 04 May, 2006 1 commit
    • 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