Daniel Stenberg
728dc8d058
email: use Gisle's "new" address
9 years ago
David Drysdale
3f301a6fe3
acountry: drop inert test
...
If ver_1 is true, then z0 and z1 must both be 'z', and so
(z0 != 'z' && z1 != 'z') can never be true.
CID 56879, pointed out by Coverity.
9 years ago
Gregor Jasny
296ced3a0d
Re-start loop if select fails
...
Fix Coverity error CID 56882
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
10 years ago
Gregor Jasny
bd2c61353f
Free temporary variable in error path
...
Fix Coverity CID 56890
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
10 years ago
Daniel Stenberg
cf7ad9758d
ares_inet_pton/ntop: cleanup
...
Make sure that the symbols are always exported and present in c-ares.
Make the headers prefixed with 'ares'.
Removed the inet_ntop.h version as it no longer features any content.
12 years ago
Yang Tse
0c677f578e
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
...
Inclusion of these two header files now done in setup_once.h
12 years ago
Yang Tse
a1035276c1
Header inclusion clean-up
...
Remove header inclusions already done in setup_once.h
12 years ago
Yang Tse
a831da792d
fix MSVC compiler warning 'conditional expression is constant'
13 years ago
Yang Tse
5ef8f5ead2
compiler warning: fix
...
Fix compiler warning: variable was set but never used
Fix compiler warning: clobber ignored
14 years ago
Yang Tse
dac69d52c2
Fix compiler warning: array subscript has type 'char'
14 years ago
Daniel Stenberg
63627fa5ab
remove all $Id$ lines
15 years ago
Yang Tse
1c5f8be38d
Fix compiler warning: conditional expression is constant
15 years ago
Yang Tse
a82a8fbf82
Renamed c-ares setup.h to ares_setup.h
15 years ago
Gisle Vanem
c3872cb5dc
Remove call to LoadLibrary(). (leftover from debugging).
16 years ago
Gisle Vanem
135bfe341f
Fix bad sentence.
16 years ago
Yang Tse
16d842958a
Fix compiler warning: out of bound access
16 years ago
Yang Tse
b7c7bab713
Introduction of ares_library_init() and ares_library_cleanup()
16 years ago
Yang Tse
382dc0d719
s/u_long/unsigned long/
16 years ago
Dan Fandrich
efa7c4807b
Make sure sys/socket.h is included before netinet/in.h (required by
...
OpenWatcom C, and condoned by SUS)
16 years ago
Yang Tse
1c9a010cf0
fix compiler warning
16 years ago
Yang Tse
eeab12bd7f
fix compiler warning: 'dot_4' may be used uninitialized in this function
16 years ago
Yang Tse
746f3e2942
rearrange to allow internal/private use of ares_strcasecmp to any system that
...
lacks the strcasecmp function.
16 years ago
Yang Tse
0cd952f7c2
*** empty log message ***
16 years ago
Yang Tse
2b838e85e7
George Neill's fix acountry sample application compilation failure.
16 years ago
Gisle Vanem
308746c081
Ops, remove 'use_vc'.
17 years ago
Gisle Vanem
3c3c49e048
Support Watt-32 under Win32.
17 years ago
Daniel Stenberg
d4d2f9dc22
include strings.h (if available) for the strcasecmp() proto
17 years ago
Gisle Vanem
6dc6464259
Added '-d' option for Watt-32 debugging.
17 years ago
Gisle Vanem
89556eed2c
Another sample application that returns country-code and
...
name from an IPv4-address or host-name. Using the service of
countries.nerd.dk.
17 years ago