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
|
20 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 |
Daniel Stenberg
|
974f314f57
copyright string (year) update
|
22 years ago |
Sterling Hughes
|
8d7f402efb
Make cach'ing work with threads now, there are now three cases:
|
23 years ago |
Daniel Stenberg
|
6de7dc5879
Sterling Hughes' provided initial DNS cache source code.
|
23 years ago |
Daniel Stenberg
|
5d9ae88f58
getaddrinfo() cleanups
|
23 years ago |
Daniel Stenberg
|
51ca5fcbe0
major connecting updates
|
23 years ago |
Daniel Stenberg
|
48dc74aecc
more transparant support for IPv6 name resolving
|
23 years ago |