Age | Commit message (Expand) | Author |
2008-05-14 | Improve toolchain detection for WinCE cross compilation: | Yang Tse |
2008-05-14 | skip checks for Windows specific header files | Yang Tse |
2008-05-14 | WinCE cross compilation adjustments: | Yang Tse |
2008-05-12 | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse |
2008-05-10 | Add library checking for clock_gettime() support | Yang Tse |
2007-10-18 | Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS() | Yang Tse |
2007-04-03 | Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros | Yang Tse |
2007-03-22 | attempt to keep message length below 80 chars | Yang Tse |
2007-03-08 | remove code superceeded by the new method used to force | Yang Tse |
2007-02-15 | icc 9.0 when compiling its generated code for its own FD_SET, | Yang Tse |
2007-02-07 | *) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE | Yang Tse |
2006-11-22 | Added a check in configure that verifies if <signal.h> is available, | Yang Tse |
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 qualifier of arg 1 for getnameinfo apart. Take 2. | Yang Tse |
2006-06-30 | Get qualifier of arg 1 for getnameinfo apart. | Yang Tse |
2006-06-30 | Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO | Yang Tse |
2006-05-10 | Bram Matthys brought my attention to a libtool peculiarity where detecting | Daniel Stenberg |
2006-01-09 | Alexander Lazic improved the getservbyport_r() configure check. | Daniel Stenberg |
2005-12-21 | Checking for function getnameinfo and its arguments is finally | Yang Tse |
2005-12-21 | Undefine HAVE_GETNAMEINFO if unable to find | Yang Tse |
2005-12-21 | Undefine HAVE_GETNAMEINFO if unable to find | Yang Tse |
2005-12-20 | In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windows | Yang Tse |
2005-12-20 | fix ioctlsocket detection | Yang Tse |
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 ioctlsock... | Yang Tse |
2005-12-19 | Ooops | Yang Tse |
2005-12-19 | Add checking for type DWORD as argument 4 and 6 of getnameinfo | Yang Tse |
2005-12-19 | Adjust more windows header includes | Yang Tse |
2005-12-19 | Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPES | Yang Tse |
2005-12-19 | Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfo | Yang Tse |