Commit Graph
62 Commits
Author SHA1 Message Date
Gisle Vanem f0fe41b68b Updated dependency output. 2006-10-31 20:45:17 +00:00
Gisle Vanem fe7b789e18 Updated dependencies to not include config.h. 2006-10-31 20:44:36 +00:00
Gisle Vanem 6bf04cdcad Removed unneeded stuff. 2006-10-31 18:01:07 +00:00
Gisle Vanem ee3c1a1f1a Added Watt-32 section to fix things for Watt32+Win32 targets. 2006-10-31 17:54:51 +00:00
Gisle Vanem 48d6915d8b Don't include "nameser.h" for Watt32. Use the normal BSD-socket headers. 2006-10-31 17:51:54 +00:00
Gisle Vanem 8e881e02f5 Added definition of select() for Watt32. 2006-10-31 17:25:48 +00:00
Gisle Vanem 91fd5ddd0c Rewritten to use ../packages/DOS/common.dj. 2006-10-31 17:24:25 +00:00
Gisle Vanem 4df9c29084 Fixed "'x' might be used uninitialized in this function" warning.
Removed trailing whitespace.
2006-10-25 14:16:01 +00:00
Gisle Vanem d4bc2387b5 Added '-d' option for Watt32 targets. Added cvs id. 2006-10-25 14:13:35 +00:00
Gisle Vanem 415e2ae109 Fixed comment. 2006-08-04 15:41:56 +00:00
Gisle Vanem 08ce30f216 Added getopt() processing. 2006-07-23 10:10:52 +00:00
Gisle Vanem 383126b38f Added getopt() processing of [-t {a|aaaa}]. 2006-07-22 17:31:00 +00:00
Gisle Vanem f417f06ca9 Added CVS id. 2006-07-22 15:38:35 +00:00
Gisle Vanem 0a83c1e416 2nd try adding CVS id. 2006-07-22 15:37:10 +00:00
Gisle Vanem f6e7395ca0 Added CVS id. 2006-07-22 15:21:13 +00:00
Gisle Vanem 4cef1942be Use ares_free_string() to avoid detecting leaks. 2006-07-22 15:12:34 +00:00
Gisle Vanem a5c01eed75 If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set. 2006-07-22 14:51:39 +00:00
Gisle Vanem 85510390ca Added ares_getsock.obj. 2006-01-04 14:21:57 +00:00
Gisle Vanem e2bdd6b5a6 Fix PellesC warning. 2005-12-20 20:58:51 +00:00
Gisle Vanem ac9950c3eb Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the
rearrangement in ares_process.c.
2005-12-20 20:48:38 +00:00
Gisle Vanem 8e55d1b7a1 Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. 2005-11-14 13:40:16 +00:00
Gisle Vanem af93e3305e Added CVS id.
Avoid warning 'x might be used uninitialized in this function'.
2005-11-14 13:26:17 +00:00
Gisle Vanem d9f2b29e03 We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID. 2005-11-14 12:32:56 +00:00
Gisle Vanem 2bf6cf0a10 Fixed typo. Detabified. 2005-11-12 18:33:32 +00:00
Gisle Vanem d629c2affd Support big-endian machines. 2005-11-12 15:15:27 +00:00
Gisle Vanem fbb01a0ebe Added CVS id, Detabified, applied c-ares coding-style. 2005-11-12 14:59:33 +00:00
Gisle Vanem 0776e67138 Added CVS id. Detabified. 2005-11-12 14:44:26 +00:00
Gisle Vanem 7bd15b8baa Include <getopt.h>.
Use DNS__32BIT() and DNS__16BIT()  (How about BE machines?).
Display T_AAAA resource.
2005-11-12 14:41:12 +00:00
Gisle Vanem 9c99a58191 Squelch gcc 4.x warning. 2005-11-11 19:25:29 +00:00
Gisle Vanem 46774e514d Detabified. Added CVS id. 2005-11-11 19:20:22 +00:00
Gisle Vanem 5d0d35bb21 HAVE_xx defines moved to config-win32.h. 2005-11-11 19:14:51 +00:00
Gisle Vanem 831818677b Update using ares_inet_pton() and ares_inet_ntop(). 2005-11-11 04:28:23 +00:00
Gisle Vanem b9f81c8e01 Use config-win32.h on Windows. Fixes for djgpp. 2005-11-10 16:55:59 +00:00
Gisle Vanem 9b106cf987 Defines moved to config-win32.h. 2005-11-10 16:52:43 +00:00
Gisle Vanem 6bc3b441c5 Easy configuration with this file. 2005-11-10 16:50:21 +00:00
Gisle Vanem 5f85e119d1 Remove generated files areslib.plg areslib.mak from CVS. 2005-11-10 16:42:07 +00:00
Gisle Vanem e3b0e81281 Remove generated files ahost.plg ahost.mak from CVS. 2005-11-10 16:40:08 +00:00
Gisle Vanem 38de342800 Remove generated files adig.plg adig.mak from CVS. 2005-11-10 16:38:17 +00:00
Gisle Vanem 7500a2028e Update with "new" HAVE_xx. 2005-11-09 22:52:45 +00:00
Gisle Vanem 65ec4e9940 Replace <winsock.h> with <winsock2.h>
since IPv6 support is required.
2005-11-09 22:32:45 +00:00
Gisle Vanem 4e1a593929 Add cvs id. 2005-11-09 22:18:13 +00:00
Gisle Vanem 4ab4e3792e Added Makefile.vc6. 2005-11-09 22:17:13 +00:00
Gisle Vanem 9df9494e5f I hate MS-devstudio project files. 2005-11-09 22:16:58 +00:00
Gisle Vanem 57363c9e97 Updated for MingW. Added inet_ntop.o inet_net_pton.o bitncmp.o.
Added -D'efines'.
2005-11-09 21:51:44 +00:00
Gisle Vanem 14199ea4b9 MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +
<ws2tcpip.h> since IPv6 is no longer optional (was it ever?)
2005-11-09 21:38:58 +00:00
Gisle Vanem a8e801a4d9 Fixes for building with MSVC-6/7. Added inet*.c.
Replace <winsock.h> with <winsock2.h> + <ws2tcpip.h>
(ala libcurl since IPv6 is not optional now).
2005-11-09 21:32:47 +00:00
Gisle Vanem 8aadde8e5e Fixes for building ahost with MSVC-6/7. Added inet*.c. 2005-11-09 21:29:34 +00:00
Gisle Vanem 1a98970668 Include inet_net_pton.h for 'struct in6_addr'. Ideally this
should come from <ws2tcpip.h>, but Winsock 1.1 should
suffice.
2005-04-06 18:58:33 +00:00
Gisle Vanem cc2b7d053b Moved inet_net_pton.h to HHEADERS. 2005-04-06 18:55:59 +00:00
Gisle Vanem 46d66012f1 CURL_EXTERN is already in <curl/curl.h>. 2005-03-22 10:37:26 +00:00
Gisle Vanem a4365e169c Prevent redefinition warning with CURLDEBUG. 2005-03-22 10:36:20 +00:00
Gisle Vanem 1223fb7eac Prevent gcc warning. 2005-03-13 09:21:54 +00:00
Gisle Vanem 7319c3a20a Adapted for C++. 2004-11-11 12:25:40 +00:00
Gisle Vanem 1827728a28 Replace IsNT with IS_NT(). 2004-11-10 14:30:25 +00:00
Gisle Vanem 6c64cc8669 Replace IsNT with IS_NT().
Return correct timeval in windows_port.c.
Squelch gcc warnings:
  use 'ares_socket_t' in ares_fds.c.
  Don't cast a 'lvalue' in ares_init.c.
2004-11-10 14:23:20 +00:00
Gisle Vanem 081ea5e5d2 Removed ares_free_errmem.c from MSCV project files.
Fixed line-endings to CR-LF.
2004-08-29 15:40:17 +00:00
Gisle Vanem 0f51a17667 More patches for Watt-32 on Win32; don't include "nameser.h". 2004-08-20 14:10:44 +00:00
Gisle Vanem 32fded8229 No WSAGetLastError() on Watt-32/DOS 2004-08-20 14:07:11 +00:00
Gisle Vanem 9882a12fea No <sys/uio.h> on DOS/Win32 2004-08-20 13:48:24 +00:00
Gisle Vanem 6deb40acac Changes for Watt-32 on Windows. I've assumed Configure
sets the required HAVE_xx defines for non-DOS/Win targets.
2004-08-20 13:45:26 +00:00
Gisle Vanem 5133b2b6b9 ZLIB_ROOT not needed 2004-08-19 15:24:49 +00:00
Gisle Vanem 0724f32567 My first CVS commit just to see if this works.
BTW. Used eclipse IDE fo this, which really kicks ass.
2004-08-19 15:16:40 +00:00