b7fc1e45 | 14-Mar-2001 |
Daniel Stenberg |
now works with IPv6 and HTTP proxy |
3395a2fa | 14-Mar-2001 |
Daniel Stenberg |
netrc fix |
a564a54e | 14-Mar-2001 |
Daniel Stenberg |
hm, don't free the home dir and append the .netrc part properly |
92186dc3 | 14-Mar-2001 |
Daniel Stenberg |
checks for a few functions and include files more for the new getpwuid() stuff in lib/netrc.c |
7bd6507e | 14-Mar-2001 |
Daniel Stenberg |
uses getpwuid() to find user's home dir |
d4cc810d | 14-Mar-2001 |
Daniel Stenberg |
added a missing \ |
bea7bbee | 14-Mar-2001 |
Daniel Stenberg |
always append the incoming request to the server.input file, it allows the mainscript to verify a whole series of requests |
fe64570d | 14-Mar-2001 |
Daniel Stenberg |
updated to work with the modified http server |
df6ad8d8 | 14-Mar-2001 |
Daniel Stenberg |
Added test case 38 |
f8e1fc32 | 14-Mar-2001 |
Daniel Stenberg |
Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields from urldata to connectdata, quite correctly. |
8c6d56f1 | 14-Mar-2001 |
Daniel Stenberg |
Added the --egd-file and --random-file options |
1841c8ee | 14-Mar-2001 |
Daniel Stenberg |
curl 7.7 beta 3 |
70793595 | 14-Mar-2001 |
Daniel Stenberg |
removed the two unnecessary include files |
28a8e160 | 14-Mar-2001 |
Daniel Stenberg |
ssluse fixed, various win32 fixes |
cce05b91 | 14-Mar-2001 |
Daniel Stenberg |
Bj�rn Stenberg corrected the silly '(void)data' usage when SSL is not used |
72a7fd4d | 14-Mar-2001 |
Daniel Stenberg |
J�rn's updated file |
9a6a476c | 14-Mar-2001 |
Daniel Stenberg |
the URL escape/unescape functions are also public but undocumented |
5d0efedd | 14-Mar-2001 |
Daniel Stenberg |
First J�rn's updates were applied, then my take at removing the private functions from the list, then I renamed the *str(n)equal functions... |
a426818a | 14-Mar-2001 |
Daniel Stenberg |
no longer includes the curl/types.h and curl/easy.h include files explicitly, as they're taken care of indirectly by curl/curl.h these days. |
bfe413d8 | 14-Mar-2001 |
Daniel Stenberg |
increased the 'current' number for the interface |
dbbd2064 | 14-Mar-2001 |
Daniel Stenberg |
Curl_str(n)equal renamed to curl_str(n)equal |
b8fe4deb | 14-Mar-2001 |
Daniel Stenberg |
documented the undocumented public functions in libcurl |
332a016e | 14-Mar-2001 |
Daniel Stenberg |
chunked bugfix, J�rn's fixes, the interface number increase |
3738e4bd | 14-Mar-2001 |
Daniel Stenberg |
The Curl_* prefixes are now changed for curl_* ones, as these two functions are used externally and thus are public symbols. |
3201d2da | 14-Mar-2001 |
Daniel Stenberg |
J�rn added "#define socklen_t int" |