summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-20Sync man page with realityYang Tse5-11/+16
2009-11-20Add missing external API decoration for ares_set_socket_callback()Yang Tse1-3/+3
2009-11-20Add ares_free_data() man page.Yang Tse2-0/+65
2009-11-20- Provide in external interface preprocessor symbol definitions forYang Tse1-0/+2
2009-11-20Remove typecastYang Tse1-1/+1
2009-11-20Fix commentYang Tse1-1/+1
2009-11-20Add ares_data.c and ares_data.hYang Tse1-0/+8
2009-11-20Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() APIYang Tse4-76/+78
2009-11-20Initial support for the generic ares_free_data() function that will allowYang Tse4-6/+216
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2-2/+2
2009-11-18workaround icc 9.1 optimizer issueYang Tse1-1/+9
2009-11-16Add icc fvisibility bug testYang Tse1-4/+15
2009-11-16Fix icc 9.0 compiler warning: external definition with no prior declarationYang Tse2-4/+5
2009-11-16Fix three var namesYang Tse1-4/+4
2009-11-16Add check for assert.h header fileYang Tse1-0/+1
2009-11-15getaddrinfo is fully thread safe on solaris versions whichYang Tse1-7/+13
2009-11-15Remove files generated on previous buildconf/configure runYang Tse1-2/+74
2009-11-15Remove enable-thread / disable-thread configure option. These were only placeboYang Tse1-27/+0
2009-11-14Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse3-23/+110
2009-11-13Assume that getaddrinfo is thread safe, unless hard codedYang Tse1-12/+10
2009-11-13Related with the threadsafe capability of getaddrinfo:Yang Tse1-6/+15
2009-11-12AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse1-1/+19
2009-11-12HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse1-1/+7
2009-11-12Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse1-2/+45
2009-11-11Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace polluti...Yang Tse3-11/+11
2009-11-11Add kernel32.libYang Tse5-29/+29
2009-11-10Mention last changesYang Tse1-0/+10
2009-11-10Reinstate copyright symbol lost in previous commitYang Tse1-1/+1
2009-11-10Make some strings different in resource file for debug or release buildsYang Tse1-1/+8
2009-11-10Ignore more subdirsYang Tse5-0/+10
2009-11-10Fix compiler warning: conditional expression is constantYang Tse4-4/+4
2009-11-10Sync linker and resource compiler options with Makefile.msvcYang Tse4-64/+64
2009-11-09Follow Makefile.msvc subdirectory naming scheme, and sync compiler optionsYang Tse4-138/+138
2009-11-09Updated MSVC makefile that allows building dynamic and staticYang Tse3-276/+454
2009-11-09Test for USE_WINSOCK since it is more restrictive than WIN32Yang Tse3-8/+8
2009-11-09Make header inclusion depend on HAVE_*_H definitionYang Tse2-2/+2
2009-11-09Remove unneeded preprocessor directivesYang Tse1-4/+0
2009-11-05Adjust c-ares include paths for memory tracking enabled (--enable-curldebug) ...Yang Tse1-5/+7
2009-11-04source files used by sample programsYang Tse2-3/+15
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse51-85/+88
2009-11-02Adjust include paths to take in account that currently:Yang Tse1-0/+4
2009-11-01Undo old temporary change once used for testing purposesYang Tse1-2/+1
2009-10-31Mention many changesYang Tse1-1/+66
2009-10-31Mention --enable-symbol-hiding configure optionYang Tse1-0/+1
2009-10-31Symbol hiding configure options renamed to the hopefully less ambiguousYang Tse4-150/+143
2009-10-30Header inclusion depending on HAVE_* symbol.Yang Tse1-10/+23
2009-10-30Comparison of the Initial revision of this file with ares_parse_a_reply.cYang Tse2-16/+18
2009-10-30Add CVS Id tag.Yang Tse1-4/+6
2009-10-30Add CVS Id tag.Yang Tse1-0/+2
2009-10-30Fix commentYang Tse1-1/+1