History log of /curl/lib/hostip.c (Results 176 – 200 of 396)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3184a91e 30-Dec-2009 Yang Tse

VMS specific preprocessor symbol checking adjustments


# 59939313 18-Nov-2009 Yang Tse

Make usage of calloc()'s arguments consistent with rest of code base


# 05a4abea 12-Nov-2009 Yang Tse

Constantine Sapuntzakis patch for hostip.c

No need for a separate variable ndns.

The memory leak detection will detect code that fails to release a dns reference.

The DEBUG

Constantine Sapuntzakis patch for hostip.c

No need for a separate variable ndns.

The memory leak detection will detect code that fails to release a dns reference.

The DEBUGASSERT will detect code that releases too many references.

show more ...


# 668dc0ad 12-Nov-2009 Yang Tse

Make hostip.c compile again


# fb5f3328 11-Nov-2009 Daniel Stenberg

- Constantine Sapuntzakis posted bug #2891595
(http://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry
in the DNS cache would linger too long if the request that added

- Constantine Sapuntzakis posted bug #2891595
(http://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry
in the DNS cache would linger too long if the request that added it was in
use that long. He also provided the patch that now makes libcurl capable of
still doing a request while the DNS hash entry may get timed out.

show more ...


Revision tags: curl-7_19_7
# 7e07da97 01-Sep-2009 Daniel Stenberg

- Peter Sylvester made a debug featuer for Curl_resolv() that now will force
libcurl to resolve 'localhost' whatever name you use in the URL *if* you set
the --interface option to (exactl

- Peter Sylvester made a debug featuer for Curl_resolv() that now will force
libcurl to resolve 'localhost' whatever name you use in the URL *if* you set
the --interface option to (exactly) "LocalHost". This will enable us to
write tests for custom hosts names but still use a local host server.

show more ...


Revision tags: 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
# a0ef686c 06-Nov-2008 Yang Tse

Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
which now also takes a protocol address family argument.


Revision tags: curl-7_19_1
# 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().


# 6983ba32 20-Oct-2008 Yang Tse

*** empty log message ***


# b843c273 19-Oct-2008 Yang Tse

fix compiler warning


# 5779283a 19-Oct-2008 Yang Tse

attempt to fix or allow further detection of an elusive icc SIGSEGV


# 29ba1730 19-Oct-2008 Yang Tse

attempt to fix compiler warning relative to potential misaligned data access


# feff911f 18-Oct-2008 Dan Fandrich

Removed a line of dead code (discovered by Coverity)


# 8254bbae 17-Oct-2008 Yang Tse

protect against 'use after free' or race condition


# 4acbe8f2 17-Oct-2008 Yang Tse

fix compiler warning


# 2ea70a5c 17-Oct-2008 Yang Tse

OOM condition fix


# d6114165 13-Oct-2008 Yang Tse

attempt to fix or allow further detection of an elusive icc SIGSEGV


# c455254f 10-Oct-2008 Yang Tse

attempt to fix or allow further detection of an elusive icc SIGSEGV


# aec76191 03-Oct-2008 Yang Tse

fix another error introduced in previously mentioned commit


# 7d750d2b 03-Oct-2008 Yang Tse

fix error introduced in previous commit


# bdf17244 02-Oct-2008 Yang Tse

take 2 at fixing compiler warning: argument might be clobbered by `longjmp' or `vfork'


# 26a651f7 02-Oct-2008 Yang Tse

fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'


# 88513d2d 01-Oct-2008 Dan Fandrich

Fixed some compiler warnings with gcc


12345678910>>...16