256a16a8 | 15-Mar-2004 |
Daniel Stenberg |
if the global_init() is called from within curl_easy_init() and returns an error code, we now make curl_easy_init fail and return NULL. |
30e0891d | 15-Mar-2004 |
Daniel Stenberg |
ignore these files |
8147ccdf | 15-Mar-2004 |
Daniel Stenberg |
automake file for this dir |
26ab2866 | 15-Mar-2004 |
Daniel Stenberg |
provide URLs to two patches mentioned |
73880788 | 15-Mar-2004 |
Daniel Stenberg |
NTLM fix |
03a0988c | 15-Mar-2004 |
Daniel Stenberg |
better formatting to create fine links in the web version |
7de892ee | 15-Mar-2004 |
Daniel Stenberg |
more formatting fixes |
8c4e91a6 | 15-Mar-2004 |
Daniel Stenberg |
refer to function names better to enhance the HTML output |
8f770304 | 15-Mar-2004 |
Daniel Stenberg |
Initial commit of the first attempt to make three new *strerror() functions. No protos in the headers yet and no docs. |
546d0bd3 | 15-Mar-2004 |
Daniel Stenberg |
windows builds now report a slightly different "OS" string |
5d53b544 | 15-Mar-2004 |
Daniel Stenberg |
check for m4 version in buildconf |
6dc8fac1 | 15-Mar-2004 |
Daniel Stenberg |
random formatting updates to look better in HTML version |
8114f856 | 15-Mar-2004 |
Daniel Stenberg |
use .NF for the struct part to looke better in HTML format some function references properly |
c79fa187 | 15-Mar-2004 |
Daniel Stenberg |
more fixes |
237ec68b | 15-Mar-2004 |
Daniel Stenberg |
better formatting of functions to get better links in the web version |
4ebf4f6e | 15-Mar-2004 |
Daniel Stenberg |
better mentioning of other functions to create proper hrefs in the web version |
4d86593f | 15-Mar-2004 |
Daniel Stenberg |
build_vms.com is removed from here |
ec050ccb | 15-Mar-2004 |
Daniel Stenberg |
Marty Kuhrt's VMS updates |
f19cade5 | 15-Mar-2004 |
Daniel Stenberg |
Added the new vms subdir in the packages dir |
a2f35aaf | 15-Mar-2004 |
Daniel Stenberg |
new vms subdir |
e5c4b6b3 | 15-Mar-2004 |
Daniel Stenberg |
not used anymore since Marty Kuhrt's recent VMS updates |
bad978fe | 15-Mar-2004 |
Daniel Stenberg |
Marty Kuhrt's provided files for the VMS package |
bea9152a | 15-Mar-2004 |
Daniel Stenberg |
Check for a GNU version of m4, since autoconf won't run nicely without one. |
f788f988 | 14-Mar-2004 |
Daniel Stenberg |
fix signed and unsigned warnings |
d04ffd25 | 13-Mar-2004 |
Daniel Stenberg |
postsize is off_t now, so we typecase it to int before doing normal printf with it (knowing it won't be larger than what fits in an int) |