Yang Tse
29e173dcff
Add manifest stuff to msvc makefile
15 years ago
Yang Tse
f854ecb90b
Sync man page with reality
15 years ago
Yang Tse
7a7befd37b
Add missing external API decoration for ares_set_socket_callback()
15 years ago
Yang Tse
d1151affce
Add ares_free_data() man page.
15 years ago
Yang Tse
dbd45c1539
- Provide in external interface preprocessor symbol definitions for
...
CARES_HAVE_ARES_FREE_DATA as an indication of function availability.
15 years ago
Yang Tse
f2cdd32a4f
Remove typecast
15 years ago
Yang Tse
09aadd57e6
Fix comment
15 years ago
Yang Tse
3e66eb8702
Add ares_data.c and ares_data.h
15 years ago
Yang Tse
5d62fe703f
Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() API
...
to return a linked lists of results. These were also modified to internally
use the ares_data memory struct and as such its result must be free'ed with
ares_free_data().
15 years ago
Yang Tse
2a916ce6e5
Initial support for the generic ares_free_data() function that will allow
...
applications to free memory allocated and returned by some c-ares funtions.
15 years ago
Yang Tse
10461d1414
Make usage of calloc()'s arguments consistent with rest of code base
15 years ago
Yang Tse
f157b574a9
workaround icc 9.1 optimizer issue
15 years ago
Yang Tse
cf38264e2a
Add icc fvisibility bug test
15 years ago
Yang Tse
b47af62e75
Fix icc 9.0 compiler warning: external definition with no prior declaration
15 years ago
Yang Tse
c4ee4a5d21
Fix three var names
15 years ago
Yang Tse
61e686b65f
Add check for assert.h header file
15 years ago
Yang Tse
afa62136a5
getaddrinfo is fully thread safe on solaris versions which
...
15 years ago
Yang Tse
e6c2fe9f75
Remove files generated on previous buildconf/configure run
15 years ago
Yang Tse
3bf689197b
Remove enable-thread / disable-thread configure option. These were only placebo
...
15 years ago
Yang Tse
e43ac04a1f
Refactor how preprocessor symbol _THREAD_SAFE definition is done.
15 years ago
Yang Tse
ccabe949dd
Assume that getaddrinfo is thread safe, unless hard coded
...
knowledge says the contrary or h_errno is not defined.
15 years ago
Yang Tse
3d2e078f2b
Related with the threadsafe capability of getaddrinfo:
...
- Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2
and newer have a threadsafe getaddrinfo.
- Fix Dragonfly BSD triplet detection.
- In case the hard-coded knowledge says that getaddrinfo is threadsafe,
an additional check is done to verify that h_errno is also defined.
If h_errno isn't defined, we finally assume that it isn't threadsafe.
Jamie Lokier provided the inspiration for this extra check.
15 years ago
Yang Tse
f5b37120f3
AIX 5.2 and newer have threadsafe getaddrinfo.
...
Add some comments to better understand what the regex's pretend to achieve.
15 years ago
Yang Tse
f084328b48
HP-UX 11.11 and later have threadsafe getaddrinfo
15 years ago
Yang Tse
109c17b680
Check if getaddrinfo is threadsafe when function check allows it to be used
15 years ago
Yang Tse
ea29eeb4eb
Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace pollution with static library
15 years ago
Yang Tse
c91a177d71
Add kernel32.lib
15 years ago
Yang Tse
0096b5a584
Mention last changes
15 years ago
Yang Tse
2d5eaabc4a
Reinstate copyright symbol lost in previous commit
15 years ago
Yang Tse
1f0d6926d0
Make some strings different in resource file for debug or release builds
15 years ago
Yang Tse
55ad5935ac
Ignore more subdirs
15 years ago
Yang Tse
1c5f8be38d
Fix compiler warning: conditional expression is constant
15 years ago
Yang Tse
253ad4a726
Sync linker and resource compiler options with Makefile.msvc
15 years ago
Yang Tse
7b8a5dbfbe
Follow Makefile.msvc subdirectory naming scheme, and sync compiler options
15 years ago
Yang Tse
c55589355f
Updated MSVC makefile that allows building dynamic and static
...
c-ares libraries in debug and release flavours.
Additionally each of the three sample programs is built against
each of the four possible c-ares libraries, generating all this
a total number of 12 executables and 4 libraries.
15 years ago
Yang Tse
39c0bac44c
Test for USE_WINSOCK since it is more restrictive than WIN32
15 years ago
Yang Tse
91031e8ce4
Make header inclusion depend on HAVE_*_H definition
15 years ago
Yang Tse
52d5de9cc1
Remove unneeded preprocessor directives
15 years ago
Yang Tse
54fafaa088
Adjust c-ares include paths for memory tracking enabled (--enable-curldebug) builds
15 years ago
Yang Tse
e057b523af
source files used by sample programs
15 years ago
Yang Tse
a82a8fbf82
Renamed c-ares setup.h to ares_setup.h
15 years ago
Yang Tse
bfca740909
Adjust include paths to take in account that currently:
...
c-ares with --enable-curldebug uses memdebug.h from libcurl's lib subdirectory.
memdebug.h needs access to libcurl's setup.h from libcurl's lib subdirectory
and also needs access to libcurl's generated curl_config.h
15 years ago
Yang Tse
d101880c6a
Undo old temporary change once used for testing purposes
15 years ago
Yang Tse
6313b186ad
Mention many changes
15 years ago
Yang Tse
476b795ae0
Mention --enable-symbol-hiding configure option
15 years ago
Yang Tse
f77839ed17
Symbol hiding configure options renamed to the hopefully less ambiguous
...
15 years ago
Yang Tse
54a7da89c8
Header inclusion depending on HAVE_* symbol.
...
Fix two typos.
15 years ago
Yang Tse
e576d895e7
Comparison of the Initial revision of this file with ares_parse_a_reply.c
...
shows that this one is actually a modified copy of ares_parse_a_reply.c.
In order to comply with ares_parse_a_reply.c's M.I.T. license, the old
1998 M.I.T. copyright notice is now also preserved in this file the same
as it is done in other ares_parse_*.c files.
15 years ago
Yang Tse
80d7a970f1
Add CVS Id tag.
...
Fix identation of some license lines.
15 years ago
Yang Tse
ad0b952b58
Add CVS Id tag.
15 years ago