Yang Tse
b9c00a23ce
compiler warning fix
2007-02-06 03:31:27 +00:00
Gisle Vanem
69b6529167
Remove '-Dselect=select_s'. Remove depend.dj-
2007-02-05 11:32:18 +00:00
Yang Tse
12393dcd5c
compiler warning fix
2007-02-05 04:10:32 +00:00
Gisle Vanem
5908d58da3
Use correct 3rd argument for ioctlsocket() under Watt-32.
2007-02-04 13:34:34 +00:00
Gisle Vanem
6a3e5617d7
Use correct calling convention.
2007-02-04 13:02:31 +00:00
Gisle Vanem
b6c4466641
Added DllMain() function for Watcom.
2007-02-04 12:50:53 +00:00
Yang Tse
7fe31e4d00
compiler warning fix
2007-02-02 17:16:06 +00:00
Yang Tse
6f872e206a
add debug messages for initialization failures
2007-02-02 16:01:55 +00:00
Yang Tse
94f2d923fc
add missing strings for existing error codes
2007-02-02 16:01:15 +00:00
Yang Tse
e184411c0b
move DEBUGF macro definition to setup_once.h
2007-02-02 15:31:32 +00:00
Yang Tse
145117174e
compiler warning fix
2007-02-01 15:36:56 +00:00
Yang Tse
fb38ee15e2
compiler warning fix
2007-02-01 01:42:13 +00:00
Gisle Vanem
4a30753b47
Support for OpenWatcom (Win32): It do have getpid(), but no
...
<sys/time.h>.
2007-01-30 13:15:07 +00:00
Yang Tse
3c90d9d6d3
fix compiler warning "discards qualifiers from pointer target type" in debug builds
2007-01-29 20:56:27 +00:00
Yang Tse
3445be6316
sync with lib/setup_once.h
curl-7_16_1
2007-01-27 01:56:57 +00:00
Gunter Knauf
f8c4607cef
enabled build with libssh2; fixed copyright for new year..
2007-01-23 00:26:45 +00:00
Gisle Vanem
de2e08cee1
ahost.exe needs getopt.obj.
2006-12-11 15:18:52 +00:00
Yang Tse
65fc05826e
Make sure RETSIGTYPE is properly defined
2006-11-25 01:02:52 +00:00
Yang Tse
286eafac7b
Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
...
as appropriate for platforms that don't have autotools support
2006-11-24 16:38:58 +00:00
Daniel Stenberg
6a59182e81
Michael Wallner fixed this problem: When I set domains in the options
...
struct, and there are domain/search entries in /etc/resolv.conf, the domains
of the options struct will be overridden.
2006-11-22 22:54:41 +00:00
Daniel Stenberg
bc76d02bc3
Install ares_dns.h too
2006-11-22 22:51:01 +00:00
Yang Tse
7f7d2ad5c6
Added a check in configure that verifies if <signal.h> is available,
...
defining HAVE_SIGNAL_H if the header is available.
Added a check in configure that tests if the sig_atomic_t type is
available, defining HAVE_SIG_ATOMIC_T if it is available. Providing
a suitable default in setup_once.h if not available.
Added a check in configure that tests if the sig_atomic_t type is
already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE
if it is available and already defined as volatile.
2006-11-22 18:41:35 +00:00
Daniel Stenberg
4a23aef23c
we did 1.3.2 and are now on the 1.3.3 track!
2006-11-11 22:23:48 +00:00
Gisle Vanem
f34c89a9a2
Moved select_s() to Makefile.dj since select() is used in applications.
2006-11-07 13:29:15 +00:00
Yang Tse
877966659d
avoid a couple of potential zero size memory allocations
2006-11-06 13:56:51 +00:00
Daniel Stenberg
fadf4bfa08
mention the areslib.dsp fix
2006-11-05 23:11:22 +00:00
Daniel Stenberg
5617c371e7
add the recent crowd of contributors
2006-11-05 23:11:07 +00:00
Daniel Stenberg
776108dc80
Andreas Rieke fixed back the correct line endings!
2006-11-05 23:08:11 +00:00
Daniel Stenberg
a39a54189b
stand clear for release 1.3.2
cares-1_3_2
2006-11-03 10:47:35 +00:00
Daniel Stenberg
7ea2bc0db7
Andreas Rieke added missing file and changed line endings
2006-11-03 10:41:33 +00:00
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
Yang Tse
d9cab5a6df
Sync with lib/setup_once.h
curl-7_16_0
2006-10-27 15:37:26 +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
Yang Tse
dd8b7df5dd
Compiler warning fix
2006-10-25 10:25:43 +00:00
Yang Tse
000ac3f39d
Sync with lib/setup_once.h
2006-10-18 21:25:12 +00:00
Yang Tse
77ac18117c
Check for USE_WINSOCK instead of WIN32 where the check was done
...
to verify winsock API availability.
2006-10-18 21:05:40 +00:00
Yang Tse
70ed671edf
Introduce symbol USE_WINSOCK which will be defined when
...
using winsock or winsock2 API.
2006-10-18 15:57:49 +00:00
Daniel Stenberg
5d9bf10232
Tor's spell fixes
2006-10-18 12:59:02 +00:00
Yang Tse
dd3b42e1ac
Replace is*() macros with our own IS*() ones.
...
Get rid of non ANSI/ISO isascii().
2006-10-18 03:42:06 +00:00
Yang Tse
2a7b004e49
Move definition of IS*() macros to setup_once.h
2006-10-18 03:41:19 +00:00
Yang Tse
69dcc701cf
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
2006-10-14 12:01:44 +00:00
Daniel Stenberg
8df5b67ab0
Prevent ares_getsock() to overflow if more than 16 sockets are used.
2006-10-13 21:25:11 +00:00
Yang Tse
02d31bef50
Check for struct timeval at configuration time
2006-10-13 01:35:14 +00:00