- Sep 24, 2008
-
-
Yang Tse authored
-
Dan Fandrich authored
switching from one protocol to another in a single request (e.g. redirecting from HTTP to FTP as in test 1055) by resetting state.expect100header before every request.
-
- Sep 23, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
date parser function. This makes our function less dependent on system- provided functions and instead we do all the magic ourselves. We also no longer depend on the TZ environment variable.
-
Daniel Stenberg authored
implementation".
-
- Sep 22, 2008
-
-
Daniel Stenberg authored
Markus Moeller reported: http://curl.haxx.se/mail/archive-2008-09/0016.html - recv() errors other than those equal to EAGAIN now cause proper CURLE_RECV_ERROR to get returned. This made test case 160 fail so I've now disabled it until we can figure out another way to exercise that logic.
-
Daniel Stenberg authored
proxy" (http://curl.haxx.se/bug/view.cgi?id=2107377) that showed how a multi interface using program didn't work when built with GnuTLS and a CONNECT request was done over a proxy (basically test 502 over a proxy to a HTTPS site). It turned out the ssl connect function would get called twice which caused the second call to fail.
-
- Sep 19, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
Dan Fandrich authored
Also, leave the existing SIGALRM handler alone if the timeout is too small to handle.
-
- Sep 18, 2008
- Sep 16, 2008
- Sep 15, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
strcasecmp() strcasestr() strcmpi() stricmp() strlcat() strncasecmp() strncmpi() strnicmp()
-
- Sep 13, 2008
- Sep 12, 2008
- Sep 10, 2008
-
-
Dan Fandrich authored
FreeBSD ports system.
-
Yang Tse authored
-
Dan Fandrich authored
examples that I found in the FreeBSD ports system.
-
- Sep 09, 2008
-
-
Dan Fandrich authored
-
- Sep 08, 2008
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
sites in cases where the cookie clearly has a very old expiry date. The condition was simply that libcurl's date parser would fail to convert the date and it would then count as a (timed-based) match. Starting now, a missed date due to an unsupported date format or date range will now cause the cookie to not match.
-
Daniel Stenberg authored
-
- Sep 06, 2008