Age | Commit message (Expand) | Author |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | 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-18 | icc adjustments | Yang Tse |
2008-09-17 | improve detection of getservbyport_r() | Yang Tse |
2008-09-09 | icc adjustments | Yang Tse |
2008-08-27 | Don't abort configuration if recvfrom() is not available. | Yang Tse |
2008-08-09 | Improve CURL_CHECK_DEF | Yang Tse |
2008-08-04 | Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use. | 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-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 |