커밋 기록

작성자 SHA1 메시지 날짜
  Yang Tse 82f52e5a6f compiler warning fix 18 년 전
  Yang Tse c26ec47e90 compiler warning fix 18 년 전
  Yang Tse 772a985dc3 Update copyright year, since the file has been modified 18 년 전
  Gisle Vanem 4031eb1d91 Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended." 18 년 전
  Gunter Knauf ac02d379ba moved ugly NetWare hack to hostip.h so that hostip.c uses it too. 18 년 전
  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 년 전
  Gisle Vanem e4d6ade4b3 Moved functions common to IPv4 and C-ares to hostip.c; 18 년 전
  Gisle Vanem 5cdbd0cf4a Constify arguments to Curl_he2ai() and Curl_addrinfo_copy(). 18 년 전
  Gisle Vanem a55c70d4ae Constify 'hostname' and 'service' to various resolver functions. 18 년 전
  Gisle Vanem 02938a010d Changes for combination ENABLE_IPV6 and USE_ARES. 18 년 전
  Yang Tse d2cefc140a Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493. 18 년 전
  Yang Tse fe22872d14 include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. 18 년 전
  Gisle Vanem 3cbb1b2b64 Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines 18 년 전
  Daniel Stenberg e7093b3ca8 keep 'socktype' in the connectdata struct and make sure we use that for all 19 년 전
  Daniel Stenberg 56d9624b56 John Kelly added TFTP support to libcurl. A bunch of new error codes was 19 년 전
  Daniel Stenberg 4762995d1f avoid the sensitive word as it looks bad in some people's eyes 19 년 전
  Daniel Stenberg 5f0366c2cb only define _REENTRANT if not already defined, and only in setup.h 19 년 전
  Daniel Stenberg ab4086bc24 Updated the copyright year since changes have been this year. 19 년 전
  Daniel Stenberg 8b80ac2877 use Curl_inet_pton(), not inet_pton(). 19 년 전
  Daniel Stenberg 61133545f6 - Tru64 and some IRIX boxes seem to not like test 237 as it is. Their 19 년 전
  Daniel Stenberg 49b2896a3b avoid warnings on systems with this member set const 20 년 전
  Daniel Stenberg 39af394a1c removed tabs and trailing whitespace from source 20 년 전
  Daniel Stenberg c7a9e07909 simplified the check for when to free() the buf data 20 년 전
  Daniel Stenberg 7a52f44bd4 Gisle fixed a bad free from the resolve reorg, I changed type of the buf 20 년 전
  Daniel Stenberg 8879b57b73 ah, simplified my latest change more 20 년 전
  Daniel Stenberg e49a6feabb fix for systems without gethostbyname_r() 20 년 전
  Daniel Stenberg 5e34f3dc01 made the Curl_he2ai() take the port number as an int intead, to avoid lots 20 년 전
  Daniel Stenberg d6f9a41539 use Curl_addrinfo, not 'struct addrinfo' 20 년 전
  Daniel Stenberg c39858aac0 Source cleanups. The major one being that we now _always_ use a Curl_addrinfo 20 년 전
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. 20 년 전