Age | Commit message (Expand) | Author |
2005-12-19 | Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfo | Yang Tse |
2005-12-18 | When checking the type of the first argument of getnameinfo do it in the | Yang Tse |
2005-12-18 | MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0... | Yang Tse |
2005-12-17 | Check first arg of getnameinfo with and without const qualifier. | 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 | TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T. | Yang Tse |
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-14 | Some preprocessors have problems if the # character isn't at position 1. | Yang Tse |
2005-12-14 | Determine the correct type to be passed to four of the `getnameinfo' function... | Yang Tse |
2005-11-12 | on windows (mingw32) the sockaddr_storage struct is in winsock2.h | Daniel Stenberg |
2005-08-19 | removed the unreachable code warning from gcc debug builds, even the most | Daniel Stenberg |
2005-08-19 | removed some inaccurate comments about the TYPE_IN_ADDR_T check | Daniel Stenberg |
2005-07-20 | Add -Wdeclaration-after-statement to gcc to detect accidental C99-style | Dan Fandrich |
2005-06-30 | Detect (or at least infer) glibc-style strerror_r even when cross-compiling. | Dan Fandrich |
2005-05-18 | adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFE | Daniel Stenberg |
2005-05-18 | The configure check for strerror_r() failed to detect the proper API at | Daniel Stenberg |
2005-05-02 | Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At | Daniel Stenberg |
2005-05-02 | Now configure checks for struct sockaddr_storage and the ftp code tries | Daniel Stenberg |
2005-03-22 | When cross-compiling, we do some better checking for the NI_WITHSCOPEID optio... | Daniel Stenberg |
2005-03-15 | Finally fixed the LDAP library searching bug on libtool ver. 1.5 | Dan Fandrich |
2005-03-14 | Use the libtool variables better to make LDAP library search work on | Dan Fandrich |
2005-03-11 | Work around a bug in libtool ver. 1.5 during LDAP library detection. | Dan Fandrich |
2005-03-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich |
2004-12-22 | Marcin Konicki provided two configure fixes and a source fix to make curl | Daniel Stenberg |
2004-12-20 | gcc 2.7 can't handle a few warning options that gcc 2.95 can. | Dan Fandrich |
2004-12-15 | Fix the --enable-debug compiler warning options for older versions of gcc. | Dan Fandrich |
2004-06-07 | Reverted the previous change and redid it differently as it seemed to not | Daniel Stenberg |
2004-06-04 | 1 - do better when cross-compiling when checking for strerror_r() - alert | Daniel Stenberg |
2004-05-06 | typo AGAIN | Daniel Stenberg |
2004-05-06 | When using the icc compiler, we also ignore remark #1418 "external definition | Daniel Stenberg |
2004-05-06 | if no strerror_r prototype is found, we provide our own to prevent picky | Daniel Stenberg |
2004-05-05 | gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older | Daniel Stenberg |
2004-04-01 | Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program. | Daniel Stenberg |
2004-03-31 | HAVE_NI_WITHSCOPEID spelled right! | Daniel Stenberg |
2004-03-31 | Andrés García fixed a warning in the ioctlsocket() usage. | Daniel Stenberg |
2004-03-31 | modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately and | Daniel Stenberg |
2004-03-30 | Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and | Daniel Stenberg |
2004-03-25 | strerror_r() detection changes: | Daniel Stenberg |
2004-03-24 | added check for strerror_r() | Daniel Stenberg |
2004-03-10 | ignore the icc warning 981 "operands are evaluated in unspecified order" | Daniel Stenberg |
2004-03-08 | we ignore the ICC warning 1419 as well | Daniel Stenberg |
2004-03-01 | Perhaps -Wundef is better on gcc versions after 2.95, since the autobuild | Daniel Stenberg |
2004-03-01 | When setting aggressive pedantic compiler options, display what options | Daniel Stenberg |