Yang Tse
|
5b17412c1f
|
- Provide in external interface preprocessor symbol definitions for
CARES_HAVE_ARES_LIBRARY_INIT and CARES_HAVE_ARES_LIBRARY_CLEANUP
to ease the use of new capabilities.
- Move ares_version() prototype to ares.h
|
16 years ago |
Yang Tse
|
b7c7bab713
|
Introduction of ares_library_init() and ares_library_cleanup()
|
16 years ago |
Yang Tse
|
c03c7251c9
|
Introduction of ares_library_init() and ares_library_cleanup()
|
16 years ago |
Yang Tse
|
4b5589ab99
|
remove outdated comment
|
16 years ago |
Yang Tse
|
566b59a236
|
Fix preprocessor conditional expression
|
16 years ago |
Yang Tse
|
c3c2992cb0
|
fiX *__SOCKLEN_T definitions for remaining targets
|
16 years ago |
Yang Tse
|
3837fc4bd0
|
*__SOCKLEN_T definitions for OS400 already fixed
|
16 years ago |
Yang Tse
|
79f80b49b0
|
fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targets
|
16 years ago |
Daniel Stenberg
|
ee97c69362
|
- Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to
only expose functions starting with ares_.
|
16 years ago |
Yang Tse
|
cb6cec903b
|
Remove experimental check. Currently there's no need for it.
|
16 years ago |
Yang Tse
|
69fea1321f
|
Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definition
attempt in generated config.h
|
16 years ago |
Yang Tse
|
78e9ec92b7
|
Proper naming for the experimental compiler test and moved to *-compilers.m4
|
16 years ago |
Yang Tse
|
411a7e17a1
|
Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_*
|
16 years ago |
Yang Tse
|
2a61e01b30
|
fIX *__SOCKLEN_T definitions for OS400 and generic GCC targets
|
16 years ago |
Yang Tse
|
00b2ba7ad4
|
fIX *__SOCKLEN_T definitions for MVS and 370 targets
|
16 years ago |
Yang Tse
|
68458a15bb
|
fIX *__SOCKLEN_T definitions for several Windows target tool-chains
|
16 years ago |
Yang Tse
|
64fef21f5d
|
HP-UX's X/Open network library requirement check follow-up
|
16 years ago |
Yang Tse
|
0eeb553827
|
HP-UX's X/Open network library requirement check follow-up
|
16 years ago |
Yang Tse
|
3a55bbebf1
|
Use build-time configured ares_socklen_t instead of socklen_t
|
16 years ago |
Yang Tse
|
d9647bd70f
|
David McCreedy's "TPF-platform specific changes to various files" patch follow-up
|
16 years ago |
Daniel Stenberg
|
fc5873e487
|
s/libcurl/c-ares
|
16 years ago |
Daniel Stenberg
|
e95d205155
|
version number typo fix
|
16 years ago |
Yang Tse
|
ce1ec3b87f
|
David McCreedy's "TPF-platform specific changes to various files" patch
|
16 years ago |
Yang Tse
|
dcdabb9ebe
|
Check definition of _XOPEN_SOURCE_EXTENDED with the compiler
|
16 years ago |
Yang Tse
|
c2ae8f0059
|
Check if X/Open network library is required
|
16 years ago |
Yang Tse
|
bb2935b8fb
|
cope with ares_build.h and ares_rules.h follow-up
|
16 years ago |
Yang Tse
|
483c514458
|
Added some notes regarding ares_build.h
|
16 years ago |
Yang Tse
|
015399b9e7
|
fix EOL
|
16 years ago |
Yang Tse
|
bdf809f5c5
|
fix EOL
|
16 years ago |
Yang Tse
|
7951433e32
|
cope with ares_build.h and ares_rules.h
|
16 years ago |
Yang Tse
|
128f52ec60
|
buildconf.bat for CVS-tree c-ares
|
16 years ago |
Yang Tse
|
f444fb7f88
|
Use 'unsigned int' instead of size_t attempting to avoid header inclusion
|
16 years ago |
Yang Tse
|
d19611328c
|
NetWare LibC's getpeername() third argument data type is size_t
|
16 years ago |
Yang Tse
|
d5c58fbe7e
|
Remove temporary debug tracing for ares_socklen_t Windows targets
|
16 years ago |
Yang Tse
|
49100d2654
|
ares_socklen_t follow-up
|
16 years ago |
Yang Tse
|
951aa2723c
|
ares_build.h Windows follow-up
|
16 years ago |
Yang Tse
|
494e1eb1a6
|
Add temporary debug tracing for ares_socklen_t Windows targets
|
16 years ago |
Yang Tse
|
f370102fc8
|
ares_build.h NetWare follow-up
|
16 years ago |
Yang Tse
|
6f1b99c635
|
ares_build.h NetWare attempt
|
16 years ago |
Yang Tse
|
5fc305a0ba
|
Initial step towards a configure time ares_socklen_t definition
|
16 years ago |
Yang Tse
|
488a855a4a
|
ignore stamp-h*
|
16 years ago |
Yang Tse
|
486802e3a9
|
Added CARES_INCLUDES_SYS_TYPES
|
16 years ago |
Yang Tse
|
61ac74c684
|
Initial step towards a configure time curl_socklen_t definition
|
16 years ago |
Yang Tse
|
27aa165e9c
|
avoid use of alloca()
|
16 years ago |
Yang Tse
|
1509409fe1
|
Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respectively.
|
16 years ago |
Yang Tse
|
df96c987c6
|
ignore
|
16 years ago |
Gisle Vanem
|
1c9b958700
|
Added '-DHAVE_LIMITS_H'.
|
16 years ago |
Yang Tse
|
51ecfc023a
|
remove compiler options used while debugging the icc 9.1 optimizer issue
|
16 years ago |
Yang Tse
|
4ecce9f1cc
|
moved HAVE_LIMITS_H to common defines
|
16 years ago |
Yang Tse
|
ed9f1219a5
|
Set HP-UX compiler warning level back to the one that exposes
the socklen_t issue on this platform.
|
16 years ago |