Age | Commit message (Expand) | Author |
2008-07-24 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse |
2008-07-22 | cleanup duplicate line | Yang Tse |
2008-07-22 | Make sure that configure process tests are done with the same _REENTRANT | Yang Tse |
2008-07-22 | checks for gethostbyaddr_r with 7 and 8 args now also done with -D_REENTRANT | Yang Tse |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse |
2008-07-20 | Remove showing additional info needed to debug configure | Yang Tse |
2008-07-20 | Added "pointer to void" as another data type to check for the sixth argument of | Yang Tse |
2008-07-19 | Temporarily show additional info needed to debug configure | Yang Tse |
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse |
2008-07-02 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse |
2008-06-30 | make check message wording more precise | Yang Tse |
2008-06-29 | fix C style comment | Yang Tse |
2008-06-29 | John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on | Yang Tse |
2008-06-20 | Modified configuration script to actually verify if the compiler is good | Yang Tse |
2008-06-18 | No longer break out of a shell "for" statement from inside | Yang Tse |
2008-06-13 | Fixed curl-config --ca which wasn't being exported by configure. | Dan Fandrich |
2008-06-06 | MSVC does build Windows native targets | Yang Tse |
2008-05-21 | fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when empty | Yang Tse |
2008-05-21 | fix: remove need and definition of HAVE_SOCKLEN_T symbol | Yang Tse |
2008-05-21 | fix: socklen_t definition comment | Yang Tse |
2008-05-20 | When unable to properly detect gethostbyname_r() usage, configure | Yang Tse |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse |
2008-05-20 | fix underquoting of AC_LANG_PROGRAM arguments | Yang Tse |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse |
2008-05-19 | better select() function detection that works | Yang Tse |
2008-05-19 | fix socklen_t equivalent detection when cross compiling Windows target | Yang Tse |
2008-05-17 | minor change for wince-cegcc and wince-mingw32ce support | Yang Tse |
2008-05-14 | Improve toolchain detection for WinCE cross compilation: | Yang Tse |
2008-05-14 | skip checks for Windows specific header files | Yang Tse |
2008-05-14 | WinCE cross compilation adjustments: | Yang Tse |
2008-05-12 | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse |
2008-05-10 | Add library checking for clock_gettime() support | Yang Tse |
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek |
2008-03-20 | - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by | Michal Marek |
2008-02-18 | - We're no longer providing a very old ca-bundle in the curl tarball. You can | Daniel Stenberg |
2007-10-24 | Missing double quotes | Yang Tse |
2007-10-19 | Add custom check for WINLDAP libraries. | Yang Tse |
2007-10-17 | Fix CURL_CHECK_LIBS_LDAP failure when no parameter is given | Yang Tse |
2007-10-17 | Default check for more libraries in CURL_CHECK_LIBS_LDAP, | Yang Tse |
2007-10-15 | Avoid depending on a header file for the definition of NULL | Yang Tse |
2007-10-15 | Fix LDAP compile error when LDAP is not available. | Dan Fandrich |
2007-10-14 | Fix custom check for LDAP libraries | Yang Tse |
2007-10-14 | Add custom check for LDAP libraries | Yang Tse |
2007-10-14 | Add custom checks for lber, ldap, ldapssl and ldap_ssl header files | Yang Tse |
2007-10-13 | Add check for winldap and winber header files | Yang Tse |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg |
2007-07-30 | Peter O'Gorman pointed out (and fixed) that the non-blocking check in | Daniel Stenberg |
2007-04-10 | --enable-sspi only supported on Windows native builds | Yang Tse |