Daniel Stenberg
|
8b80ac2877
|
use Curl_inet_pton(), not inet_pton().
|
2005-03-17 07:40:15 +00:00 |
|
Daniel Stenberg
|
6a2e21ec8c
|
FTP code turned into state machine. Not completely yet, but a good start.
The tag 'before_ftp_statemachine' was set just before this commit in case
of future need.
|
2005-02-09 13:06:40 +00:00 |
|
Daniel Stenberg
|
39af394a1c
|
removed tabs and trailing whitespace from source
|
2004-10-06 07:50:18 +00:00 |
|
Daniel Stenberg
|
a231a96841
|
actually, we check for a numerical host using either ipv4 or ipv6, as neither
should result in a reverse dns lookup
|
2004-08-20 09:18:12 +00:00 |
|
Daniel Stenberg
|
93b61bf0d3
|
use inet_pton() correctly!
|
2004-08-20 09:11:52 +00:00 |
|
Daniel Stenberg
|
c8c47768c7
|
Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and
this is an attempt to prevent it from doing that. affects ipv6-enabled only.
|
2004-08-19 06:44:19 +00:00 |
|
Daniel Stenberg
|
785bad388b
|
Gisle cleaned up remaining host resolve re-org issues
|
2004-06-24 14:39:52 +00:00 |
|
Daniel Stenberg
|
9f341f9ce5
|
Gisle Vanem's improved verbose output and timeout handling when connecting to
a host name that resolves to multiple IP addresses.
|
2004-06-10 11:06:21 +00:00 |
|
Daniel Stenberg
|
bbafb2eb27
|
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
|
2004-05-11 11:30:23 +00:00 |
|
Daniel Stenberg
|
92179ff990
|
corrected mistake
|
2004-04-26 15:11:56 +00:00 |
|
Daniel Stenberg
|
f5042cce34
|
IDN adjustments and host cleanups by Gisle
|
2004-04-26 14:03:25 +00:00 |
|
Daniel Stenberg
|
648e82f05d
|
Major hostip.c cleanup and split into multiple files and easier #ifdef
usage.
|
2004-04-26 07:20:11 +00:00 |
|