- Apr 19, 2006
-
-
Daniel Stenberg authored
arguments work properly - and the option is not harmful for the rest of the curl build either!
-
- Jan 18, 2006
-
-
Daniel Stenberg authored
-
- Dec 21, 2005
-
-
Yang Tse authored
done in one single function CURL_CHECK_FUNC_GETNAMEINFO which will only define HAVE_GETNAMEINFO if the function has been found AND the type of its arguments has been properly been detected
-
Yang Tse authored
proper types to use for getnameinfo args
-
Yang Tse authored
proper types to use for getnameinfo args
-
- Dec 20, 2005
-
-
Yang Tse authored
target use calling convention WSAAPI for getnameinfo() prototype. Checking type DWORD as argument 4 and 6 of getnameinfo not needed.
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 19, 2005
- Dec 18, 2005
- Dec 17, 2005
- Dec 16, 2005
-
-
Yang Tse authored
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
-
Yang Tse authored
CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument. All related changes taken to cares configuration scripts.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 15, 2005
-
-
Yang Tse authored
valid windows.h winsock.h winsock2.h and ws2tcpip.h header files: CURL_CHECK_HEADER_WINDOWS CURL_CHECK_HEADER_WINSOCK CURL_CHECK_HEADER_WINSOCK2 CURL_CHECK_HEADER_WS2TCPIP
-
- Dec 14, 2005
- Nov 12, 2005
-
-
Daniel Stenberg authored
-
- Aug 19, 2005
-
-
Daniel Stenberg authored
recent gcc versions give far too many false positives for this to be valuable
-
Daniel Stenberg authored
-
- Jul 20, 2005
-
-
Dan Fandrich authored
variable declarations.
-
- Jun 30, 2005
-
-
Dan Fandrich authored
-
- May 18, 2005
-
-
Daniel Stenberg authored
when looking for the prototype
-
Daniel Stenberg authored
times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't set (since it _had_ found a strerror_r).
-
- May 02, 2005
-
-
Daniel Stenberg authored
least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we use that for FTP PORT/EPRT)! So, I modified the configure check that checks if the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on AIX 4.3 and it will automatically build with IPv6 support disabled.
-
Daniel Stenberg authored
to survive without it if not found. AIX 4.3 targetted adjustment.
-