- Dec 20, 2005
-
-
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.
-
- Mar 22, 2005
-
-
Daniel Stenberg authored
When cross-compiling, we do some better checking for the NI_WITHSCOPEID option instead of just assuming it is present.
-
- Mar 15, 2005
-
-
Dan Fandrich authored
-
- Mar 14, 2005
-
-
Dan Fandrich authored
more platforms.
-
- Mar 11, 2005
-
-
Dan Fandrich authored
-
Dan Fandrich authored
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
-
- Dec 22, 2004
-
-
Daniel Stenberg authored
build out-of-the-box on BeOS.
-
- Dec 20, 2004
-
-
Dan Fandrich authored
-
- Dec 15, 2004
-
-
Dan Fandrich authored
-