Commit History

Author SHA1 Message Date
  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
  Daniel Stenberg 07e58aaa79 Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At 19 years ago
  Daniel Stenberg a31ddd363b Now configure checks for struct sockaddr_storage and the ftp code tries 19 years ago
  Daniel Stenberg 4e555c7b32 When cross-compiling, we do some better checking for the NI_WITHSCOPEID option instead of just assuming it is present. 19 years ago
  Dan Fandrich 1f68fa19c7 Finally fixed the LDAP library searching bug on libtool ver. 1.5 19 years ago
  Dan Fandrich 228e627475 Use the libtool variables better to make LDAP library search work on 19 years ago
  Dan Fandrich b5112096d7 Work around a bug in libtool ver. 1.5 during LDAP library detection. 19 years ago
  Dan Fandrich 205f8b266c Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 19 years ago
  Daniel Stenberg 58f4af7973 Marcin Konicki provided two configure fixes and a source fix to make curl 20 years ago
  Dan Fandrich 0e59182945 gcc 2.7 can't handle a few warning options that gcc 2.95 can. 20 years ago