Yang Tse
|
4f62cdf6f9
|
Remove unneeded preprocessor directives
|
2009-11-09 12:56:11 +00:00 |
|
Yang Tse
|
108b414bb8
|
Renamed c-ares setup.h to ares_setup.h
|
2009-11-02 11:55:53 +00:00 |
|
Yang Tse
|
31e106ced2
|
Attempt to silence bogus compiler warning: "Potential null pointer dereference"
|
2009-09-17 11:45:27 +00:00 |
|
Yang Tse
|
80186aa7f4
|
Use build-time configured ares_socklen_t instead of socklen_t
|
2009-05-02 02:36:47 +00:00 |
|
Dan Fandrich
|
e4dabef0c7
|
Make use of gethostname() conditional on it being available
|
2008-11-28 22:41:14 +00:00 |
|
Yang Tse
|
0c1ae21c11
|
improve detection of getservbyport_r()
|
2008-09-17 11:31:37 +00:00 |
|
Yang Tse
|
39de6c784c
|
adjust inclusion of "nameser.h"
|
2008-09-17 01:02:57 +00:00 |
|
Yang Tse
|
db80e18308
|
include header file only when available
|
2008-09-15 17:14:29 +00:00 |
|
Yang Tse
|
a37cc6cb08
|
move inclusion of ares_private.h last
|
2008-09-11 03:46:47 +00:00 |
|
Steinar H. Gunderson
|
6d5f899761
|
Another timeout fix in ares_getnameinfo().
|
2007-10-04 08:09:52 +00:00 |
|
Steinar H. Gunderson
|
77a3e3c7f7
|
Send the timeout count in ares_getnameinfo().
|
2007-10-04 08:09:04 +00:00 |
|
Steinar H. Gunderson
|
6ce589c3ee
|
Make the query callbacks return the number of timeouts that happened during the execution of a query, and update documentation accordingly. (Patch from the Google tree.)
|
2007-09-28 14:46:51 +00:00 |
|
Gunter Knauf
|
7509ef6b4e
|
few minor changes to make ares compile for NetWare CLIB architecture.
|
2007-07-03 16:00:36 +00:00 |
|
Gisle Vanem
|
ee1235a7cd
|
Removed inclusion of <sys/types.h> in .c-files
since it's already included through "setup.h".
|
2007-02-26 04:33:19 +00:00 |
|
Yang Tse
|
d0aca8017f
|
compiler warning fix
|
2007-02-06 03:31:27 +00:00 |
|
Yang Tse
|
bc2183b440
|
compiler warning fix
|
2007-02-05 04:10:32 +00:00 |
|
Yang Tse
|
c26ec47e90
|
compiler warning fix
|
2007-02-02 17:16:06 +00:00 |
|
Yang Tse
|
d2dd3d7e16
|
compiler warning fix
|
2007-02-01 15:36:56 +00:00 |
|
Yang Tse
|
54db98c220
|
compiler warning fix
|
2007-02-01 01:42:13 +00:00 |
|
Yang Tse
|
db22c83031
|
fix compiler warning "discards qualifiers from pointer target type" in debug builds
|
2007-01-29 20:56:27 +00:00 |
|
Gisle Vanem
|
ee17fba72e
|
Fixed "'x' might be used uninitialized in this function" warning.
Removed trailing whitespace.
|
2006-10-25 14:16:01 +00:00 |
|
Daniel Stenberg
|
7c621cfbdf
|
Brad Spencer did
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
|
2006-08-29 15:17:47 +00:00 |
|
Yang Tse
|
b15f3bb969
|
Undo last changes
|
2005-12-11 23:37:58 +00:00 |
|
Yang Tse
|
36485e56ed
|
Fix compiler warning and compatibility issue with the type of the parameter used in getnameinfo() to receive the length of the sockaddr struct.
|
2005-12-11 12:03:01 +00:00 |
|
Yang Tse
|
2ae67c431c
|
Modified lookup_service() to avoid the risk of a potential buffer overflow
|
2005-12-10 19:21:59 +00:00 |
|
Yang Tse
|
4b1a91b64f
|
Fix compiler warning
|
2005-12-09 22:23:50 +00:00 |
|
Daniel Stenberg
|
6aab5b57e1
|
Change based on Yang Tse's excellent fix to reduce buffer overflow risk and
fixing a compiler warning in the append_scopeid() function.
|
2005-11-25 22:14:28 +00:00 |
|
Daniel Stenberg
|
b55506a76d
|
avoid doing #if an a predef symbol that might not be defined
|
2005-11-24 23:03:25 +00:00 |
|
Gisle Vanem
|
e89adbef51
|
Added CVS id.
Avoid warning 'x might be used uninitialized in this function'.
|
2005-11-14 13:26:17 +00:00 |
|
Daniel Stenberg
|
4284190cc4
|
Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code
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-10-03 10:12:06 +00:00 |
|
Daniel Stenberg
|
b9494cb0d6
|
1 - attempted fix of uninitialized variable
2 - indented and edited to fit better within 80 columns
3 - fixed possible buffer overflow in the service name lookup function
|
2005-09-21 10:45:25 +00:00 |
|
Dominick Meglio
|
6a48639c68
|
Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment
|
2005-09-18 16:44:49 +00:00 |
|
Dominick Meglio
|
48964a911e
|
More of the same
|
2005-05-17 04:20:58 +00:00 |
|
Dominick Meglio
|
6a35cb60fd
|
More compiler warning cleanups
|
2005-05-17 04:18:41 +00:00 |
|
Dominick Meglio
|
1c18d19da0
|
Cleaned up some compile warnings
|
2005-05-16 19:14:25 +00:00 |
|
Dominick Meglio
|
645729e943
|
Added ares_getnameinfo which mimics the getnameinfo API
|
2005-05-16 18:06:54 +00:00 |
|