index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hostip.c
Age
Commit message (
Expand
)
Author
2009-12-30
VMS specific preprocessor symbol checking adjustments
Yang Tse
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-11-12
Constantine Sapuntzakis patch for hostip.c
Yang Tse
2009-11-12
Make hostip.c compile again
Yang Tse
2009-11-11
- Constantine Sapuntzakis posted bug #2891595
Daniel Stenberg
2009-09-01
- Peter Sylvester made a debug featuer for Curl_resolv() that now will force
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2008-11-06
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
Yang Tse
2008-10-30
Use our Curl_addrinfo definition even when an addrinfo struct is available.
Yang Tse
2008-10-20
*** empty log message ***
Yang Tse
2008-10-19
fix compiler warning
Yang Tse
2008-10-19
attempt to fix or allow further detection of an elusive icc SIGSEGV
Yang Tse
2008-10-19
attempt to fix compiler warning relative to potential misaligned data access
Yang Tse
2008-10-18
Removed a line of dead code (discovered by Coverity)
Dan Fandrich
2008-10-17
protect against 'use after free' or race condition
Yang Tse
2008-10-17
fix compiler warning
Yang Tse
2008-10-17
OOM condition fix
Yang Tse
2008-10-13
attempt to fix or allow further detection of an elusive icc SIGSEGV
Yang Tse
2008-10-10
attempt to fix or allow further detection of an elusive icc SIGSEGV
Yang Tse
2008-10-03
fix another error introduced in previously mentioned commit
Yang Tse
2008-10-03
fix error introduced in previous commit
Yang Tse
2008-10-02
take 2 at fixing compiler warning: argument might be clobbered by `longjmp' o...
Yang Tse
2008-10-02
fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'
Yang Tse
2008-10-01
Fixed some compiler warnings with gcc
Dan Fandrich
2008-09-29
Fixed a couple of compile warnings.
Dan Fandrich
2008-09-29
Moved all signal-based name resolution timeout handling into a single new
Dan Fandrich
2008-09-24
ntoa() and inet_ntoa_r() no longer used
Yang Tse
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-09-02
Removed some redundant type casts
Dan Fandrich
2008-07-09
- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I
Daniel Stenberg
2008-03-11
- Dmitry Popov filed bug report #1911069
Daniel Stenberg
2008-01-15
Woops, partly revert my previous commit and do it slightly differently instead.
Daniel Stenberg
2008-01-15
I made the torture test on test 530 go through. This was actually due to
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-09-28
Renamed a variable to avoid shadowing a global declarations.
Dan Fandrich
2007-08-26
Fixed some minor mismatched types found by splint.
Dan Fandrich
2007-07-01
Thomas J. Moore provided a patch that introduces Kerberos5 support in
Daniel Stenberg
2007-06-26
Robert Iakobashvili re-arranged the internal hash code to work with a custom
Daniel Stenberg
2007-04-25
Steve Little's fixes to allow compilation on VMS 64-bit mode
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-21
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
Yang Tse
2006-08-21
Workaround for Cray UNICOS 9.0 to fix ftp.
Dan Fandrich
2006-08-16
Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MP
Dan Fandrich
2006-07-25
Fix warning: no newline at end of file
Yang Tse
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-25
Moved functions common to IPv4 and C-ares to hostip.c;
Gisle Vanem
2006-07-25
Remove comment about c-ares not supporting IPv6.
Gisle Vanem
2006-07-21
Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().
Gisle Vanem
2006-07-21
Constify 'hostname' and 'service' to various resolver functions.
Gisle Vanem
[prev]
[next]