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
/
ares
/
ares_getnameinfo.c
Age
Commit message (
Expand
)
Author
2007-10-04
Another timeout fix in ares_getnameinfo().
Steinar H. Gunderson
2007-10-04
Send the timeout count in ares_getnameinfo().
Steinar H. Gunderson
2007-09-28
Make the query callbacks return the number of timeouts that happened during t...
Steinar H. Gunderson
2007-07-03
few minor changes to make ares compile for NetWare CLIB architecture.
Gunter Knauf
2007-02-26
Removed inclusion of <sys/types.h> in .c-files
Gisle Vanem
2007-02-06
compiler warning fix
Yang Tse
2007-02-05
compiler warning fix
Yang Tse
2007-02-02
compiler warning fix
Yang Tse
2007-02-01
compiler warning fix
Yang Tse
2007-02-01
compiler warning fix
Yang Tse
2007-01-29
fix compiler warning "discards qualifiers from pointer target type" in debug ...
Yang Tse
2006-10-25
Fixed "'x' might be used uninitialized in this function" warning.
Gisle Vanem
2006-08-29
Brad Spencer did
Daniel Stenberg
2005-12-11
Undo last changes
Yang Tse
2005-12-11
Fix compiler warning and compatibility issue with the type of the parameter u...
Yang Tse
2005-12-10
Modified lookup_service() to avoid the risk of a potential buffer overflow
Yang Tse
2005-12-09
Fix compiler warning
Yang Tse
2005-11-25
Change based on Yang Tse's excellent fix to reduce buffer overflow risk and
Daniel Stenberg
2005-11-24
avoid doing #if an a predef symbol that might not be defined
Daniel Stenberg
2005-11-14
Added CVS id.
Gisle Vanem
2005-10-03
Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code
Daniel Stenberg
2005-09-21
1 - attempted fix of uninitialized variable
Daniel Stenberg
2005-09-18
Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...
Dominick Meglio
2005-05-17
More of the same
Dominick Meglio
2005-05-17
More compiler warning cleanups
Dominick Meglio
2005-05-16
Cleaned up some compile warnings
Dominick Meglio
2005-05-16
Added ares_getnameinfo which mimics the getnameinfo API
Dominick Meglio