49990878 | 15-Aug-2001 |
Daniel Stenberg |
modified the Curl_perform() proto |
bff5f1b9 | 15-Aug-2001 |
Sterling Hughes |
must merge before commit must merge before commit must merge before commit |
6e22b742 | 15-Aug-2001 |
Daniel Stenberg |
removed protos that were moved to url.h and the new getinfo.h |
a547f3a2 | 15-Aug-2001 |
Daniel Stenberg |
moved the url.c prototypes to here |
db9bb922 | 15-Aug-2001 |
Daniel Stenberg |
calls Curl_initinfo() in perform(). |
79948171 | 15-Aug-2001 |
Sterling Hughes |
begin abstraction process... |
5ce97dbf | 15-Aug-2001 |
Daniel Stenberg |
prototypes for getinfo.c |
0879515d | 15-Aug-2001 |
Daniel Stenberg |
Added Curl_initinfo() that's supposed to init session-specific getinfo- variables |
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 |