Age | Commit message (Expand) | Author |
2010-09-11 | Link curl and the test apps with -lrt explicitly when necessary | Dan Fandrich |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-14 | removed trailing whitespace | Yang Tse |
2010-01-14 | - Suppressed side effect of OpenSSL configure checks, which prevented NSS from | Kamil Dudka |
2009-09-02 | extended CURL_CHECK_PKGCONFIG to check for a host-specific version of the | Daniel Stenberg |
2009-09-01 | - configure now tries to use pkg-config for a number of sub-dependencies even | Daniel Stenberg |
2009-06-21 | Refactor how libraries are checked for connect() function, follow-up. | Yang Tse |
2009-06-20 | Refactor how libraries are checked for connect() function, | Yang Tse |
2009-06-01 | John E. Malmberg noticed that the configure script was failing to detect the | Yang Tse |
2009-05-15 | Fix preprocessor conditional expression | Yang Tse |
2009-05-07 | Proper naming for the experimental compiler test and moved to *-compilers.m4 | Yang Tse |
2009-05-07 | Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE... | Yang Tse |
2009-05-06 | Use autobuilds to verify if a couple of experimental compiler tests pass on a... | Yang Tse |
2009-05-03 | HP-UX's X/Open network library requirement check follow-up | Yang Tse |
2009-05-03 | HP-UX's X/Open network library requirement check follow-up | Yang Tse |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse |
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 |