Skip to content
Snippets Groups Projects
  1. Jul 18, 2007
  2. Jul 13, 2007
  3. Jul 11, 2007
  4. Jul 02, 2007
  5. Jul 01, 2007
  6. Jun 27, 2007
  7. Jun 13, 2007
  8. May 30, 2007
  9. May 26, 2007
  10. May 23, 2007
  11. May 15, 2007
  12. May 08, 2007
  13. May 03, 2007
  14. Apr 16, 2007
  15. Mar 31, 2007
  16. Mar 23, 2007
  17. Mar 12, 2007
  18. Mar 11, 2007
  19. Mar 10, 2007
  20. Feb 27, 2007
  21. Feb 22, 2007
  22. Feb 20, 2007
  23. Feb 19, 2007
  24. Feb 12, 2007
  25. Feb 10, 2007
  26. 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
  27. Feb 03, 2007
  28. Jan 17, 2007
  29. Jan 09, 2007
  30. Jan 05, 2007
  31. Dec 31, 2006
  32. Dec 21, 2006
  33. Dec 05, 2006
  34. Nov 02, 2006
Loading