Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | |
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case. | |||
2007-07-30 | Peter O'Gorman pointed out (and fixed) that the non-blocking check in | Daniel Stenberg | |
configure made libcurl use blocking sockets on AIX 4 and 5, while that wasn't the intention. | |||
2007-04-10 | --enable-sspi only supported on Windows native builds | Yang Tse | |
2007-04-03 | Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros | Yang Tse | |
are not icc 9.0 specific. | |||
2007-03-27 | Daniel Johnson's fix for shared object extension detection on Mac OS X. | Dan Fandrich | |
2007-03-22 | fix wrong macro name introduced in las commit | Yang Tse | |
2007-03-22 | Add check for compiler variadic macro support in configuration script | Yang Tse | |
2007-03-22 | attempt to keep message length below 80 chars | Yang Tse | |
2007-02-15 | icc 9.0 when compiling its generated code for its own FD_SET, | Yang Tse | |
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593. So for icc 9.0 we also ignore warnings #1469 and #593. * 593 warns on "variable __d0 was set but never used" * 1469 warns on "cc clobber ignored" | |||
2007-02-13 | Added last-resort dynamic library names. | Dan Fandrich | |
2007-01-31 | Properly use libtool macros to fix OpenLDAP library name detection on Darwin. | Dan Fandrich | |
2006-11-22 | Added a check in configure that verifies if <signal.h> is available, | Yang Tse | |
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-10-16 | Added a check in configure that simply tries to run a program (not when | Daniel Stenberg | |
cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes. | |||
2006-10-13 | Check for struct timeval at configuration time | Yang Tse | |
2006-08-04 | Being unable to link or find out recv() or send() args types is a fatal error. | Yang Tse | |
2006-07-31 | Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross ↵ | Yang Tse | |
compiling a Windows target. | |||
2006-07-28 | First step trying to avoid the multiple header inclusion and recursion ↵ | Yang Tse | |
nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check. | |||
2006-07-25 | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H ↵ | Yang Tse | |
shall be defined if <malloc.h> header file must be included even when including <stdlib.h>. | |||
2006-07-11 | Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper ↵ | Yang Tse | |
compilation and <malloc.h> must also be included. | |||
2006-07-07 | Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value ↵ | Yang Tse | |
and has portability issues. Change some shell if...then...fi tests into case...esac tests which demand less resources. | |||
2006-07-07 | Substitution of the literal '-' is only done if it's the first or last ↵ | Yang Tse | |
character. | |||
2006-07-07 | Using backslashes and slashes in the strings of the sed 'y' command shall be ↵ | Yang Tse | |
avoided since its interpretation is not the same across platforms. Now we use the sed 's' command with a bracket expression. | |||
2006-07-07 | Fix excessive escaping. | Yang Tse | |
2006-07-07 | Fix CURL_CHECK_HEADERS_ONCE | Yang Tse | |
2006-07-06 | Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND. | Yang Tse | |
2006-07-05 | Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows ↵ | Yang Tse | |
headers when compiled with Cygwin in POSIX emulation mode. | |||
2006-07-04 | Use a more descriptive var name. | Yang Tse | |
2006-07-04 | Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. | Yang Tse | |
2006-07-04 | Find out return types and argument types for functions recv() and send() at ↵ | Yang Tse | |
configuration stage. | |||
2006-07-03 | Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEID | Yang Tse | |
2006-07-02 | Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when ↵ | Yang Tse | |
cross-compiling. | |||
2006-07-02 | Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO | Yang Tse | |
2006-07-02 | Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO | Yang Tse | |
2006-07-01 | Get some debug info | Yang Tse | |
2006-07-01 | Get some debug info | Yang Tse | |
2006-07-01 | Avoid shell globbing | Yang Tse | |
2006-07-01 | Get qualifier of arg 1 for getnameinfo apart. Take 3. | Yang Tse | |
2006-07-01 | Get qualifier of arg 1 for getnameinfo apart. | Yang Tse | |
2006-06-30 | Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO | Yang Tse | |
2006-04-19 | detect ICC and pass on "-we 147" so that the configure checks for function | Daniel Stenberg | |
arguments work properly - and the option is not harmful for the rest of the curl build either! | |||
2006-01-18 | configure no longer warns on "missing" if the current path contains a space | Daniel Stenberg | |
2005-12-21 | Checking for function getnameinfo and its arguments is finally | Yang Tse | |
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 | |||
2005-12-21 | Undefine HAVE_GETNAMEINFO if unable to find | Yang Tse | |
proper types to use for getnameinfo args | |||
2005-12-21 | Undefine HAVE_GETNAMEINFO if unable to find | Yang Tse | |
proper types to use for getnameinfo args | |||
2005-12-20 | In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windows | Yang Tse | |
target use calling convention WSAAPI for getnameinfo() prototype. Checking type DWORD as argument 4 and 6 of getnameinfo not needed. | |||
2005-12-20 | fix ioctlsocket detection | Yang Tse | |
2005-12-20 | added our standard source header | Daniel Stenberg | |
2005-12-20 | fix closing parentheses | Daniel Stenberg | |
2005-12-20 | Fix quoting | Yang Tse | |
2005-12-20 | Use native type SOCKET instead of int when testing functionality of ↵ | Yang Tse | |
ioctlsocket on Windows |