History log of /curl/lib/hostip4.c (Results 51 – 75 of 93)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_19_0
# 0cd8840d 09-Jul-2008 Daniel Stenberg

- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I
edited it slightly. Now you should be able to use IPv6 addresses fine even
with libcurl built to use c-ares.


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
# c0095d6d 11-Jul-2007 Gunter Knauf

removed now obsolete NETDB_DEFINE_CONTEXT macro calls.


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


# afdfa4be 30-Jun-2007 Gunter Knauf

minor patches to enable building for NetWare CLIB.
sent by Dmitry Mityugov.


Revision tags: curl-7_16_3, curl-7_16_2
# d6eca892 25-Mar-2007 Yang Tse

fix compiler warning


# 3229a80c 22-Mar-2007 Dan Fandrich

Fixed unused variable compiler warning.


# 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


# d0aca801 06-Feb-2007 Yang Tse

compiler warning fix


# bc2183b4 05-Feb-2007 Yang Tse

compiler warning fix


# 82f52e5a 03-Feb-2007 Yang Tse

compiler warning fix


# c26ec47e 02-Feb-2007 Yang Tse

compiler warning fix


Revision tags: curl-7_16_1, curl-7_16_0
# 772a985d 27-Oct-2006 Yang Tse

Update copyright year, since the file has been modified


Revision tags: curl-7_15_6-prepipeline
# 4031eb1d 29-Aug-2006 Gisle Vanem

Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended."


# ac02d379 08-Aug-2006 Gunter Knauf

moved ugly NetWare hack to hostip.h so that hostip.c uses it too.


Revision tags: curl-7_15_5
# 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>.


# e4d6ade4 25-Jul-2006 Gisle Vanem

Moved functions common to IPv4 and C-ares to hostip.c;
Curl_freeaddrinfo() and Curl_ip2addr().


# 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.


# d2cefc14 14-Jul-2006 Yang Tse

Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493.


# fe22872d 11-Jul-2006 Yang Tse

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


Revision tags: curl-7_15_4
# 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, curl-7_15_1, curl-7_15_0
# 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


1234