Skip to content
  1. Feb 22, 2007
  2. Feb 21, 2007
  3. Feb 17, 2007
  4. Feb 16, 2007
  5. Feb 05, 2007
    • Daniel Stenberg's avatar
      - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS · 91386937
      Daniel Stenberg authored
        and CURLOPT_CONNECTTIMEOUT_MS that, as their names should hint, do the
        timeouts with millisecond resolution instead. The only restriction to that
        is the alarm() (sometimes) used to abort name resolves as that uses full
        seconds. I fixed the FTP response timeout part of the patch.
      
        Internally we now count and keep the timeouts in milliseconds but it also
        means we multiply set timeouts with 1000. The effect of this is that no
        timeout can be set to more than 2^31 milliseconds (on 32 bit systems), which
        equals 24.86 days.  We probably couldn't before either since the code did
        *1000 on the timeout values on several places already.
      91386937
  6. Dec 22, 2006
  7. Oct 18, 2006
  8. Aug 30, 2006
  9. Aug 29, 2006
  10. Jul 21, 2006
  11. Jul 17, 2006
  12. Jul 14, 2006
  13. Jul 11, 2006
  14. 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
  15. Apr 21, 2006
  16. Apr 18, 2006
  17. Apr 10, 2006
  18. Feb 26, 2006
  19. Jan 30, 2006
  20. Dec 18, 2005
  21. Dec 13, 2005
  22. Oct 25, 2005
  23. Sep 16, 2005
  24. Sep 02, 2005
  25. Jul 21, 2005
  26. May 14, 2005
  27. May 02, 2005
  28. Apr 30, 2005
  29. Apr 26, 2005
  30. Mar 14, 2005
  31. Feb 17, 2005
  32. Jan 29, 2005
  33. Jan 28, 2005
  34. Dec 13, 2004
  35. Dec 06, 2004