Gisle Vanem
|
a55c70d4ae
Constify 'hostname' and 'service' to various resolver functions.
|
18 жил өмнө |
Yang Tse
|
d2cefc140a
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493.
|
18 жил өмнө |
Yang Tse
|
55138753c6
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.
|
18 жил өмнө |
Yang Tse
|
43369b8096
Fix compiler warning.
|
18 жил өмнө |
Daniel Stenberg
|
c1e307f585
added docs and removed proto
|
18 жил өмнө |
Daniel Stenberg
|
686d90745b
First curl_multi_socket() commit. Should primarily be considered as an internal
|
18 жил өмнө |
Daniel Stenberg
|
6fdbb01194
Lots of work and analysis by "xbx___" in bug #1431750
|
19 жил өмнө |
Yang Tse
|
b15f3bb969
Undo last changes
|
19 жил өмнө |
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 жил өмнө |
Daniel Stenberg
|
9b3c2b6ae2
kill warnings
|
19 жил өмнө |
Gisle Vanem
|
0b45431139
hostthre.c: destroy_thread_data() made public. Called
|
19 жил өмнө |
Daniel Stenberg
|
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
|
20 жил өмнө |
Gisle Vanem
|
d118312922
Curl_addrinfo?_callback() and addrinfo_callback() now returns
|
20 жил өмнө |
Daniel Stenberg
|
043d70fcdf
Use plain structs and not typedef'ed ones in the hash and linked-list code.
|
20 жил өмнө |
Daniel Stenberg
|
785bad388b
Gisle cleaned up remaining host resolve re-org issues
|
20 жил өмнө |
Daniel Stenberg
|
5e34f3dc01
made the Curl_he2ai() take the port number as an int intead, to avoid lots
|
20 жил өмнө |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
20 жил өмнө |
Daniel Stenberg
|
8d76d4016d
removed trailing whitespace
|
20 жил өмнө |
Daniel Stenberg
|
9f92657f76
Gisle corrected two comments
|
20 жил өмнө |
Daniel Stenberg
|
9f341f9ce5
Gisle Vanem's improved verbose output and timeout handling when connecting to
|
20 жил өмнө |
Daniel Stenberg
|
245e3122df
Made defines instead of plain numbers for the Curl_resolv() return code to
|
20 жил өмнө |
Daniel Stenberg
|
2370d4fa02
Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
|
20 жил өмнө |
Daniel Stenberg
|
648e82f05d
Major hostip.c cleanup and split into multiple files and easier #ifdef
|
20 жил өмнө |
Daniel Stenberg
|
7ea837a18c
adjusted to the new dns cache function to hide more hostip internals
|
20 жил өмнө |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 жил өмнө |
Daniel Stenberg
|
3788f25eac
added a library-wide interface for doing dns cache pruning, and no longer
|
21 жил өмнө |
Daniel Stenberg
|
343291ce37
Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when
|
21 жил өмнө |
Daniel Stenberg
|
b73612392d
ares awareness/usage/support added. If configure --enable-ares is used, we
|
21 жил өмнө |
Daniel Stenberg
|
308bc9d919
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
21 жил өмнө |
Daniel Stenberg
|
e615d117a0
Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup
|
21 жил өмнө |