index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
acinclude.m4
Age
Commit message (
Expand
)
Author
2009-05-01
Check definition of _XOPEN_SOURCE_EXTENDED with the compiler
Yang Tse
2009-04-28
Rearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONG
Yang Tse
2009-04-28
Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...
Yang Tse
2009-04-28
Remove temporary debug tracing for curl_socklen_t detection failures
Yang Tse
2009-04-27
Take 2 at handling getpeername() prototypes with a void pointer for third arg...
Yang Tse
2009-04-27
Attempt to handle getpeername() prototypes with a void pointer for third argu...
Yang Tse
2009-04-27
Add temporary debug tracing for curl_socklen_t detection failures
Yang Tse
2009-04-27
Rearrange curl_socklen_t tests to improve speed of usual results
Yang Tse
2009-04-26
Initial step towards a configure time curl_socklen_t definition
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2009-01-11
- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)
Daniel Stenberg
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
[next]