e16bc916 | 19-Aug-2003 |
Daniel Stenberg |
check for CRYPTO_cleanup_all_ex_data as well |
a8c78cbb | 19-Aug-2003 |
Daniel Stenberg |
CRYPTO_cleanup_all_ex_data() is not present in all OpenSSL versions so we need to check for its presence in the configure script |
3a5a6038 | 19-Aug-2003 |
Daniel Stenberg |
better ignore pattern |
d4127245 | 19-Aug-2003 |
Daniel Stenberg |
test507 for multi with bad host name |
f95de767 | 19-Aug-2003 |
Daniel Stenberg |
test507 added |
33cf204e | 19-Aug-2003 |
Daniel Stenberg |
don't set done==TRUE if the host name doesn't resolve |
dafc652f | 19-Aug-2003 |
Daniel Stenberg |
Loren Kirkby pointed out that we need to call CRYPTO_cleanup_all_ex_data() when we cleanup the SSL stuff to not leak any memory. I wish this was documented anywhere. |
c16dd085 | 18-Aug-2003 |
Daniel Stenberg |
minor edit |
a7349a48 | 18-Aug-2003 |
Daniel Stenberg |
minor edits |
8042cd93 | 18-Aug-2003 |
Daniel Stenberg |
set the large-file support defines for the client too |
394faaeb | 17-Aug-2003 |
Daniel Stenberg |
setting WRITEFUNCTION or READFUNCTION to NULL will now reset the callback pointers to the internal default functions |
5c2df3e1 | 15-Aug-2003 |
Daniel Stenberg |
7.10.7 |
6fc55467 | 15-Aug-2003 |
Daniel Stenberg |
removed lots of "added in [version]" where [version] is resonably old |
a147a079 | 14-Aug-2003 |
Daniel Stenberg |
check for long long changed the use of AC_CHECK_TYPE as the previous approach is deprecated require 2.57 properly |
a10581d4 | 14-Aug-2003 |
Daniel Stenberg |
Possible code for large file support, added within #if 0 so far. |
cc2d6942 | 14-Aug-2003 |
Daniel Stenberg |
new Russian mirror both web and download |
3974c02b | 14-Aug-2003 |
Daniel Stenberg |
supprt for the new memlimit stuff |
09b5ddae | 14-Aug-2003 |
Daniel Stenberg |
added one "added in blabla" and removed a few |
acbcd68d | 14-Aug-2003 |
Daniel Stenberg |
Curl_SSL_InitSessions can return error, so check the return code and bail out if necessary |
4281470f | 14-Aug-2003 |
Daniel Stenberg |
Curl_llist_destroy() checks the input for non-NULL |
68a4aa67 | 14-Aug-2003 |
Daniel Stenberg |
new proto for Curl_hash_init |
905b1600 | 14-Aug-2003 |
Daniel Stenberg |
1. check allocs 2. don't leave allocated memory behind when returning error |
52596c33 | 14-Aug-2003 |
Daniel Stenberg |
return failure when the host cache creation fails |
73500267 | 14-Aug-2003 |
Daniel Stenberg |
activate the new memory limit tests if requested only set cookiejar if selected |
e6011e33 | 14-Aug-2003 |
Daniel Stenberg |
return failure when an alloc function fails |