- Feb 06, 2007
-
-
Gisle Vanem authored
-
Gisle Vanem authored
Added 'optind' and 'optarg' as in adig.c.
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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.
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
So cookie expiration date is lowered to expire at most in 2035.
-
- Feb 04, 2007
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Feb 03, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Daniel Stenberg authored
fail since they used "1 feb 2007"... - Manfred Schwarb reported that socks5 support was broken and help us pinpoint the problem. The code now tries harder to use httproxy and proxy where apppropriate, as not all proxies are HTTP...
-
Daniel Stenberg authored
the problem. The code now tries harder to use httproxy and proxy where apppropriate, as not all proxies are HTTP...
-
- Feb 02, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
upcoming libgcrypt-capable libssh2-versions
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
jar has died and we now instead point out our own version of that
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Next time in 2038 :-)
-
- Feb 01, 2007
-
-
Yang Tse authored
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 31, 2007
-
-
Dan Fandrich authored
-
Yang Tse authored
-