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
/
ares
/
acinclude.m4
Age
Commit message (
Expand
)
Author
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-24
Another step towards detecting if _REENTRANT is already defined or actually
Yang Tse
2008-07-23
reorder argument number detection for getservbyport_r to
Yang Tse
2008-07-22
Make sure that configure process tests are done with the same _REENTRANT
Yang Tse
2008-07-21
use prototypes to improve getservbyport_r detection
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
Added "pointer to void" as another data type to check for the sixth argument of
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-16
Improved configure detection of number of arguments for getservbyport_r
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-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
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
fix socklen_t equivalent detection when cross compiling Windows target
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
2007-10-18
Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()
Yang Tse
2007-04-03
Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros
Yang Tse
2007-03-22
attempt to keep message length below 80 chars
Yang Tse
2007-03-08
remove code superceeded by the new method used to force
Yang Tse
2007-02-15
icc 9.0 when compiling its generated code for its own FD_SET,
Yang Tse
2007-02-07
*) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE
Yang Tse
2006-11-22
Added a check in configure that verifies if <signal.h> is available,
Yang Tse
2006-10-13
Check for struct timeval at configuration time
Yang Tse
2006-08-04
Being unable to link or find out recv() or send() args types is a fatal error.
Yang Tse
2006-07-31
Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...
Yang Tse
2006-07-28
First step trying to avoid the multiple header inclusion and recursion nightm...
Yang Tse
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-11
Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...
Yang Tse
2006-07-07
Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...
Yang Tse
2006-07-07
Substitution of the literal '-' is only done if it's the first or last charac...
Yang Tse
2006-07-07
Using backslashes and slashes in the strings of the sed 'y' command shall be ...
Yang Tse
2006-07-07
Fix excessive escaping.
Yang Tse
2006-07-07
Fix CURL_CHECK_HEADERS_ONCE
Yang Tse
2006-07-06
Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.
Yang Tse
[next]