Historie revizí

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