80a1e972 | 15-Jun-2004 |
Daniel Stenberg |
Fix the auth code to enable us to i.e set DIGEST and then find out that the server doesn't require any auth at all and then we just continue nicely. We now have an extra bit in the connection
Fix the auth code to enable us to i.e set DIGEST and then find out that the server doesn't require any auth at all and then we just continue nicely. We now have an extra bit in the connection struct named 'authprobe' that is TRUE when doing pure "HTTP authentication probing".
show more ...
|
5e65d48f | 14-Jun-2004 |
Daniel Stenberg |
we actually build and run fine with libidn 0.4.1 too, so let's not require anything newer than that |
752ef081 | 14-Jun-2004 |
Daniel Stenberg |
lots of multi interface description but also some general updates and additions |
070e0e8b | 14-Jun-2004 |
Daniel Stenberg |
prevent compiler warnings on non-win32 platforms |
2ed0728c | 14-Jun-2004 |
Daniel Stenberg |
added test 174, HTTP POST --anyauth to server without auth requirements. An attempt to repeat a reported auth problem. Works for me! |
a79b9e9d | 14-Jun-2004 |
Daniel Stenberg |
recent action |
24572dac | 14-Jun-2004 |
Daniel Stenberg |
Allow formposting of files larger than what fits in memory by not reading the file until it is actually being uploaded. Make sure we build and still work with HTTP disabled - the SSL code mig
Allow formposting of files larger than what fits in memory by not reading the file until it is actually being uploaded. Make sure we build and still work with HTTP disabled - the SSL code might use the boundary string for some random seeding.
show more ...
|
1770563f | 14-Jun-2004 |
Daniel Stenberg |
refuse running the torture tests without a debug build |
4cd96483 | 13-Jun-2004 |
Daniel Stenberg |
moved default: in a switch case to prevent compiler warning that 'request' might be used uninitialized |
8f1783b8 | 13-Jun-2004 |
Daniel Stenberg |
provide curl_formfree() even when http is disabled, it does nothing then |
be72eaa3 | 13-Jun-2004 |
Daniel Stenberg |
use Curl_strcasestr() when checking wildcard cert names |
61bded1d | 13-Jun-2004 |
Daniel Stenberg |
added Curl_strcasestr() for case insensitive strstr() searching |
4b393737 | 11-Jun-2004 |
Gunter Knauf |
removed unused include path. |
08bf0907 | 11-Jun-2004 |
Gunter Knauf |
fixed xdc generation, added lib target, load curl.nlm into ring3 by default. |
eb044f87 | 11-Jun-2004 |
Daniel Stenberg |
Tim Sneddon made it build fine on VMS again. |
8d0c7740 | 11-Jun-2004 |
Gunter Knauf |
some more makefile changes. |
60106245 | 11-Jun-2004 |
Gunter Knauf |
respect CVS builds in version string. |
5be788ba | 11-Jun-2004 |
Gunter Knauf |
some more makefile changes. |
281559b3 | 10-Jun-2004 |
Gunter Knauf |
cosmetic correction. |
ef1aa4e5 | 10-Jun-2004 |
Gunter Knauf |
converted to UNIX format. |
7b7ac048 | 10-Jun-2004 |
Gunter Knauf |
added timeval.c to the sources for curlx_ functions. |
60f5b2b2 | 10-Jun-2004 |
Gunter Knauf |
minor output fix. |
c0f9d7fd | 10-Jun-2004 |
Gunter Knauf |
ups! no copy command defined. |
fc4d6f73 | 10-Jun-2004 |
Gunter Knauf |
added generation of missing files. |
295169f9 | 10-Jun-2004 |
Gunter Knauf |
added generation of missing files. |