Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve detection of getservbyport_r() | Yang Tse | 2008-09-17 | 1 | -0/+7 |
| | |||||
* | adjust inclusion of "nameser.h" | Yang Tse | 2008-09-17 | 1 | -10/+8 |
| | |||||
* | include header file only when available | Yang Tse | 2008-09-15 | 1 | -0/+10 |
| | |||||
* | move inclusion of ares_private.h last | Yang Tse | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | Another timeout fix in ares_getnameinfo(). | Steinar H. Gunderson | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | Send the timeout count in ares_getnameinfo(). | Steinar H. Gunderson | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | Make the query callbacks return the number of timeouts that happened during ↵ | Steinar H. Gunderson | 2007-09-28 | 1 | -11/+13 |
| | | | | the execution of a query, and update documentation accordingly. (Patch from the Google tree.) | ||||
* | few minor changes to make ares compile for NetWare CLIB architecture. | Gunter Knauf | 2007-07-03 | 1 | -0/+4 |
| | |||||
* | Removed inclusion of <sys/types.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -2/+0 |
| | | | | since it's already included through "setup.h". | ||||
* | compiler warning fix | Yang Tse | 2007-02-06 | 1 | -2/+6 |
| | |||||
* | compiler warning fix | Yang Tse | 2007-02-05 | 1 | -1/+1 |
| | |||||
* | compiler warning fix | Yang Tse | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | compiler warning fix | Yang Tse | 2007-02-01 | 1 | -2/+4 |
| | |||||
* | compiler warning fix | Yang Tse | 2007-02-01 | 1 | -1/+4 |
| | |||||
* | fix compiler warning "discards qualifiers from pointer target type" in debug ↵ | Yang Tse | 2007-01-29 | 1 | -1/+2 |
| | | | | builds | ||||
* | Fixed "'x' might be used uninitialized in this function" warning. | Gisle Vanem | 2006-10-25 | 1 | -9/+9 |
| | | | | Removed trailing whitespace. | ||||
* | Brad Spencer did | Daniel Stenberg | 2006-08-29 | 1 | -2/+2 |
| | | | | | | 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 | ||||
* | Undo last changes | Yang Tse | 2005-12-11 | 1 | -1/+1 |
| | |||||
* | Fix compiler warning and compatibility issue with the type of the parameter ↵ | Yang Tse | 2005-12-11 | 1 | -1/+1 |
| | | | | used in getnameinfo() to receive the length of the sockaddr struct. | ||||
* | Modified lookup_service() to avoid the risk of a potential buffer overflow | Yang Tse | 2005-12-10 | 1 | -55/+47 |
| | |||||
* | Fix compiler warning | Yang Tse | 2005-12-09 | 1 | -0/+2 |
| | |||||
* | Change based on Yang Tse's excellent fix to reduce buffer overflow risk and | Daniel Stenberg | 2005-11-25 | 1 | -11/+21 |
| | | | | fixing a compiler warning in the append_scopeid() function. | ||||
* | avoid doing #if an a predef symbol that might not be defined | Daniel Stenberg | 2005-11-24 | 1 | -0/+2 |
| | |||||
* | Added CVS id. | Gisle Vanem | 2005-11-14 | 1 | -2/+5 |
| | | | | Avoid warning 'x might be used uninitialized in this function'. | ||||
* | Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code | Daniel Stenberg | 2005-10-03 | 1 | -1/+2 |
| | | | | | 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 | ||||
* | 1 - attempted fix of uninitialized variable | Daniel Stenberg | 2005-09-21 | 1 | -28/+44 |
| | | | | | 2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function | ||||
* | Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ↵ | Dominick Meglio | 2005-09-18 | 1 | -1/+26 |
| | | | | use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment | ||||
* | More of the same | Dominick Meglio | 2005-05-17 | 1 | -1/+2 |
| | |||||
* | More compiler warning cleanups | Dominick Meglio | 2005-05-17 | 1 | -2/+7 |
| | |||||
* | Cleaned up some compile warnings | Dominick Meglio | 2005-05-16 | 1 | -4/+7 |
| | |||||
* | Added ares_getnameinfo which mimics the getnameinfo API | Dominick Meglio | 2005-05-16 | 1 | -0/+322 |