2a6e1ea8 | 15-Aug-2001 |
Daniel Stenberg |
internal functions should not use 'CURL *' as arguments, I replaced them with the more appropriate 'struct UrlData *' instead. |
ea6d35d9 | 15-Aug-2001 |
Daniel Stenberg |
added getinfo.h |
a80f65c5 | 15-Aug-2001 |
Daniel Stenberg |
David James made it build 7.8.1 pre 5 |
77517566 | 14-Aug-2001 |
Daniel Stenberg |
CURL_GLOBAL_WIN32 updates |
2de6d8ba | 14-Aug-2001 |
Daniel Stenberg |
"added in 7.8.1" |
b8c69928 | 14-Aug-2001 |
Daniel Stenberg |
geez, I'd ruined Nico's socklen_t define, corrected it now |
b73746ae | 14-Aug-2001 |
Daniel Stenberg |
Nico's updates |
ca06bbe5 | 14-Aug-2001 |
Daniel Stenberg |
redirected stderr problem fixed, VC build with SSL makefile fix, big form post fix, no more globals in ssl code fix, size_t and const fix, a few VMS changes |
a9665b09 | 14-Aug-2001 |
Daniel Stenberg |
exchanged the second and third argument to fwrite(), as that makes it look good on VMS. Removed a '#if 0' section, made Curl_getmyhost static and cut off the 'Curl_' prefix |
1ad70237 | 14-Aug-2001 |
Daniel Stenberg |
#include <curl/mprintf.h> |
1a7e13e1 | 14-Aug-2001 |
Daniel Stenberg |
curl_memdebug takes a const argument now |
3a37c0ae | 14-Aug-2001 |
Daniel Stenberg |
(un)signed and const cleanup |
ccb3a13c | 14-Aug-2001 |
Daniel Stenberg |
--enable-debug now sets the following CFLAGS: -W -Wall -Wwrite-strings -pedantic -g |
94a38864 | 14-Aug-2001 |
Daniel Stenberg |
minor fixes for compiler warnings |
616d8eda | 14-Aug-2001 |
Daniel Stenberg |
Curl_open() only take one argument now, Curl_ldap_done() and Curl_dict_done() were removed, compiler warnings corrected |
85bb25e6 | 14-Aug-2001 |
Daniel Stenberg |
const and (un)signed fixes |
83a5e390 | 14-Aug-2001 |
Daniel Stenberg |
const and unsigned/signed fixes |
bd0afd8d | 14-Aug-2001 |
Daniel Stenberg |
removed the use of the global array for the password that was necessary for OpenSSL versions prior to 0.9.4, this is conditional and should still work with older versions. |
2d68ea45 | 14-Aug-2001 |
Daniel Stenberg |
size_t and const |
5f42ef8f | 14-Aug-2001 |
Daniel Stenberg |
cleaned up some of the size_t and const mess |
dff01454 | 14-Aug-2001 |
Daniel Stenberg |
removed unused code, added const |
8e1f95ac | 14-Aug-2001 |
Daniel Stenberg |
cleaned up some picky compiler warnings and indented the code curl style |
95e7e551 | 14-Aug-2001 |
Daniel Stenberg |
added const char * => char * typecast |
5afc6948 | 14-Aug-2001 |
Daniel Stenberg |
const-ified lots of function arguments |
b1c57788 | 14-Aug-2001 |
Daniel Stenberg |
const-ified the code, removed Curl_ldap_done() |