Daniel Stenberg 91386937ff - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
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.
2007-02-05 22:51:32 +00:00
..
2002-10-14 07:47:40 +00:00
2006-10-12 14:35:20 +00:00
2006-01-02 23:32:36 +00:00
2006-01-02 23:32:36 +00:00
2006-06-24 23:11:36 +00:00
2005-08-12 21:47:05 +00:00
2006-02-17 13:31:49 +00:00
2004-05-12 08:10:25 +00:00
2004-04-13 14:27:47 +00:00
2006-01-02 23:32:36 +00:00
2003-03-10 20:43:59 +00:00
2006-01-02 23:32:36 +00:00
2006-01-02 23:32:36 +00:00
2007-01-09 18:58:16 +00:00
2003-08-11 23:07:38 +00:00
2005-06-03 21:38:40 +00:00
2004-07-31 19:46:25 +00:00
2004-05-05 06:11:57 +00:00
2007-02-03 21:35:11 +00:00