History log of /curl/lib/hostip6.c (Results 51 – 75 of 100)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3184a91e 30-Dec-2009 Yang Tse

VMS specific preprocessor symbol checking adjustments


Revision tags: curl-7_19_7, curl-7_19_6, curl-7_19_5
# 33a3753c 21-Apr-2009 Yang Tse

libcurl's memory.h renamed to curl_memory.h


# 9770899a 21-Apr-2009 Yang Tse

Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respecti

Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respectively.

show more ...


Revision tags: curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1
# c2c800d8 30-Oct-2008 Yang Tse

Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
implementation from lib/hostip6.c to lib/curl_addrinfo.c
and prototypes from lib/hostip.h to lib/curl_addrinfo.h


# 0ce97f77 30-Oct-2008 Yang Tse

Use our Curl_addrinfo definition even when an addrinfo struct is available.

Use a wrapper function to call system's getaddrinfo().


# e29f62f0 27-Oct-2008 Yang Tse

add null-pointer check


# 8f467b42 29-Sep-2008 Dan Fandrich

Removed unneeded includes of signal.h and setjmp.h


# 4e909ee8 24-Sep-2008 Yang Tse

ntoa() and inet_ntoa_r() no longer used


Revision tags: curl-7_19_0
# 432945e4 27-Jul-2008 Dan Fandrich

Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4
address in an IPv6 capable libcurl.


Revision tags: curl-7_18_2, curl-7_18_1, curl-7_18_0
# cbd1a77e 07-Nov-2007 Daniel Stenberg

if () => if()
while () => while()
and some other minor re-indentings


Revision tags: curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4
# 54967d2a 01-Jul-2007 Daniel Stenberg

Thomas J. Moore provided a patch that introduces Kerberos5 support in
libcurl. This also makes the options change name to --krb (from --krb4) and
CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but

Thomas J. Moore provided a patch that introduces Kerberos5 support in
libcurl. This also makes the options change name to --krb (from --krb4) and
CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still

show more ...


Revision tags: curl-7_16_3, curl-7_16_2
# c514a2a8 26-Feb-2007 Gisle Vanem

Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".


# a1d59839 16-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling


Revision tags: curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5
# e6ea8f11 27-Jul-2006 Daniel Stenberg

put back the correct logic, as the change dated July 11th 2006 added bad
behaviour and a socket leak


# 13616f8f 25-Jul-2006 Yang Tse

Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.


# f2aa3b21 24-Jul-2006 Gisle Vanem

Use the proper Curl_freeaddrinfo() for CURLRES_ARES.


# 5cdbd0cf 21-Jul-2006 Gisle Vanem

Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().


# a55c70d4 21-Jul-2006 Gisle Vanem

Constify 'hostname' and 'service' to various resolver functions.


# 02938a01 21-Jul-2006 Gisle Vanem

Changes for combination ENABLE_IPV6 and USE_ARES.


# d46de5ab 20-Jul-2006 Gisle Vanem

Avoid warning "comparison of unsigned expression < 0 is always false"


# fe22872d 11-Jul-2006 Yang Tse

include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.


# 55138753 04-Jul-2006 Yang Tse

Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.


# 43369b80 03-Jul-2006 Yang Tse

Fix compiler warning.


Revision tags: curl-7_15_4
# 9bece2b3 05-May-2006 Daniel Stenberg

additional renames of Curl_ourerrno => Curl_sockerrno


# e85e3054 04-May-2006 Daniel Stenberg

Roland Blom filed bug report #1481217
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows

Roland Blom filed bug report #1481217
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows to
get error details after socket-related function calls, when it really should
use WSAGetLastError() instead.

When changing to this, the former function Curl_ourerrno() is now instead
called Curl_sockerrno() as it is necessary to only use it to get errno from
socket-related functions as otherwise it won't work as intended on Windows.

show more ...


1234