History log of /curl/lib/hostip4.c (Results 76 – 93 of 93)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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
# 4762995d 27-May-2005 Daniel Stenberg

avoid the sensitive word as it looks bad in some people's eyes


Revision tags: 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
# ab4086bc 31-Mar-2005 Daniel Stenberg

Updated the copyright year since changes have been this year.


# 8b80ac28 17-Mar-2005 Daniel Stenberg

use Curl_inet_pton(), not inet_pton().


# 61133545 16-Mar-2005 Daniel Stenberg

- Tru64 and some IRIX boxes seem to not like test 237 as it is. Their
inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted
address which makes a different failure...

- Tru64 and some IRIX boxes seem to not like test 237 as it is. Their
inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted
address which makes a different failure... Now I've modified the ipv4
resolve code to use inet_pton() instead in an attempt to make these systems
better detect this as a bad IP address rather than creating a toally bogus
address that is then passed on and used.

show more ...


Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2
# 49b2896a 06-Oct-2004 Daniel Stenberg

avoid warnings on systems with this member set const


# 39af394a 06-Oct-2004 Daniel Stenberg

removed tabs and trailing whitespace from source


Revision tags: curl-7_12_1
# c7a9e079 30-Jun-2004 Daniel Stenberg

simplified the check for when to free() the buf data


# 7a52f44b 29-Jun-2004 Daniel Stenberg

Gisle fixed a bad free from the resolve reorg, I changed type of the buf
variable to sort out some compiler warnings.


# 8879b57b 24-Jun-2004 Daniel Stenberg

ah, simplified my latest change more


# e49a6fea 24-Jun-2004 Daniel Stenberg

fix for systems without gethostbyname_r()


# 5e34f3dc 24-Jun-2004 Daniel Stenberg

made the Curl_he2ai() take the port number as an int intead, to avoid lots
of typecasts all over


# d6f9a415 24-Jun-2004 Daniel Stenberg

use Curl_addrinfo, not 'struct addrinfo'


# c39858aa 24-Jun-2004 Daniel Stenberg

Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
linked list for name resolved data, even on hosts/systems with only IPv4
stacks as this simplifies a lot of code.


Revision tags: pre-aifix, 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.


# 2370d4fa 26-Apr-2004 Daniel Stenberg

Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
warnings


# 648e82f0 26-Apr-2004 Daniel Stenberg

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


1234