Age | Commit message (Expand) | Author |
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 |
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 |