Dan Fandrich
|
4adcf7e9ed
Moved all signal-based name resolution timeout handling into a single new
|
16 år sedan |
Yang Tse
|
a6c915aab9
fix compiler warning: external declaration in primary source file
|
16 år sedan |
Daniel Stenberg
|
0cd8840dba
- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I
|
16 år sedan |
Daniel Stenberg
|
991505e077
Woops, partly revert my previous commit and do it slightly differently instead.
|
17 år sedan |
Daniel Stenberg
|
56f17d2c9f
I made the torture test on test 530 go through. This was actually due to
|
17 år sedan |
Daniel Stenberg
|
2c105af910
Adapted the c-ares code to the API change c-ares 1.5.0 brings in the
|
17 år sedan |
Gunter Knauf
|
afdfa4bed2
minor patches to enable building for NetWare CLIB.
|
17 år sedan |
Yang Tse
|
dc7c915553
Compilation fix
|
18 år sedan |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 år sedan |
Gunter Knauf
|
ac02d379ba
moved ugly NetWare hack to hostip.h so that hostip.c uses it too.
|
18 år sedan |
Gisle Vanem
|
4e58da5222
Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone.
|
18 år sedan |
Gisle Vanem
|
5cdbd0cf4a
Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().
|
18 år sedan |
Gisle Vanem
|
a55c70d4ae
Constify 'hostname' and 'service' to various resolver functions.
|
18 år sedan |
Yang Tse
|
d2cefc140a
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493.
|
18 år sedan |
Yang Tse
|
55138753c6
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.
|
18 år sedan |
Yang Tse
|
43369b8096
Fix compiler warning.
|
18 år sedan |
Daniel Stenberg
|
c1e307f585
added docs and removed proto
|
18 år sedan |
Daniel Stenberg
|
686d90745b
First curl_multi_socket() commit. Should primarily be considered as an internal
|
18 år sedan |
Daniel Stenberg
|
6fdbb01194
Lots of work and analysis by "xbx___" in bug #1431750
|
19 år sedan |
Yang Tse
|
b15f3bb969
Undo last changes
|
19 år sedan |
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 år sedan |
Daniel Stenberg
|
9b3c2b6ae2
kill warnings
|
19 år sedan |
Gisle Vanem
|
0b45431139
hostthre.c: destroy_thread_data() made public. Called
|
19 år sedan |
Daniel Stenberg
|
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
|
20 år sedan |
Gisle Vanem
|
d118312922
Curl_addrinfo?_callback() and addrinfo_callback() now returns
|
20 år sedan |
Daniel Stenberg
|
043d70fcdf
Use plain structs and not typedef'ed ones in the hash and linked-list code.
|
20 år sedan |
Daniel Stenberg
|
785bad388b
Gisle cleaned up remaining host resolve re-org issues
|
20 år sedan |
Daniel Stenberg
|
5e34f3dc01
made the Curl_he2ai() take the port number as an int intead, to avoid lots
|
20 år sedan |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
20 år sedan |
Daniel Stenberg
|
8d76d4016d
removed trailing whitespace
|
20 år sedan |