4b3f800c | 31-Mar-2003 |
Daniel Stenberg |
Frankie Fong filed bug report #708708 which identified a problem with ConnectionExists() when first doing a proxy connecto to a HTTPS site and then switching over to a HTTP connection to the
Frankie Fong filed bug report #708708 which identified a problem with ConnectionExists() when first doing a proxy connecto to a HTTPS site and then switching over to a HTTP connection to the same host. This fix corrects the problem.
show more ...
|
82bc76b2 | 29-Mar-2003 |
Daniel Stenberg |
Dan Shearer's fix from bug report #618892, which makes 'curl -O' output an error message about a missing URL. |
18b9b049 | 28-Mar-2003 |
Daniel Stenberg |
send as much as possible of the POST at once |
87f1f08b | 27-Mar-2003 |
Daniel Stenberg |
added section titles and a CONTACT paragraph asking people to use the mailing lists |
7d7ebbe9 | 26-Mar-2003 |
Daniel Stenberg |
fixed the pkg-config stuff for rh9 |
5111ce78 | 26-Mar-2003 |
Daniel Stenberg |
add URLs to patch and diff |
20b0e563 | 26-Mar-2003 |
Daniel Stenberg |
mention the URL to the mailing lists |
8b6cf239 | 25-Mar-2003 |
Daniel Stenberg |
attempt to extract openssl information using pkg-config |
bcc285cf | 25-Mar-2003 |
Daniel Stenberg |
Renamed configure.in to configure.ac, as this is the supposedly new preferred name for it. |
d5ba0309 | 25-Mar-2003 |
Daniel Stenberg |
use init and copyright to get a better header in the generated script |
803f4359 | 25-Mar-2003 |
Daniel Stenberg |
white space and indent fix |
904b9cca | 24-Mar-2003 |
Daniel Stenberg |
ignore getdate.c |
89721ff0 | 24-Mar-2003 |
Daniel Stenberg |
Richard Bramante's provided a fix for a handle re-use problem seen when you change options on an SSL-enabled connection between requests. |
61648239 | 24-Mar-2003 |
Daniel Stenberg |
Removed the "TC TrustCenter, Germany, Class 0 CA." certificate: "It is a DEMO certificate and was never intended to be in any list of trusted CA certificates." (quote by G�tz Ba
Removed the "TC TrustCenter, Germany, Class 0 CA." certificate: "It is a DEMO certificate and was never intended to be in any list of trusted CA certificates." (quote by G�tz Babin-Ebell, trustcenter.de)
show more ...
|
f8b3c47f | 24-Mar-2003 |
Daniel Stenberg |
all those changes |
56dd2da9 | 21-Mar-2003 |
Daniel Stenberg |
Hopefully this change addresses these two bug reports: 707003 and 706624. We need to make sure that when we init a 'connectdata' struct and then afterwards check for and re-use another o
Hopefully this change addresses these two bug reports: 707003 and 706624. We need to make sure that when we init a 'connectdata' struct and then afterwards check for and re-use another one, we must be careful so that the newly set values are transmitted and used in the surviving connectdata struct.
show more ...
|
68bb74d1 | 20-Mar-2003 |
Daniel Stenberg |
lib/getdate.c.cvs may need a rename if you don't have yacc or bison |
bf5e12c8 | 20-Mar-2003 |
Daniel Stenberg |
if the cvs update fails, don't continue further |
de11f5e5 | 19-Mar-2003 |
Daniel Stenberg |
make the ENGINE depend on the USE_SSLEAY define too |
b125e8e2 | 19-Mar-2003 |
Daniel Stenberg |
set binary mode for some file handling and it might work better on some cygwin installations (using DOS-style files somehow?) |
b28b616e | 19-Mar-2003 |
Daniel Stenberg |
typecast the conversion from const char * to char * |
4534ca23 | 19-Mar-2003 |
Daniel Stenberg |
Rename getdate.c to getdate.c.cvs, since the "normal" build procedure do imply that yacc/bison exists and can generate this file. Those without one of those tools can then checkout and rename
Rename getdate.c to getdate.c.cvs, since the "normal" build procedure do imply that yacc/bison exists and can generate this file. Those without one of those tools can then checkout and rename the getdate.c.cvs file.
show more ...
|
cee0e942 | 18-Mar-2003 |
Daniel Stenberg |
clarify that 22 can be returned on --fail for all HTTP errors being 400 or above |
8319ea70 | 17-Mar-2003 |
Daniel Stenberg |
more defensive checking as platforms differ... |
5334a58f | 17-Mar-2003 |
Daniel Stenberg |
Andy Cedilnik's corrections |