Age | Commit message (Expand) | Author |
2005-12-20 | Fix PellesC warning. | Gisle Vanem |
2005-12-20 | Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the | Gisle Vanem |
2005-12-20 | fix ioctlsocket detection | Yang Tse |
2005-12-20 | Fix, header checks must be done before using its results. | Yang Tse |
2005-12-20 | shiper is the new test tool for the new API | Daniel Stenberg |
2005-12-20 | show dl speed | Daniel Stenberg |
2005-12-20 | added our standard source header | Daniel Stenberg |
2005-12-20 | fix closing parentheses | Daniel Stenberg |
2005-12-20 | use AC_PROG_LIBTOOL after AC_DISABLE_SHARED | Daniel Stenberg |
2005-12-20 | Fix quoting | Yang Tse |
2005-12-20 | Give third argument to AC_DEFINE_UNQUOTED | 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 | Fixed compiler warning on libc5. | Dan Fandrich |
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 | Fixed lcc compiler warnings. | Dan Fandrich |
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 |
2005-12-19 | Undo previous change. This header file belongs to the public | Yang Tse |
2005-12-18 | When checking the type of the first argument of getnameinfo do it in the | Yang Tse |
2005-12-18 | Fix spacing. When defining, define to 1. | Yang Tse |
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse |
2005-12-18 | MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0... | Yang Tse |
2005-12-18 | Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCS | Yang Tse |
2005-12-18 | Make it compatible with vc60 and vc71 | Yang Tse |
2005-12-17 | Fix typo | Yang Tse |
2005-12-17 | Fix compiler warning | Yang Tse |
2005-12-17 | Cleanup | Yang Tse |
2005-12-17 | Windows related cleanup | Yang Tse |
2005-12-17 | Check first arg of getnameinfo with and without const qualifier. | Yang Tse |
2005-12-17 | Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H | Yang Tse |
2005-12-17 | Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since... | Yang Tse |
2005-12-17 | const qualifier in getnameinfo check | Yang Tse |
2005-12-16 | Since there is no proof of the existence of a platform which would | Yang Tse |
2005-12-16 | 'Fix' windows builds | Yang Tse |
2005-12-16 | TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T. | Yang Tse |
2005-12-16 | Jean Jacques Drouin pointed out that you could only have a user name or | Daniel Stenberg |
2005-12-16 | More quotes | Yang Tse |
2005-12-16 | Fix copy paste bug | Yang Tse |
2005-12-16 | Test CURL_CHECK_TYPE_SOCKLEN_T | Yang Tse |
2005-12-16 | Oops. Wrong double quotes | Yang Tse |
2005-12-16 | Experimental check for socklen_t CURL_CHECK_TYPE_SOCKLEN_T | Yang Tse |
2005-12-15 | Tests to check the availability of compilable and | Yang Tse |
2005-12-15 | minor edit | Daniel Stenberg |
2005-12-14 | Some preprocessors have problems if the # character isn't at position 1. | Yang Tse |
2005-12-14 | Check getnameinfo() argument types only if we have getnameinfo(). | Yang Tse |
2005-12-14 | Determine the correct type to be passed to four of the `getnameinfo' function... | Yang Tse |
2005-12-14 | Rene Bernhardt's corrections | Daniel Stenberg |
2005-12-13 | Log CPPFLAGS environment variable along with the others. | Dan Fandrich |