- Feb 20, 2007
-
-
Yang Tse authored
-
- Feb 19, 2007
-
-
Daniel Stenberg authored
5).
-
- Feb 06, 2007
-
-
Yang Tse authored
-
- Feb 05, 2007
-
-
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.
-
- Oct 27, 2006
-
-
Yang Tse authored
-
- Sep 24, 2006
-
-
Yang Tse authored
-
- Sep 23, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file.
-