Commit History

Author SHA1 Message Date
  Daniel Stenberg 6de67a134e fix closing parentheses 19 years ago
  Yang Tse fd0d560b47 Fix quoting 19 years ago
  Yang Tse 7b488a3bef Use native type SOCKET instead of int when testing functionality of ioctlsocket on Windows 19 years ago
  Yang Tse f448168501 Ooops 19 years ago
  Yang Tse 898bb397b1 Add checking for type DWORD as argument 4 and 6 of getnameinfo 19 years ago
  Yang Tse 74ed5b5ebd Adjust more windows header includes 19 years ago
  Yang Tse d6eb1a7b98 Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPES 19 years ago
  Yang Tse 4ff56b15e9 Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfo 19 years ago
  Yang Tse 5fd8dd2dce When checking the type of the first argument of getnameinfo do it in the 19 years ago
  Yang Tse 8a3280a2de MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0x0501 19 years ago
  Yang Tse 939d368d5f Check first arg of getnameinfo with and without const qualifier. 19 years ago
  Yang Tse 47c06fa308 Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since at this point nothing depends on it. 19 years ago
  Yang Tse b7f447f8d8 const qualifier in getnameinfo check 19 years ago
  Yang Tse 03af76b631 Since there is no proof of the existence of a platform which would 19 years ago
  Yang Tse d6ffb4c177 TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T. 19 years ago
  Yang Tse fea5ddf585 More quotes 19 years ago
  Yang Tse b9f39c2711 Fix copy paste bug 19 years ago
  Yang Tse 5acac0309a Test CURL_CHECK_TYPE_SOCKLEN_T 19 years ago
  Yang Tse 78febad718 Oops. Wrong double quotes 19 years ago
  Yang Tse a6a5bba0a9 Experimental check for socklen_t CURL_CHECK_TYPE_SOCKLEN_T 19 years ago
  Yang Tse 51581c034d Tests to check the availability of compilable and 19 years ago
  Yang Tse 7f5d092223 Some preprocessors have problems if the # character isn't at position 1. 19 years ago
  Yang Tse 2645782f89 Determine the correct type to be passed to four of the `getnameinfo' function's arguments, and define those types in `GETNAMEINFO_TYPE_ARG2', `GETNAMEINFO_TYPE_ARG46', and `GETNAMEINFO_TYPE_ARG7'. 19 years ago
  Daniel Stenberg be524fed38 on windows (mingw32) the sockaddr_storage struct is in winsock2.h 19 years ago
  Daniel Stenberg c7b7bf32f8 removed the unreachable code warning from gcc debug builds, even the most 19 years ago
  Daniel Stenberg ef35519696 removed some inaccurate comments about the TYPE_IN_ADDR_T check 19 years ago
  Dan Fandrich e81d4ac8c8 Add -Wdeclaration-after-statement to gcc to detect accidental C99-style 19 years ago
  Dan Fandrich b37a0b0512 Detect (or at least infer) glibc-style strerror_r even when cross-compiling. 19 years ago
  Daniel Stenberg b9e5302f27 adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFE 19 years ago
  Daniel Stenberg dd7b6aef39 The configure check for strerror_r() failed to detect the proper API at 19 years ago