Commit History

Author SHA1 Message Date
  Yang Tse a1d5983991 use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 17 years ago
  Daniel Stenberg e6ea8f1199 put back the correct logic, as the change dated July 11th 2006 added bad 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 f2aa3b21e0 Use the proper Curl_freeaddrinfo() for CURLRES_ARES. 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
  Gisle Vanem d46de5ab8b Avoid warning "comparison of unsigned expression < 0 is always false" 18 years ago
  Yang Tse fe22872d14 include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. 18 years ago
  Yang Tse 55138753c6 Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions. 18 years ago
  Yang Tse 43369b8096 Fix compiler warning. 18 years ago
  Daniel Stenberg 9bece2b313 additional renames of Curl_ourerrno => Curl_sockerrno 18 years ago
  Daniel Stenberg e85e30546c Roland Blom filed bug report #1481217 18 years ago
  Gisle Vanem 3cbb1b2b64 Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines 18 years ago
  Yang Tse d14588120f Undo last 'fix', since it was not the proper one. 19 years ago
  Yang Tse 947f9deed5 Fix compiler warning 19 years ago
  Yang Tse b15f3bb969 Undo last changes 19 years ago
  Yang Tse 36485e56ed Fix compiler warning and compatibility issue with the type of the parameter used in getnameinfo() to receive the length of the sockaddr struct. 19 years ago
  Yang Tse c94f3e8188 Fix compiler warning 19 years ago
  Daniel Stenberg cab59b4c32 Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since 19 years ago
  Daniel Stenberg 021e786c71 Added a dump_addrinfo() function to ease debugging of resolved names. Define 19 years ago
  Daniel Stenberg b2be6799f2 pass a NULL pointer in the service argument (the second) if the port number 19 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 5f0366c2cb only define _REENTRANT if not already defined, and only in setup.h 19 years ago
  Daniel Stenberg 553c5a7501 include inet_pton.h 19 years ago
  Daniel Stenberg 8b80ac2877 use Curl_inet_pton(), not inet_pton(). 19 years ago
  Daniel Stenberg 6a2e21ec8c FTP code turned into state machine. Not completely yet, but a good start. 19 years ago
  Daniel Stenberg 39af394a1c removed tabs and trailing whitespace from source 20 years ago
  Daniel Stenberg a231a96841 actually, we check for a numerical host using either ipv4 or ipv6, as neither 20 years ago