aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-30removed .h and .sdlMarty Kuhrt
2005-12-30putting back into distMarty Kuhrt
2005-12-30put back into dist to lessen build confusion for someMarty Kuhrt
2005-12-30put back into dist since most people didn't want to use SDLMarty Kuhrt
2005-12-30changed HAVE_STRTOK to follow CRTL versionMarty Kuhrt
2005-12-30added TFTP errors to match curl.hMarty Kuhrt
2005-12-23Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build aDaniel Stenberg
2005-12-23clarified that curl_global_init() isn't thread-safe and that it might affectDaniel Stenberg
2005-12-23Mention that PKG_CONFIG_PATH is preferred to --with-sslDan Fandrich
2005-12-22This function was added in c-ares [version]Daniel Stenberg
2005-12-22added ares_getsock()Daniel Stenberg
2005-12-22Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg
2005-12-22The inital early embryos to describe the curl_multi_socket() API. CommittedDaniel Stenberg
2005-12-22the curl_multi_socket() test application (still using select())Daniel Stenberg
2005-12-22#31 curl-config --libs" will include details set in LDFLAGS when configure isDaniel Stenberg
2005-12-21Checking for function getnameinfo and its arguments is finallyYang Tse
2005-12-21Undefine HAVE_GETNAMEINFO if unable to findYang Tse
2005-12-21Undefine HAVE_GETNAMEINFO if unable to findYang Tse
2005-12-21Make sure we're using 'c-ares' sources and not 'ares' ones.Yang Tse
2005-12-21added our regular source headerDaniel Stenberg
2005-12-21allow more evironment variables to control what tools to check for and useDaniel Stenberg
2005-12-21use ACLOCAL even when using 'find' to find the aclocal toolDaniel Stenberg
2005-12-20In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windowsYang Tse
2005-12-20explain tld_check_name()Daniel Stenberg
2005-12-20Changes for PellesC compiler under Win32.Gisle Vanem
2005-12-20Changes for PellesC compiler under Win32. A bit limited, butGisle Vanem
2005-12-20Fix PellesC warning.Gisle Vanem
2005-12-20Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence theGisle Vanem
2005-12-20fix ioctlsocket detectionYang Tse
2005-12-20Fix, header checks must be done before using its results.Yang Tse
2005-12-20shiper is the new test tool for the new APIDaniel Stenberg
2005-12-20show dl speedDaniel Stenberg
2005-12-20added our standard source headerDaniel Stenberg
2005-12-20fix closing parenthesesDaniel Stenberg
2005-12-20use AC_PROG_LIBTOOL after AC_DISABLE_SHAREDDaniel Stenberg
2005-12-20Fix quotingYang Tse
2005-12-20Give third argument to AC_DEFINE_UNQUOTEDYang Tse
2005-12-20Use native type SOCKET instead of int when testing functionality of ioctlsock...Yang Tse
2005-12-19OoopsYang Tse
2005-12-19Fixed compiler warning on libc5.Dan Fandrich
2005-12-19Add checking for type DWORD as argument 4 and 6 of getnameinfoYang Tse
2005-12-19Adjust more windows header includesYang Tse
2005-12-19Fixed lcc compiler warnings.Dan Fandrich
2005-12-19Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPESYang Tse
2005-12-19Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfoYang Tse
2005-12-19Undo previous change. This header file belongs to the publicYang Tse
2005-12-18When checking the type of the first argument of getnameinfo do it in theYang Tse
2005-12-18Fix spacing. When defining, define to 1.Yang Tse
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse
2005-12-18MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0...Yang Tse