Age | Commit message (Expand) | Author |
2008-11-21 | Automatically detect OpenBSD's CA cert bundle. | Dan Fandrich |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse |
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse |
2008-10-23 | #include <stdlib.h> for exit() prototype | Yang Tse |
2008-10-02 | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse |
2008-09-30 | now compiler warnings are activated for all gcc builds, not only debug ones. | Yang Tse |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse |
2008-09-18 | icc adjustments | Yang Tse |
2008-09-17 | improve detection of gethostbyaddr_r() and gethostbyname_r() | Yang Tse |
2008-09-17 | improve detection of gethostname(), localtime_r() and strstr() | Yang Tse |
2008-09-12 | improve detection of fdopen() and strerror_r() | Yang Tse |
2008-09-09 | icc adjustments | Yang Tse |
2008-09-03 | Search for the FreeBSD CA cert file /usr/local/share/certs/ca-root.crt | Dan Fandrich |
2008-08-27 | Don't abort configuration if recvfrom() is not available. | Yang Tse |
2008-08-26 | Added check and symbol definition for WIN32 file API usage in configure, | Yang Tse |
2008-08-25 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-25 | Rename some shell vars with more descriptive names: | Yang Tse |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-14 | Take three at trying to detect signed and unsigned curl_off_t integer constant | Yang Tse |
2008-08-14 | Change CURL_CHECK_DEF_INTXX_C suffix definition detection. | Yang Tse |
2008-08-13 | Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONG | Yang Tse |
2008-08-13 | Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONG | Yang Tse |
2008-08-13 | Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand. | Yang Tse |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse |
2008-08-12 | Fix CURL_CHECK_DEF_INTXX_C suffix definition detection | Yang Tse |
2008-08-11 | Added missing signed and unsigned curl_off_t integer constant suffixes for | Yang Tse |
2008-08-09 | Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEF | Yang Tse |
2008-08-09 | Use int64_t in favour of __int64 for curl_off_t when both are available. | Yang Tse |
2008-08-09 | Improve CURL_CHECK_DEF | Yang Tse |
2008-08-08 | Add debug tracing for DO_CURL_OFF_T_CHECK | Yang Tse |
2008-08-08 | Remove some redundancy | Yang Tse |
2008-08-08 | Remove potential overquoting | Yang Tse |
2008-08-08 | Add debug tracing for CURL_CHECK_DEF | Yang Tse |
2008-08-07 | Skip data type check in DO_CURL_OFF_T_CHECK macro when argument is empty. | Yang Tse |
2008-08-07 | Fix CURL_CHECK_DEF so that when the expansion of the preprocessor symbol results | Yang Tse |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-08-04 | Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use. | Yang Tse |
2008-08-01 | Add a whitespace | Yang Tse |
2008-08-01 | Ensure that reserved keyword AC_DEFUN is only used for its purpose. | Yang Tse |
2008-08-01 | Removed definition of CURL_CHECK_WORKING_RESOLVER from acinclude.m4 it has | Yang Tse |
2008-07-30 | Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of | Yang Tse |
2008-07-29 | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse |
2008-07-27 | Assert that SED and GREP are set | Yang Tse |
2008-07-26 | simplify multi '#' char comment line | Yang Tse |
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 |