Age | Commit message (Expand) | Author |
2007-10-24 | Missing double quotes | Yang Tse |
2007-10-19 | Add custom check for WINLDAP libraries. | Yang Tse |
2007-10-17 | Fix CURL_CHECK_LIBS_LDAP failure when no parameter is given | Yang Tse |
2007-10-17 | Default check for more libraries in CURL_CHECK_LIBS_LDAP, | Yang Tse |
2007-10-15 | Avoid depending on a header file for the definition of NULL | Yang Tse |
2007-10-15 | Fix LDAP compile error when LDAP is not available. | Dan Fandrich |
2007-10-14 | Fix custom check for LDAP libraries | Yang Tse |
2007-10-14 | Add custom check for LDAP libraries | Yang Tse |
2007-10-14 | Add custom checks for lber, ldap, ldapssl and ldap_ssl header files | Yang Tse |
2007-10-13 | Add check for winldap and winber header files | Yang Tse |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg |
2007-07-30 | Peter O'Gorman pointed out (and fixed) that the non-blocking check in | Daniel Stenberg |
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 |
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 |
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 |
2006-10-16 | Added a check in configure that simply tries to run a program (not when | Daniel Stenberg |
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 compi... | Yang Tse |
2006-07-28 | First step trying to avoid the multiple header inclusion and recursion nightm... | Yang Tse |
2006-07-25 | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse |
2006-07-11 | Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila... | Yang Tse |
2006-07-07 | Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an... | Yang Tse |
2006-07-07 | Substitution of the literal '-' is only done if it's the first or last charac... | Yang Tse |
2006-07-07 | Using backslashes and slashes in the strings of the sed 'y' command shall be ... | Yang Tse |
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 he... | Yang Tse |
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 c... | Yang Tse |
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 cr... | Yang Tse |
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 |