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 |
Daniel Stenberg
|
043d70fcdf
Use plain structs and not typedef'ed ones in the hash and linked-list code.
|
20 years ago |
Daniel Stenberg
|
785bad388b
Gisle cleaned up remaining host resolve re-org issues
|
20 years ago |
Daniel Stenberg
|
5e34f3dc01
made the Curl_he2ai() take the port number as an int intead, to avoid lots
|
20 years ago |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
20 years ago |
Daniel Stenberg
|
8d76d4016d
removed trailing whitespace
|
20 years ago |
Daniel Stenberg
|
9f92657f76
Gisle corrected two comments
|
20 years ago |
Daniel Stenberg
|
9f341f9ce5
Gisle Vanem's improved verbose output and timeout handling when connecting to
|
20 years ago |
Daniel Stenberg
|
245e3122df
Made defines instead of plain numbers for the Curl_resolv() return code to
|
20 years ago |
Daniel Stenberg
|
2370d4fa02
Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
|
20 years ago |
Daniel Stenberg
|
648e82f05d
Major hostip.c cleanup and split into multiple files and easier #ifdef
|
20 years ago |
Daniel Stenberg
|
7ea837a18c
adjusted to the new dns cache function to hide more hostip internals
|
21 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
3788f25eac
added a library-wide interface for doing dns cache pruning, and no longer
|
21 years ago |
Daniel Stenberg
|
343291ce37
Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when
|
21 years ago |
Daniel Stenberg
|
b73612392d
ares awareness/usage/support added. If configure --enable-ares is used, we
|
21 years ago |
Daniel Stenberg
|
308bc9d919
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
21 years ago |
Daniel Stenberg
|
e615d117a0
Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup
|
21 years ago |
Jean-Philippe Barette-LaPierre
|
beb13a1d3e
added the sharing of DNS cache
|
22 years ago |
Daniel Stenberg
|
f26a338a54
copyright year update in the source header
|
22 years ago |
Daniel Stenberg
|
7df5677b46
fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo()
|
22 years ago |
Daniel Stenberg
|
66eb98bb0a
unlock dns cache entries with a function call instead of a variable fiddle
|
22 years ago |
Daniel Stenberg
|
2cff251863
Curl_resolv() now returns a different struct, and it contains a reference
|
22 years ago |
Daniel Stenberg
|
ba4e69bebc
updated source code boilerplate/header
|
22 years ago |
Daniel Stenberg
|
8927ddec16
In order to not get problems with DNS cache pruning, we no longer store
|
22 years ago |