History log of /curl/lib/hostip6.c (Results 76 – 100 of 100)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3cbb1b2b 26-Apr-2006 Gisle Vanem

Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines
(more logical).


Revision tags: curl-7_15_3, curl-7_15_2
# d1458812 13-Dec-2005 Yang Tse

Undo last 'fix', since it was not the proper one.


# 947f9dee 12-Dec-2005 Yang Tse

Fix compiler warning


# b15f3bb9 11-Dec-2005 Yang Tse

Undo last changes


# 36485e56 11-Dec-2005 Yang Tse

Fix compiler warning and compatibility issue with the type of the parameter used in getnameinfo() to receive the length of the sockaddr struct.


# c94f3e81 08-Dec-2005 Yang Tse

Fix compiler warning


Revision tags: curl-7_15_1
# cab59b4c 08-Nov-2005 Daniel Stenberg

Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since
we really have no use for reverse lookups of the address.

I truly hope these are the last reverse lookups we

Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since
we really have no use for reverse lookups of the address.

I truly hope these are the last reverse lookups we had lingering in the
code!

show more ...


# 021e786c 20-Oct-2005 Daniel Stenberg

Added a dump_addrinfo() function to ease debugging of resolved names. Define
DEBUG_ADDRINFO to enable.


Revision tags: curl-7_15_0
# b2be6799 10-Oct-2005 Daniel Stenberg

pass a NULL pointer in the service argument (the second) if the port number
was 0 as it seems at least some AIX versions don't like a "0" string there


# e7093b3c 16-Sep-2005 Daniel Stenberg

keep 'socktype' in the connectdata struct and make sure we use that for all
protocol sockets even if the resolved address may say otherwise


# 56d9624b 02-Sep-2005 Daniel Stenberg

John Kelly added TFTP support to libcurl. A bunch of new error codes was
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to
list of protocols whereever those are mentio

John Kelly added TFTP support to libcurl. A bunch of new error codes was
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to
list of protocols whereever those are mentioned.

show more ...


Revision tags: curl-7_14_1, c-ares-1_3_0, curl-7_14_0
# 5f0366c2 19-Apr-2005 Daniel Stenberg

only define _REENTRANT if not already defined, and only in setup.h


Revision tags: curl-7_13_2
# 553c5a75 17-Mar-2005 Daniel Stenberg

include inet_pton.h


# 8b80ac28 17-Mar-2005 Daniel Stenberg

use Curl_inet_pton(), not inet_pton().


Revision tags: curl-7_13_1
# 6a2e21ec 09-Feb-2005 Daniel Stenberg

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.


Revision tags: before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2
# 39af394a 06-Oct-2004 Daniel Stenberg

removed tabs and trailing whitespace from source


# a231a968 20-Aug-2004 Daniel Stenberg

actually, we check for a numerical host using either ipv4 or ipv6, as neither
should result in a reverse dns lookup


# 93b61bf0 20-Aug-2004 Daniel Stenberg

use inet_pton() correctly!


# c8c47768 19-Aug-2004 Daniel Stenberg

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.


Revision tags: curl-7_12_1
# 785bad38 24-Jun-2004 Daniel Stenberg

Gisle cleaned up remaining host resolve re-org issues


Revision tags: pre-aifix
# 9f341f9c 10-Jun-2004 Daniel Stenberg

Gisle Vanem's improved verbose output and timeout handling when connecting to
a host name that resolves to multiple IP addresses.


Revision tags: curl-7_12_0
# bbafb2eb 11-May-2004 Daniel Stenberg

curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.


# 92179ff9 26-Apr-2004 Daniel Stenberg

corrected mistake


# f5042cce 26-Apr-2004 Daniel Stenberg

IDN adjustments and host cleanups by Gisle


# 648e82f0 26-Apr-2004 Daniel Stenberg

Major hostip.c cleanup and split into multiple files and easier #ifdef
usage.


1234