Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-02 | Use build-time configured ares_socklen_t instead of socklen_t | Yang Tse | |
2008-11-28 | Make use of gethostname() conditional on it being available | Dan Fandrich | |
2008-09-17 | improve detection of getservbyport_r() | Yang Tse | |
2008-09-17 | adjust inclusion of "nameser.h" | Yang Tse | |
2008-09-15 | include header file only when available | Yang Tse | |
2008-09-11 | move inclusion of ares_private.h last | Yang Tse | |
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 ↵ | Steinar H. Gunderson | |
the execution of a query, and update documentation accordingly. (Patch from the Google tree.) | |||
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 | |
since it's already included through "setup.h". | |||
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 | |
builds | |||
2006-10-25 | Fixed "'x' might be used uninitialized in this function" warning. | Gisle Vanem | |
Removed trailing whitespace. | |||
2006-08-29 | Brad Spencer did | Daniel Stenberg | |
o made ares_version.h use extern "C" for c++ compilers o fixed compiler warnings in ares_getnameinfo.c o fixed a buffer position init for TCP reads | |||
2005-12-11 | Undo last changes | Yang Tse | |
2005-12-11 | Fix compiler warning and compatibility issue with the type of the parameter ↵ | Yang Tse | |
used in getnameinfo() to receive the length of the sockaddr struct. | |||
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 | |
fixing a compiler warning in the append_scopeid() function. | |||
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 | |
Avoid warning 'x might be used uninitialized in this function'. | |||
2005-10-03 | Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code | Daniel Stenberg | |
to do (what I believe is) "right". See docs on: http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/libs/commtrf2/getservbyport_r.htm | |||
2005-09-21 | 1 - attempted fix of uninitialized variable | Daniel Stenberg | |
2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function | |||
2005-09-18 | Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ↵ | Dominick Meglio | |
use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment | |||
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 | |