aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Collapse)Author
2009-06-01John E. Malmberg noticed that the configure script was failing to detect theYang Tse
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due to definition taking place in socket.h instead of time.h
2009-05-29Fix compiler warning: out of bound accessYang Tse
2009-05-28fix compilation on AIXYang Tse
2009-05-28c-ares' --enable-curldebug adjustmentsYang Tse
2009-05-28Remove temporarily introduced memory leak.Yang Tse
2009-05-27Temporarily introduce a memory leak to verify curl debug memory tracking works.Yang Tse
2009-05-27Allow curl debug memory tracking when building a shared library onYang Tse
systems which support external, undefined, symbols in shared libraries.
2009-05-26language fixDaniel Stenberg
2009-05-26Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZEDYang Tse
if library initialization has not been performed calling ares_library_init().
2009-05-26c-ares's --enable-curldebug configure option decoupled from c-ares's ↵Yang Tse
--enable-debug
2009-05-26Prevent copying 'sourced' manpages for build targets that don't use them.Yang Tse
2009-05-23minor editsDaniel Stenberg
2009-05-21Include .pdf versions of c-ares man pages in distribution tarball.Yang Tse
2009-05-21Allow generation of .html and .pdf versions of c-ares man pages.Yang Tse
2009-05-21$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.Gisle Vanem
2009-05-20Mention last changesYang Tse
2009-05-20Initial ares_library_cleanup(3) man pageYang Tse
2009-05-20Update man pageYang Tse
2009-05-20Update man pageYang Tse
2009-05-19Initial ares_library_init(3) man page attemptYang Tse
2009-05-19Force revision update, to force CVS to update the $Id date string formatYang Tse
2009-05-19Add same copyright notice as other c-ares filesYang Tse
2009-05-19Fix caseYang Tse
2009-05-18Remove run-time requirement for advapi32.dll sinceYang Tse
c-ares can work even with no advapi32.dll at all.
2009-05-18Intentionally avoid checking if the address of SystemFunction036, a.k.a.Yang Tse
RtlGenRandom, has been located or not. This function is only available on WinXP and later. When unavailable c-ares uses portable rand() function.
2009-05-18- Provide in external interface preprocessor symbol definitions forYang Tse
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
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse
2009-05-15remove outdated commentYang Tse
2009-05-15Fix preprocessor conditional expressionYang Tse
2009-05-12fiX *__SOCKLEN_T definitions for remaining targetsYang Tse
2009-05-12*__SOCKLEN_T definitions for OS400 already fixedYang Tse
2009-05-11fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targetsYang Tse
2009-05-11- Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option toDaniel Stenberg
only expose functions starting with ares_.
2009-05-11Remove experimental check. Currently there's no need for it.Yang Tse
2009-05-07Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definitionYang Tse
attempt in generated config.h
2009-05-07Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse
2009-05-07Moved *_CHECK_COMPILER_HALT_ON_ERROR and ↵Yang Tse
*_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_*
2009-05-06fIX *__SOCKLEN_T definitions for OS400 and generic GCC targetsYang Tse
2009-05-04fIX *__SOCKLEN_T definitions for MVS and 370 targetsYang Tse
2009-05-04fIX *__SOCKLEN_T definitions for several Windows target tool-chainsYang Tse
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patch ↵Yang Tse
follow-up
2009-05-01s/libcurl/c-aresDaniel Stenberg
2009-05-01version number typo fixDaniel Stenberg
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patchYang Tse
2009-05-01Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse
2009-04-30Check if X/Open network library is requiredYang Tse