837 Commits (8c2fe4c67ff325540e68a02b737ef65b70f30475)
 

Author SHA1 Message Date
Yang Tse cf64c31aac Fix compiler warnings. 19 years ago
Yang Tse 62e22ec3af include setup_once.h dependency and adjust to 80 char lines. 19 years ago
Yang Tse 283737c856 Replace send() and recv() with swrite() and sread() macros. 19 years ago
Yang Tse b05a63758c First step trying to avoid the multiple header inclusion and recursion nightmare. 19 years ago
Yang Tse bed83eaf82 Provide multiple header inclusion prevention definition __ARES_PRIVATE_H 19 years ago
Yang Tse 30d25aad3e Change multiple header inclusion prevention definition to __ARES_BITNCMP_H 19 years ago
Yang Tse 962f710089 Change multiple header inclusion prevention definition to __ARES_INET_NET_PTON_H 19 years ago
Yang Tse e5c95e68d8 Sync header with source code 19 years ago
Yang Tse 4e8835e782 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>. 19 years ago
Gisle Vanem 08ce30f216 Added getopt() processing. 19 years ago
Gisle Vanem 383126b38f Added getopt() processing of [-t {a|aaaa}]. 19 years ago
Gisle Vanem f417f06ca9 Added CVS id. 19 years ago
Gisle Vanem 0a83c1e416 2nd try adding CVS id. 19 years ago
Gisle Vanem f6e7395ca0 Added CVS id. 19 years ago
Gisle Vanem 4cef1942be Use ares_free_string() to avoid detecting leaks. 19 years ago
Gisle Vanem a5c01eed75 If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set. 19 years ago
Yang Tse fb7987171c Fix compiler warning 19 years ago
Yang Tse c3c8945646 Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493. 19 years ago
Yang Tse 31dfa4924d Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compilation and <malloc.h> must also be included. 19 years ago
Yang Tse 04369e1134 Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value and has portability issues. 19 years ago
Yang Tse f3643c497b Substitution of the literal '-' is only done if it's the first or last character. 19 years ago
Yang Tse e7be013388 Using backslashes and slashes in the strings of the sed 'y' command shall be avoided since its interpretation is not the same across platforms. 19 years ago
Yang Tse d4b831bd3e Fix excessive escaping. 19 years ago
Yang Tse 33be40af18 Fix CURL_CHECK_HEADERS_ONCE 19 years ago
Yang Tse 69a7d102b7 Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND. 19 years ago
Yang Tse 413a37e409 Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode. 19 years ago
Yang Tse 3e2f91b95f Use a more descriptive var name. 19 years ago
Yang Tse e26ef987d7 Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. 19 years ago
Yang Tse 26b2944fb9 Platforms that don't have/run configure need default values in their config files for: 19 years ago
Yang Tse 016db852f8 Find out return types and argument types for functions recv() and send() at configuration stage. 19 years ago
Yang Tse 64102e9a5c Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEID 19 years ago
Yang Tse 054c5cf04b Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cross-compiling. 19 years ago
Yang Tse bdf1485cf9 Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO 19 years ago
Yang Tse a838f1a431 Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO 19 years ago
Yang Tse be2ee2baac Get qualifier of arg 1 for getnameinfo apart. Take 2. 19 years ago
Yang Tse 24c638e165 Get qualifier of arg 1 for getnameinfo apart. 19 years ago
Yang Tse 5151cb841e Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO 19 years ago
Daniel Stenberg ca324db453 include config-win32.h in release archives 19 years ago
Daniel Stenberg 0e07499e96 1.3.1 19 years ago
William Ahern d1ad89f943 Remove "big endian" DNS section and RR data integer parser macros from 19 years ago
William Ahern 70dbc3725d Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP and 19 years ago
Daniel Stenberg 2fc66d7b01 Copied the NO_UNDEFINED magic from libcurl to make this build fine again with 19 years ago
Daniel Stenberg e75c876ac5 Bram Matthys brought my attention to a libtool peculiarity where detecting 19 years ago
Daniel Stenberg c8878fb584 two more contributors 19 years ago
Daniel Stenberg f4f25e3282 moved the curl_off_t check to within the --enable-debug block where it belongs since it is a somewhat ugly hack 19 years ago
Daniel Stenberg 22e34b53e4 Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes 19 years ago
Gunter Knauf 772811b915 removed -fpack-struct because gcc4 seems to know its obsolete and warns... 19 years ago
Gunter Knauf cdd3f45374 minor Makefile fix - let's go 2006; 19 years ago
Daniel Stenberg de713cb37d Alexander Lazic improved the getservbyport_r() configure check. 19 years ago
Daniel Stenberg 7a03bdaf34 buildconf fixes 19 years ago