Yang Tse
|
a0ef686c54
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
|
16 years ago |
Yang Tse
|
c2c800d863
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
|
16 years ago |
Yang Tse
|
0ce97f77e0
Use our Curl_addrinfo definition even when an addrinfo struct is available.
|
16 years ago |
Yang Tse
|
bdf1724412
take 2 at fixing compiler warning: argument might be clobbered by `longjmp' or `vfork'
|
16 years ago |
Yang Tse
|
00dec36c72
fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'
|
16 years ago |
Dan Fandrich
|
4adcf7e9ed
Moved all signal-based name resolution timeout handling into a single new
|
16 years ago |
Yang Tse
|
a6c915aab9
fix compiler warning: external declaration in primary source file
|
16 years ago |
Daniel Stenberg
|
0cd8840dba
- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I
|
16 years ago |
Daniel Stenberg
|
991505e077
Woops, partly revert my previous commit and do it slightly differently instead.
|
17 years ago |
Daniel Stenberg
|
56f17d2c9f
I made the torture test on test 530 go through. This was actually due to
|
17 years ago |
Daniel Stenberg
|
2c105af910
Adapted the c-ares code to the API change c-ares 1.5.0 brings in the
|
17 years ago |
Gunter Knauf
|
afdfa4bed2
minor patches to enable building for NetWare CLIB.
|
17 years ago |
Yang Tse
|
dc7c915553
Compilation fix
|
18 years ago |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 years ago |
Gunter Knauf
|
ac02d379ba
moved ugly NetWare hack to hostip.h so that hostip.c uses it too.
|
18 years ago |
Gisle Vanem
|
4e58da5222
Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone.
|
18 years ago |
Gisle Vanem
|
5cdbd0cf4a
Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().
|
18 years ago |
Gisle Vanem
|
a55c70d4ae
Constify 'hostname' and 'service' to various resolver functions.
|
18 years ago |
Yang Tse
|
d2cefc140a
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493.
|
18 years ago |
Yang Tse
|
55138753c6
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.
|
18 years ago |
Yang Tse
|
43369b8096
Fix compiler warning.
|
18 years ago |
Daniel Stenberg
|
c1e307f585
added docs and removed proto
|
18 years ago |
Daniel Stenberg
|
686d90745b
First curl_multi_socket() commit. Should primarily be considered as an internal
|
18 years ago |
Daniel Stenberg
|
6fdbb01194
Lots of work and analysis by "xbx___" in bug #1431750
|
18 years ago |
Yang Tse
|
b15f3bb969
Undo last changes
|
19 years ago |
Yang Tse
|
36485e56ed
Fix compiler warning and compatibility issue with the type of the parameter used in getnameinfo() to receive the length of the sockaddr struct.
|
19 years ago |
Daniel Stenberg
|
9b3c2b6ae2
kill warnings
|
19 years ago |
Gisle Vanem
|
0b45431139
hostthre.c: destroy_thread_data() made public. Called
|
19 years ago |
Daniel Stenberg
|
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
|
20 years ago |
Gisle Vanem
|
d118312922
Curl_addrinfo?_callback() and addrinfo_callback() now returns
|
20 years ago |