aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_library_init.c
AgeCommit message (Collapse)Author
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