6 Commits (503d8712f2d7cc37f7356f420b3e210b23e06dea)

Author SHA1 Message Date
Guenter Knauf 7d3f341156 Check for __ANDROID__ in addition to ANDROID macro. 13 years ago
Guenter Knauf 0d6ef42b5f Fix for Android to disable useless arpa/nameser.h. 13 years ago
Yang Tse 4ab65461b6 ares_init.c: fix compiler warning on winsock builds 13 years ago
Daniel Stenberg 63627fa5ab remove all $Id$ lines 15 years ago
Yang Tse e43ac04a1f Refactor how preprocessor symbol _THREAD_SAFE definition is done. 15 years ago
Yang Tse a82a8fbf82 Renamed c-ares setup.h to ares_setup.h 15 years ago
Yang Tse a732ace461 Fix comment 15 years ago
Yang Tse f28b736a56 Fix spelling 15 years ago
Yang Tse 76f24cfdbd Fix Pelles C Win32 target compilation issues 15 years ago
Yang Tse b7bb0a5722 Fix ssize_t redefinition errors on WIN64 reported by Alexey Simak 15 years ago
Gunter Knauf e391db0ef9 renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h. 16 years ago
Yang Tse 5fc305a0ba Initial step towards a configure time ares_socklen_t definition 16 years ago
Dan Fandrich 812666f040 Don't tweak the HAVE_* macros when using autoconf 16 years ago
Yang Tse 746f3e2942 rearrange to allow internal/private use of ares_strcasecmp to any system that 16 years ago
Yang Tse 797372b0f4 strdup() clone for systems/configurations which lack it 16 years ago
Yang Tse 94c7de4661 Update copyright year. 17 years ago
Yang Tse 836b11511b Sync comment with reality. 17 years ago
Yang Tse b94e960ed3 setup.h handles definition of _REENTRANT based on NEED_REENTRANT 17 years ago
Yang Tse e5e2cd5659 Allow --enable-largefile and --disable-largefile configurations. 17 years ago
Yang Tse 7cd35ce698 Define WIN32 when build target is Win32 API. 17 years ago
Yang Tse 269e082f77 Windows build targets have socklen_t definition in ws2tcpip.h but some 17 years ago
Daniel Stenberg efa231bec5 Brad House fixed VS2005 compiler warnings due to time_t being 64bit. 18 years ago
Daniel Stenberg 8c35c65fc7 added ares_process_fd() to allow applications to ask for processing on 18 years ago
Gisle Vanem 4a30753b47 Support for OpenWatcom (Win32): It do have getpid(), but no 18 years ago
Yang Tse 77ac18117c Check for USE_WINSOCK instead of WIN32 where the check was done 18 years ago
Yang Tse 70ed671edf Introduce symbol USE_WINSOCK which will be defined when 18 years ago
Yang Tse 1a8709fa8d Avoid redundant check. configure script takes care of not defining 19 years ago
Yang Tse b05a63758c First step trying to avoid the multiple header inclusion and recursion nightmare. 19 years ago
Gisle Vanem f417f06ca9 Added CVS id. 19 years ago
Gisle Vanem f6e7395ca0 Added CVS id. 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
Gisle Vanem ac9950c3eb Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the 19 years ago
Yang Tse a0d9a3b9f5 Fix typo 19 years ago
Yang Tse 736bae28d0 Windows related cleanup 19 years ago
Yang Tse 9950522a46 'Fix' windows builds 19 years ago
Gisle Vanem b9f81c8e01 Use config-win32.h on Windows. Fixes for djgpp. 19 years ago
Gisle Vanem 14199ea4b9 MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> + 19 years ago
Dominick Meglio aba0b775ea Added ares_getnameinfo which mimics the getnameinfo API 20 years ago
Daniel Stenberg e10e4843c6 moved the *_inet_pton protos to inet_net_pton.h instead 20 years ago
Daniel Stenberg 06e8c9fe3f made the ares_inet_net_pton() proto use size_t size, as the function in the 20 years ago
Dominick Meglio ffb4cf5554 Provided implementations of inet_net_pton and inet_pton from BIND for systems that do not include these functions. These will be necessary for CIDR support and IPv6 support. 20 years ago
Gisle Vanem a4365e169c Prevent redefinition warning with CURLDEBUG. 20 years ago
Daniel Stenberg 9586905220 Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The 20 years ago
Gisle Vanem 9882a12fea No <sys/uio.h> on DOS/Win32 21 years ago
Gisle Vanem 6deb40acac Changes for Watt-32 on Windows. I've assumed Configure 21 years ago
Daniel Stenberg e8e8d3a407 Gisle Vanem: 21 years ago
Daniel Stenberg d5f3636a52 - Fixed a few variable return types for some system calls. Made configure 21 years ago