- Feb 13, 2007
-
-
Yang Tse authored
-
- Feb 12, 2007
-
-
Daniel Stenberg authored
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
-
Daniel Stenberg authored
to the debug callback. - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's internal decoding of content or transfer encoded content. This may be preferable in cases where you use libcurl for proxy purposes or similar. The command line tool got a --raw option to disable both at once.
-
Daniel Stenberg authored
that has an easy handle present in the "closure" list pending closure.
-
- Feb 07, 2007
-
-
Daniel Stenberg authored
-
- Feb 06, 2007
-
-
Yang Tse authored
-
Yang Tse 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.
-
Yang Tse authored
-
- Feb 04, 2007
-
-
Gisle Vanem authored
-
- Feb 03, 2007
-
-
Yang Tse authored
-
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
-
Daniel Stenberg authored
-
- Feb 01, 2007
-
-
Yang Tse authored
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 31, 2007
-
-
Yang Tse authored
-
- Jan 29, 2007
-
-
Gisle Vanem authored
-
Daniel Stenberg authored
header, you got _two_ User-Agent headers in the CONNECT request...! Added test case 287 to verify the fix.
-
Guenter Knauf authored
-
- Jan 28, 2007
-
-
Daniel Stenberg authored
SSL conditions not being the same
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
added distclean target.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Jan 27, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 26, 2007
-
-
Dan Fandrich authored
-
Guenter Knauf authored
-