d445eac1 | 15-Mar-2001 |
Daniel Stenberg |
connection timeout is now supported |
e0a6d20e | 15-Mar-2001 |
Daniel Stenberg |
J�rn's win32-fix to make it work better |
3bb979b8 | 15-Mar-2001 |
Daniel Stenberg |
corrected it, did I mention IPv6 with HTTP proxy? |
010daec7 | 15-Mar-2001 |
Daniel Stenberg |
Put more concentrated unix install help already at the top, with a note that you might need to be root to use 'make install'. |
e2b0ad84 | 14-Mar-2001 |
Daniel Stenberg |
added some text for -d that says it "emulates filling in HTML forms" as that is what most people will use -d for |
6eed9510 | 14-Mar-2001 |
Daniel Stenberg |
ipv6 adjustments |
4eb2a165 | 14-Mar-2001 |
Daniel Stenberg |
removed a bunch of warnings for IPv6-compiles |
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... |