dc050e45 | 15-Apr-2005 |
Daniel Stenberg |
started adding "keywords" for each test, to better allow us to sum up what kind of tests we have and how many tests that test certain features |
2fcbf139 | 15-Apr-2005 |
Daniel Stenberg |
add needed include |
099ae315 | 15-Apr-2005 |
Dominick Meglio |
Attempted to fix c-ares not building on non-IPv6 systems |
c2fcdf3a | 15-Apr-2005 |
Daniel Stenberg |
if libgnutls-config isn't found in the given path, deal with it nicer (but it is still likely to not do very good since it can't figure out all the lib dependencies) |
2056a538 | 14-Apr-2005 |
Daniel Stenberg |
Two new slowdown tests for better testing of the FTP response reader function when the response come in many small chunks. |
cd1144dc | 14-Apr-2005 |
Daniel Stenberg |
make the ftp server support reply/servercmd, and make SLOWDOWN work, and update the docs accordingly |
e9d068b9 | 13-Apr-2005 |
Daniel Stenberg |
oops, only negative numbers are errors |
ec2ad57c | 13-Apr-2005 |
Dan Fandrich |
Mention GnuTLS and fix a few spelling errors. |
316adac5 | 13-Apr-2005 |
Daniel Stenberg |
don't bail out just because the ca file has a problem, it might be OK |
d7b11d4c | 13-Apr-2005 |
Daniel Stenberg |
fix port number |
c52aa6df | 13-Apr-2005 |
Daniel Stenberg |
GnuTLS support |
a19b23b5 | 13-Apr-2005 |
Daniel Stenberg |
extended the multi-thread explanation |
4e26b2a6 | 13-Apr-2005 |
Daniel Stenberg |
fix compiler warning |
7c4feac6 | 13-Apr-2005 |
Dan Fandrich |
Allow environment variables to override default autotools. |
e01e364c | 12-Apr-2005 |
Daniel Stenberg |
next release will be version 7.14.0 thanks to the added GnuTLS support |
c13a3d7b | 12-Apr-2005 |
Daniel Stenberg |
Provides an unconditional strlcat() proto even if strlcat() was found by configure. An attempt to fix warnings when we build and the strlcat() function is provided by one if the libs (gss or
Provides an unconditional strlcat() proto even if strlcat() was found by configure. An attempt to fix warnings when we build and the strlcat() function is provided by one if the libs (gss or krb4) since then we have no protos for it in a system header.
show more ...
|
67805b6d | 12-Apr-2005 |
Daniel Stenberg |
requires OpenSSL, as our GnuTLS doesn't provide support for CURLOPT_SSL_CTX_FUNCTION (yet). |
0050ab2a | 12-Apr-2005 |
Daniel Stenberg |
support tests that requires 'OpenSSL' specificly |
60e66c6c | 11-Apr-2005 |
Daniel Stenberg |
credits |
5ad2a253 | 11-Apr-2005 |
Daniel Stenberg |
refresh |
b5d50e92 | 11-Apr-2005 |
Daniel Stenberg |
5.12 Can I make libcurl fake or hide my real IP address? |
37f7362a | 10-Apr-2005 |
Daniel Stenberg |
HTTP 304 response with Content-Length: header |
bee198de | 09-Apr-2005 |
Dominick Meglio |
Removed usage of u_int and u_char |
f09e479f | 09-Apr-2005 |
Daniel Stenberg |
Blah, revert my removal of the extra check since the problem is there for real. Archived thread of the help-gnutls mailing list regarding this problem: http://lists.gnu.org/archive/
Blah, revert my removal of the extra check since the problem is there for real. Archived thread of the help-gnutls mailing list regarding this problem: http://lists.gnu.org/archive/html/help-gnutls/2005-04/msg00000.html (and I _am_ sorry for my confused behaviour on this problem.)
show more ...
|
80fe93bc | 09-Apr-2005 |
Daniel Stenberg |
OK, I must've been halucinating or something because I no longer see the bug I thought I saw before when I changed this...! |