Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-28 | Remove temporarily introduced memory leak. | Yang Tse | |
2009-05-27 | Temporarily introduce a memory leak to verify curl debug memory tracking works. | Yang Tse | |
2009-05-26 | Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED | Yang Tse | |
if library initialization has not been performed calling ares_library_init(). | |||
2009-05-19 | Add same copyright notice as other c-ares files | Yang Tse | |
2009-05-19 | Fix case | Yang Tse | |
2009-05-18 | Remove run-time requirement for advapi32.dll since | Yang Tse | |
c-ares can work even with no advapi32.dll at all. | |||
2009-05-18 | Intentionally 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-17 | Introduction of ares_library_init() and ares_library_cleanup() | Yang Tse | |