summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21Allow generation of .html and .pdf versions of c-ares man pages.Yang Tse3-24/+203
2009-05-21$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.Gisle Vanem1-1/+1
2009-05-20Mention last changesYang Tse2-0/+17
2009-05-20Initial ares_library_cleanup(3) man pageYang Tse2-1/+76
2009-05-20Update man pageYang Tse1-4/+7
2009-05-20Update man pageYang Tse1-19/+36
2009-05-19Initial ares_library_init(3) man page attemptYang Tse2-1/+79
2009-05-19Force revision update, to force CVS to update the $Id date string formatYang Tse1-150/+150
2009-05-19Add same copyright notice as other c-ares filesYang Tse2-0/+32
2009-05-19Fix caseYang Tse2-2/+2
2009-05-18Remove run-time requirement for advapi32.dll sinceYang Tse3-15/+10
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 Tse3-9/+7
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 Tse4-13/+12
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 Tse9-28/+75
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse2-0/+133
2009-05-15remove outdated commentYang Tse1-5/+1
2009-05-15Fix preprocessor conditional expressionYang Tse1-1/+1
2009-05-12fiX *__SOCKLEN_T definitions for remaining targetsYang Tse1-10/+10
2009-05-12*__SOCKLEN_T definitions for OS400 already fixedYang Tse1-2/+0
2009-05-11fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targetsYang Tse1-4/+4
2009-05-11- Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option toDaniel Stenberg3-2/+8
only expose functions starting with ares_.
2009-05-11Remove experimental check. Currently there's no need for it.Yang Tse1-1/+0
2009-05-07Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definitionYang Tse1-1/+1
attempt in generated config.h
2009-05-07Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse2-1/+64
2009-05-07Moved *_CHECK_COMPILER_HALT_ON_ERROR and ↵Yang Tse3-53/+53
*_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 Tse1-4/+8
2009-05-04fIX *__SOCKLEN_T definitions for MVS and 370 targetsYang Tse1-8/+20
2009-05-04fIX *__SOCKLEN_T definitions for several Windows target tool-chainsYang Tse1-8/+8
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse1-1/+1
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse2-21/+29
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse12-205/+14
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patch ↵Yang Tse1-2/+2
follow-up
2009-05-01s/libcurl/c-aresDaniel Stenberg1-1/+1
2009-05-01version number typo fixDaniel Stenberg1-1/+1
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patchYang Tse1-0/+5
2009-05-01Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse2-1/+39
2009-04-30Check if X/Open network library is requiredYang Tse1-0/+22
2009-04-30cope with ares_build.h and ares_rules.h follow-upYang Tse1-1/+1
2009-04-30Added some notes regarding ares_build.hYang Tse1-0/+38
2009-04-30fix EOLYang Tse1-8/+8
2009-04-30fix EOLYang Tse1-267/+267
2009-04-30cope with ares_build.h and ares_rules.hYang Tse6-268/+290
2009-04-30buildconf.bat for CVS-tree c-aresYang Tse2-1/+9
2009-04-30Use 'unsigned int' instead of size_t attempting to avoid header inclusionYang Tse1-1/+1
2009-04-30NetWare LibC's getpeername() third argument data type is size_tYang Tse1-1/+1
2009-04-29Remove temporary debug tracing for ares_socklen_t Windows targetsYang Tse1-22/+0
2009-04-29ares_socklen_t follow-upYang Tse1-0/+1
2009-04-29ares_build.h Windows follow-upYang Tse1-0/+12
2009-04-29Add temporary debug tracing for ares_socklen_t Windows targetsYang Tse1-0/+22
2009-04-29ares_build.h NetWare follow-upYang Tse1-0/+2