David Stuart
|
6518b56a5e
|
IPv6-on-windows: find DNS servers correctly
|
14 years ago |
Daniel Stenberg
|
63627fa5ab
|
remove all $Id$ lines
|
15 years ago |
Yang Tse
|
ea29eeb4eb
|
Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace pollution with static library
|
15 years ago |
Yang Tse
|
39c0bac44c
|
Test for USE_WINSOCK since it is more restrictive than WIN32
|
15 years ago |
Yang Tse
|
a82a8fbf82
|
Renamed c-ares setup.h to ares_setup.h
|
15 years ago |
Yang Tse
|
7a5621876b
|
Remove temporarily introduced memory leak.
|
16 years ago |
Yang Tse
|
425244eac4
|
Temporarily introduce a memory leak to verify curl debug memory tracking works.
|
16 years ago |
Yang Tse
|
cf3301f024
|
Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED
if library initialization has not been performed calling ares_library_init().
|
16 years ago |
Yang Tse
|
0f59e2b531
|
Add same copyright notice as other c-ares files
|
16 years ago |
Yang Tse
|
d3f3189860
|
Fix case
|
16 years ago |
Yang Tse
|
757642f675
|
Remove run-time requirement for advapi32.dll since
c-ares can work even with no advapi32.dll at all.
|
16 years ago |
Yang Tse
|
b677ff3d15
|
Intentionally avoid checking if the address of SystemFunction036, a.k.a.
RtlGenRandom, has been located or not. This function is only available on
WinXP and later. When unavailable c-ares uses portable rand() function.
|
16 years ago |
Yang Tse
|
c03c7251c9
|
Introduction of ares_library_init() and ares_library_cleanup()
|
16 years ago |