Yang Tse
4b3090680a
Cleanup windows header includes. Where aplicable, inclusion of
...
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h
19 years ago
Yang Tse
2259e593a1
MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0x0501
19 years ago
Yang Tse
1d9efefdfa
Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCS
19 years ago
Yang Tse
14a8b3f6b2
Make it compatible with vc60 and vc71
19 years ago
Yang Tse
a0d9a3b9f5
Fix typo
19 years ago
Yang Tse
c4e7de9bdd
Fix compiler warning
19 years ago
Yang Tse
ecf65daa5e
Cleanup
19 years ago
Yang Tse
736bae28d0
Windows related cleanup
19 years ago
Yang Tse
e539b0438f
Check first arg of getnameinfo with and without const qualifier.
19 years ago
Yang Tse
169053a718
Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since at this point nothing depends on it.
19 years ago
Yang Tse
8fe38785e7
const qualifier in getnameinfo check
19 years ago
Yang Tse
48ccbcfa4b
Since there is no proof of the existence of a platform which would
...
justify checking for socklen_t in more than one function, the code
used to find a valid socklen_t replacement is simplified back. The
only function that will be used to find a socklen_t replacement is
getpeername, as it has been since revision 1.4 of curl/acinclude.m4
19 years ago
Yang Tse
9950522a46
'Fix' windows builds
19 years ago
Yang Tse
e4c8fa8111
TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.
...
CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument.
All related changes taken to cares configuration scripts.
19 years ago
Yang Tse
ed8eeae98e
Undo last changes
19 years ago
Yang Tse
b4e6ca49d8
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
6681cc24e9
Modified lookup_service() to avoid the risk of a potential buffer overflow
19 years ago
Yang Tse
bc727dff6a
Fix compiler warning
19 years ago
Yang Tse
8e8403987f
Fix compiler warning
19 years ago
Daniel Stenberg
513f448061
Yang Tse fixed compiler warnings
19 years ago
Daniel Stenberg
006698a1ed
read_tcp_data() fix to get the proper buffer pointer and size
19 years ago
Daniel Stenberg
c24e66c057
Yang Tse: fixed compiler warnings
19 years ago
Daniel Stenberg
1638613891
Change based on Yang Tse's excellent fix to reduce buffer overflow risk and
...
fixing a compiler warning in the append_scopeid() function.
19 years ago
Daniel Stenberg
fab5b5e116
avoid doing #if an a predef symbol that might not be defined
19 years ago
Daniel Stenberg
f06e65fa65
check for and use winsock2.h instead of winsock.h and I fixed a typo in the
...
ifdefs where . was used instead of _!
19 years ago
Daniel Stenberg
264f2a4cf1
include ws2tcpip.h in an attempt to detect some of the ipv6 structs better
...
in mingw builds
19 years ago
Daniel Stenberg
374bc69deb
Detect big/little endian in the configure script and adjust the ares_dns.h
...
macros accordingly.
19 years ago
Gisle Vanem
8e55d1b7a1
Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.
19 years ago
Gisle Vanem
af93e3305e
Added CVS id.
...
Avoid warning 'x might be used uninitialized in this function'.
19 years ago
Gisle Vanem
d9f2b29e03
We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.
19 years ago
Gisle Vanem
2bf6cf0a10
Fixed typo. Detabified.
19 years ago
Gisle Vanem
d629c2affd
Support big-endian machines.
19 years ago
Gisle Vanem
fbb01a0ebe
Added CVS id, Detabified, applied c-ares coding-style.
19 years ago
Gisle Vanem
0776e67138
Added CVS id. Detabified.
19 years ago
Gisle Vanem
7bd15b8baa
Include <getopt.h>.
...
Use DNS__32BIT() and DNS__16BIT() (How about BE machines?).
Display T_AAAA resource.
19 years ago
Daniel Stenberg
617c3100f5
removed files no longer existing
19 years ago
Gisle Vanem
9c99a58191
Squelch gcc 4.x warning.
19 years ago
Gisle Vanem
46774e514d
Detabified. Added CVS id.
19 years ago
Gisle Vanem
5d0d35bb21
HAVE_xx defines moved to config-win32.h.
19 years ago
Gisle Vanem
831818677b
Update using ares_inet_pton() and ares_inet_ntop().
19 years ago
Gisle Vanem
b9f81c8e01
Use config-win32.h on Windows. Fixes for djgpp.
19 years ago
Gisle Vanem
9b106cf987
Defines moved to config-win32.h.
19 years ago
Gisle Vanem
6bc3b441c5
Easy configuration with this file.
19 years ago
Gisle Vanem
5f85e119d1
Remove generated files areslib.plg areslib.mak from CVS.
19 years ago
Gisle Vanem
e3b0e81281
Remove generated files ahost.plg ahost.mak from CVS.
19 years ago
Gisle Vanem
38de342800
Remove generated files adig.plg adig.mak from CVS.
19 years ago
Gisle Vanem
7500a2028e
Update with "new" HAVE_xx.
19 years ago
Gisle Vanem
65ec4e9940
Replace <winsock.h> with <winsock2.h>
...
since IPv6 support is required.
19 years ago
Gisle Vanem
4e1a593929
Add cvs id.
19 years ago
Gisle Vanem
4ab4e3792e
Added Makefile.vc6.
19 years ago