History log of /curl/lib/hostip.c (Results 226 – 250 of 388)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_12_3
# dcea109b 18-Nov-2004 Daniel Stenberg

Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and
errors.


Revision tags: curl-7_12_2
# 6d1b37b3 10-Oct-2004 Daniel Stenberg

Prevent a longjmp warning by moving the rc assign within Curl_resolv().
Andy Cedilnik reported. Warning on HP-UX?


# 39af394a 06-Oct-2004 Daniel Stenberg

removed tabs and trailing whitespace from source


# 95def480 04-Oct-2004 Daniel Stenberg

Made the dns entry remain locked while a connection to the host remains to
allow verbose output during this period. Bertrand Demiddelaer reported and
helped fixing.


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

the _num_chars() function is not used, removing


# feb2dd28 24-Jun-2004 Daniel Stenberg

Replaced all uses of sprintf() with the safer snprintf(). It is just a
precaution to prevent mistakes to lead to buffer overflows.


# 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


# 560c257b 24-Jun-2004 Daniel Stenberg

prevent warning


# 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
# 8d76d401 10-Jun-2004 Daniel Stenberg

removed trailing whitespace


# 9f92657f 10-Jun-2004 Daniel Stenberg

Gisle corrected two comments


# 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
# e9056f5f 17-May-2004 Daniel Stenberg

if shrinking the buffer fails, use the older larger one


# bbafb2eb 11-May-2004 Daniel Stenberg

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


# 4250637e 04-May-2004 Daniel Stenberg

improved the cleaning up of memory when we fail to resolve names due to
out of memory (thanks to 'runtests.pl -t')


# 245e3122 26-Apr-2004 Daniel Stenberg

Made defines instead of plain numbers for the Curl_resolv() return code to
make the code easier to read


# 648e82f0 26-Apr-2004 Daniel Stenberg

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


Revision tags: curl-7_11_2
# 3755bffc 23-Apr-2004 Daniel Stenberg

Gisle Vanem found and fixed a memory leak when doing (failing) Windows
threaded name resolves.


# 62b7c08b 21-Apr-2004 Daniel Stenberg

include unistd.h as well for the close() proto on some platforms (like Tru64)


# dc25cd6f 20-Apr-2004 Daniel Stenberg

cleanup leftovers


# 68e8a0f0 14-Apr-2004 Daniel Stenberg

asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will
now cause the resolve function to return NULL immediately


# 1d0b5b50 14-Apr-2004 Daniel Stenberg

Curl_wait_for_resolv() could hang due to the bad timeout timer resolution and
some bad thinking on my part.


# 31a693b9 13-Apr-2004 Daniel Stenberg

Gisle Vanem's fix that makes the multi interface work on Windows again even
when not using ares.


Revision tags: c-ares-1_2_0
# eb6345de 12-Apr-2004 Daniel Stenberg

somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is there
even such platforms?)


# 5ca47f19 06-Apr-2004 Daniel Stenberg

the pack_hostent() proto isn't used/needed with ipv6 is enabled.

time to restructure this source file!


12345678910>>...16