コミット履歴

作者 SHA1 メッセージ 日付
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 年 前
  Yang Tse 9770899a4b Moved potential inclusion of system's malloc.h and memory.h header files to 15 年 前
  Yang Tse 9cc6ab3922 use HAVE_LIMITS_H symbol to protect limits.h inclusion 15 年 前
  Yang Tse 2c27e24bb4 include <limits.h> for INT_MAX definition 15 年 前
  Daniel Stenberg dcf92bffd2 - When building with c-ares 1.6.1 (not yet released) or later and IPv6 support 15 年 前
  Yang Tse a0ef686c54 Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 15 年 前
  Daniel Stenberg 85ffd33f08 Daniel Johnson reported and fixed ipv4 name resolves when libcurl is built 15 年 前
  Yang Tse c455254fd1 attempt to fix or allow further detection of an elusive icc SIGSEGV 15 年 前
  Yang Tse 885805b5df move struct namebuf6 declaration out of Curl_ip2addr6() 15 年 前
  Dan Fandrich 8f467b4288 Removed unneeded includes of signal.h and setjmp.h 15 年 前
  Yang Tse 4e909ee8b1 ntoa() and inet_ntoa_r() no longer used 15 年 前
  Yang Tse 56f852a64f Use 'Curl_inet_pton()' instead of 'inet_pton()'. 16 年 前
  Daniel Stenberg 0cd8840dba - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I 16 年 前
  Yang Tse 1eebb90030 improve easy interface resolving timeout handling in c-ares enabled builds 16 年 前
  Daniel Stenberg cbd1a77ec2 if () => if() 16 年 前
  Yang Tse 5c8fc7dce9 Fix compiler warning: conversion from "int" to "unsigned short" may lose significant bits 16 年 前
  Yang Tse 3f3a38f9c6 Fix issue related with the use of ares_timeout() result. 16 年 前
  Daniel Stenberg a4d6611d26 a name resolve that times out is still a failed name resolve 17 年 前
  Daniel Stenberg d23d686de2 restore the correct timeout time that my previous commit broke 17 年 前
  Daniel Stenberg c8677e9d3f Properly wait for the c-ares resolve to complete, hopefully the cure for 17 年 前
  Daniel Stenberg 4c663ba9a8 When transferring 500 downloads in parallel with a c-ares enabled build only 17 年 前
  Yang Tse eed47311f8 New Internal wrapper function Curl_select() around select (2), it 17 年 前
  Gisle Vanem c514a2a89a Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files 17 年 前
  Yang Tse a1d5983991 use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 17 年 前
  Daniel Stenberg 91386937ff - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS 17 年 前
  Daniel Stenberg 7a710b4970 Jeff helped me pinpoint that we didn't properly set the expire timer during 17 年 前
  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 f2aa3b21e0 Use the proper Curl_freeaddrinfo() for CURLRES_ARES. 18 年 前
  Gisle Vanem a55c70d4ae Constify 'hostname' and 'service' to various resolver functions. 18 年 前