296ccc35 | 21-Jan-2004 |
Daniel Stenberg |
updated year |
68826c25 | 21-Jan-2004 |
Daniel Stenberg |
removed Basic in the initial response to see if it makes any difference in the failure frequency |
5e2fcc1f | 21-Jan-2004 |
Daniel Stenberg |
use the proper timecond defines, not the obsolete ones I've removed! ;-) The initial QUIT-sending code is added, but not yet used due to the issues previously mentioned on the mailing li
use the proper timecond defines, not the obsolete ones I've removed! ;-) The initial QUIT-sending code is added, but not yet used due to the issues previously mentioned on the mailing list.
show more ...
|
e262a726 | 21-Jan-2004 |
Daniel Stenberg |
use the proper timecond defines, not the obsolete ones! |
945c6f72 | 21-Jan-2004 |
Daniel Stenberg |
Byron's fixes |
6ddec1f1 | 21-Jan-2004 |
Daniel Stenberg |
old timecond defines removed |
9beae769 | 21-Jan-2004 |
Daniel Stenberg |
Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22 2002, and if this causes anyone any problems now it is very easy to just add CURL_ to the names. This corrects t
Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22 2002, and if this causes anyone any problems now it is very easy to just add CURL_ to the names. This corrects this name space pollution.
show more ...
|
d204c62c | 21-Jan-2004 |
Daniel Stenberg |
clarified where VERBOSE output goes |
13dd9984 | 19-Jan-2004 |
Daniel Stenberg |
David Byron's --trace fix |
2431b2ca | 19-Jan-2004 |
Daniel Stenberg |
David Byron cleaned up how --trace with no option was treated, and also arguments in a config file without a required parameter! |
f44bc855 | 19-Jan-2004 |
Daniel Stenberg |
two minor build quirks |
52df162c | 19-Jan-2004 |
Daniel Stenberg |
nothing left for 7.11.0, the remaining items were moved to 7.11.1 as planned |
60787171 | 16-Jan-2004 |
Daniel Stenberg |
added this test, this is basicly a copy of test 91 but we return the first response with a size 5 instead of size 0, to see if this has an impact on the failure frequency - test 91 still fail
added this test, this is basicly a copy of test 91 but we return the first response with a size 5 instead of size 0, to see if this has an impact on the failure frequency - test 91 still fails occationally.
show more ...
|
61e3d75d | 16-Jan-2004 |
Daniel Stenberg |
Gisle Vanem's patch for variables that "might be used uninitialized" |
27b7220f | 16-Jan-2004 |
Daniel Stenberg |
silly me |
a275365c | 16-Jan-2004 |
Daniel Stenberg |
Avoid Curl_if2ip() on Interix as well. Fix by Rodney. |
80ef1bad | 16-Jan-2004 |
Daniel Stenberg |
removed unused stuff |
686c70c5 | 15-Jan-2004 |
Daniel Stenberg |
use the %dk display for one extra k of progress |
f94502ec | 15-Jan-2004 |
Daniel Stenberg |
automake 1.8 adjustment |
4c70c3e8 | 15-Jan-2004 |
Daniel Stenberg |
Added escaping of the function name in the AC_DEFUN() macros, so that automake 1.8+ stops complaining! |
84990cb1 | 15-Jan-2004 |
Daniel Stenberg |
Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docs I reworded some of the intial paragraphs to avoid 'NOTE2' |
eabbb533 | 15-Jan-2004 |
Daniel Stenberg |
now compressed out of the box |
898bf8bb | 15-Jan-2004 |
Daniel Stenberg |
issue 22 (better compressed manual) is fixed |
3d66d10f | 15-Jan-2004 |
Daniel Stenberg |
check for limits.h as well |
7052daf4 | 15-Jan-2004 |
Daniel Stenberg |
added missing parenthesis |