Dan Fandrich
|
523767660c
Fixed some minor mismatched types found by splint.
|
17 år sedan |
Daniel Stenberg
|
54967d2a3a
Thomas J. Moore provided a patch that introduces Kerberos5 support in
|
17 år sedan |
Daniel Stenberg
|
62f0f5571d
Robert Iakobashvili re-arranged the internal hash code to work with a custom
|
17 år sedan |
Yang Tse
|
94b253fde7
Steve Little's fixes to allow compilation on VMS 64-bit mode
|
17 år sedan |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
17 år sedan |
Yang Tse
|
3a634a273a
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
17 år sedan |
Dan Fandrich
|
77516822f6
Workaround for Cray UNICOS 9.0 to fix ftp.
|
18 år sedan |
Dan Fandrich
|
839441e236
Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MP
|
18 år sedan |
Yang Tse
|
ecfaa4f869
Fix warning: no newline at end of file
|
18 år sedan |
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 år sedan |
Gisle Vanem
|
e4d6ade4b3
Moved functions common to IPv4 and C-ares to hostip.c;
|
18 år sedan |
Gisle Vanem
|
c82e880f5b
Remove comment about c-ares not supporting IPv6.
|
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
|
fe22872d14
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
|
18 år sedan |
Daniel Stenberg
|
ca319f63ad
Ingmar Runge provided a source snippet that caused a crash. The reason for
|
18 år sedan |
Daniel Stenberg
|
e85e30546c
Roland Blom filed bug report #1481217
|
18 år sedan |
Gisle Vanem
|
3cbb1b2b64
Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines
|
18 år sedan |
Daniel Stenberg
|
92009181af
Shmulik Regev provided a fix for the DNS cache when using short life times,
|
19 år sedan |
Daniel Stenberg
|
5f0366c2cb
only define _REENTRANT if not already defined, and only in setup.h
|
19 år sedan |
Daniel Stenberg
|
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
|
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
|
dcea109bb5
Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and
|
20 år sedan |
Daniel Stenberg
|
6d1b37b3da
Prevent a longjmp warning by moving the rc assign within Curl_resolv().
|
20 år sedan |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 år sedan |
Daniel Stenberg
|
95def48071
Made the dns entry remain locked while a connection to the host remains to
|
20 år sedan |
Daniel Stenberg
|
f2a99d7d74
the _num_chars() function is not used, removing
|
20 år sedan |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
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
|
560c257bd0
prevent warning
|
20 år sedan |