61788a03 | 04-Apr-2003 |
Daniel Stenberg |
Changed how boundary strings are generated. This new way uses 28 dashes and 12 following hexadecimal letters, which seems to be what IE uses. This makes curl work smoother with more stupidly
Changed how boundary strings are generated. This new way uses 28 dashes and 12 following hexadecimal letters, which seems to be what IE uses. This makes curl work smoother with more stupidly written server apps. Worked this out together with Martijn Broenland.
show more ...
|
0821447b | 03-Apr-2003 |
Daniel Stenberg |
spell fix |
3cba274b | 03-Apr-2003 |
Daniel Stenberg |
kill a compiler warning on cygwin |
df7bbcfd | 03-Apr-2003 |
Daniel Stenberg |
Added log output for when the writing of the input HTTP request is successful or unsuccessful. Used to track down the recent cygwin test suite problems. |
021d406f | 03-Apr-2003 |
Daniel Stenberg |
Modified how we log data to server.input, as we can't keep the file open very much as it makes it troublesome on certain operating systems. |
294569c5 | 03-Apr-2003 |
Daniel Stenberg |
new |
bfd00ac2 | 02-Apr-2003 |
Daniel Stenberg |
7.10.4 commit |
735a4714 | 02-Apr-2003 |
Daniel Stenberg |
Version 7.10.4 |
827fd471 | 01-Apr-2003 |
Daniel Stenberg |
documented the new killserver tag |
e26b9176 | 01-Apr-2003 |
Daniel Stenberg |
kill the ftp server afterwards, it is just so messed up |
92872a2a | 01-Apr-2003 |
Daniel Stenberg |
log when we've returned verification that we are the test server |
16ddb09c | 01-Apr-2003 |
Daniel Stenberg |
support the new <killserver> tag |
d37031f1 | 01-Apr-2003 |
Daniel Stenberg |
ignore lib505 too |
b4e84ca7 | 01-Apr-2003 |
Daniel Stenberg |
lib505.c is a new test case for ftp uploading with rename |
47970b9e | 01-Apr-2003 |
Daniel Stenberg |
Added support for the RNFR/RNTO commands |
f65f120d | 31-Mar-2003 |
Daniel Stenberg |
updated |
df00ec3c | 31-Mar-2003 |
Daniel Stenberg |
move the ssl config clone call to before the connectionexists call and then also subsequently free the ssl struct if the connection struct is to be deleted |
ad6fca28 | 31-Mar-2003 |
Sterling Hughes |
testing, ignore this commit |
fd339234 | 31-Mar-2003 |
Daniel Stenberg |
7.10.4-pre6 commit |
a55649dc | 31-Mar-2003 |
Daniel Stenberg |
added dist-hook that clears the tests/log dir properly as otherwise 'make distcheck' doesn't pass |
9558f229 | 31-Mar-2003 |
Daniel Stenberg |
Fixup after talks with Richard Bramante. We should now make better comparisons before re-using SSL connections and re-using SSL connection IDs. |
7917bfb1 | 31-Mar-2003 |
Daniel Stenberg |
--location-trusted added, which does a normal location plus the new CURLOPT_UNRESTRICTED_AUTH option set TRUE. Patch by Guillaume Cottenceau. |
25f611ca | 31-Mar-2003 |
Daniel Stenberg |
Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hos
Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts.
show more ...
|
e6eb49e7 | 31-Mar-2003 |
Daniel Stenberg |
10 days of fixes |
9a075f53 | 31-Mar-2003 |
Daniel Stenberg |
clarify USERPWD somewhat more |