Skip to content
  1. Feb 13, 2007
  2. Feb 12, 2007
  3. Feb 07, 2007
  4. Feb 06, 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
    • Yang Tse's avatar
      compiler warning fix · bc2183b4
      Yang Tse authored
      bc2183b4
  6. Feb 04, 2007
  7. Feb 03, 2007
  8. Feb 02, 2007
  9. Feb 01, 2007
  10. Jan 31, 2007
  11. Jan 29, 2007
  12. Jan 28, 2007
  13. Jan 27, 2007
  14. Jan 26, 2007