aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_library_init.c
AgeCommit message (Collapse)Author
2009-11-11Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace ↵Yang Tse
pollution with static library
2009-11-09Test for USE_WINSOCK since it is more restrictive than WIN32Yang Tse
2009-11-02Renamed c-ares setup.h to ares_setup.hYang 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-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-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-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse