Yang Tse
|
c26ec47e90
compiler warning fix
|
18 years ago |
Yang Tse
|
772a985dc3
Update copyright year, since the file has been modified
|
18 years ago |
Gisle Vanem
|
4031eb1d91
Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended."
|
18 years ago |
Gunter Knauf
|
ac02d379ba
moved ugly NetWare hack to hostip.h so that hostip.c uses it too.
|
18 years ago |
Yang Tse
|
13616f8f96
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
|
18 years ago |
Gisle Vanem
|
e4d6ade4b3
Moved functions common to IPv4 and C-ares to hostip.c;
|
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 |
Gisle Vanem
|
02938a010d
Changes for combination ENABLE_IPV6 and USE_ARES.
|
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
|
fe22872d14
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
|
18 years ago |
Gisle Vanem
|
3cbb1b2b64
Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines
|
18 years ago |
Daniel Stenberg
|
e7093b3ca8
keep 'socktype' in the connectdata struct and make sure we use that for all
|
19 years ago |
Daniel Stenberg
|
56d9624b56
John Kelly added TFTP support to libcurl. A bunch of new error codes was
|
19 years ago |
Daniel Stenberg
|
4762995d1f
avoid the sensitive word as it looks bad in some people's eyes
|
19 years ago |
Daniel Stenberg
|
5f0366c2cb
only define _REENTRANT if not already defined, and only in setup.h
|
19 years ago |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 years ago |
Daniel Stenberg
|
8b80ac2877
use Curl_inet_pton(), not inet_pton().
|
19 years ago |
Daniel Stenberg
|
61133545f6
- Tru64 and some IRIX boxes seem to not like test 237 as it is. Their
|
19 years ago |
Daniel Stenberg
|
49b2896a3b
avoid warnings on systems with this member set const
|
20 years ago |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 years ago |
Daniel Stenberg
|
c7a9e07909
simplified the check for when to free() the buf data
|
20 years ago |
Daniel Stenberg
|
7a52f44bd4
Gisle fixed a bad free from the resolve reorg, I changed type of the buf
|
20 years ago |
Daniel Stenberg
|
8879b57b73
ah, simplified my latest change more
|
20 years ago |
Daniel Stenberg
|
e49a6feabb
fix for systems without gethostbyname_r()
|
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
|
d6f9a41539
use Curl_addrinfo, not 'struct addrinfo'
|
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
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 years ago |
Daniel Stenberg
|
2370d4fa02
Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
|
20 years ago |