Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-16 | Improved configure detection of number of arguments for getservbyport_r | Yang Tse | |
2008-07-15 | Allow --enable-largefile and --disable-largefile configurations. | Yang Tse | |
Configure process no longer needs nor checks size of curl_off_t. Library will now be built with _REENTRANT symbol defined. | |||
2008-07-10 | fix compiler warning | Yang Tse | |
2008-07-09 | since Jun 30 2008 MAXHOSTNAMELEN define is no longer used | Yang Tse | |
2008-07-07 | fix c-ares version reported in generated libcares.pc file when building | Yang Tse | |
from CVS tree. | |||
2008-07-04 | egrep and ar are also mandatory | Yang Tse | |
2008-07-03 | just to clarify that c-ares actually have some ipv6 support | Daniel Stenberg | |
2008-07-03 | ares_gethostbyname() fallback from AAA to A records with CNAME present | Daniel Stenberg | |
2008-07-03 | - Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup and | Daniel Stenberg | |
the target host has only A records, it automatically falls back to an AF_INET lookup and gives you the A results. However, if the target host has a CNAME record, this behaviour is defeated since the original query does return some data even though ares_parse_aaa_reply() doesn't consider it relevant. Here's a small patch to make it behave the same with and without the CNAME. | |||
2008-07-02 | The configure process will now halt when sed or grep are unavailable | Yang Tse | |
2008-07-02 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse | |
2008-07-01 | IBM C/C++ compiler predefined macro check | Yang Tse | |
2008-07-01 | set earlier in configure process IBM compilers optimization flags | Yang Tse | |
2008-06-30 | make check message wording more precise | Yang Tse | |
2008-06-30 | - As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define is | Daniel Stenberg | |
not posix or anything and thus c-ares failed to build on hurd (and possibly elsewhere). The define was also somewhat artificially used in the windows port. Now, I instead rewrote the use of gethostbyname to enlarge the host name buffer in case of need and totally avoid the use of the MAXHOSTNAMELEN define. I thus also removed the defien from the namser.h file where it was once added for the windows build. I also fixed init_by_defaults() function to not leak memory in case if error. | |||
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 | |
some systems" (http://curl.haxx.se/bug/view.cgi?id=1999181). The problem was that the configure script did not use the _POSIX_MONOTONIC_CLOCK feature test macro when checking monotonic clock availability. This is now fixed and the monotonic clock will not be used unless the feature test macro is defined with a value greater than zero indicating always supported. | |||
2008-06-20 | Modified configuration script to actually verify if the compiler is good | Yang Tse | |
enough at detecting compilation errors or at least it has been properly configured to do so. Configuration heavily depends on this capability, so if this compiler sanity check fails the configuration process will now fail. | |||
2008-06-18 | No longer break out of a shell "for" statement from inside | Yang Tse | |
AC_FOO_IFELSE macros, otherwise temp files are not removed. Identation adjustment. | |||
2008-06-11 | enable additional CFLAGS from commandline. | Gunter Knauf | |
2008-06-09 | fix pkg-config reporting of private libraries needed for static linking | Yang Tse | |
2008-06-06 | MSVC does build Windows native targets | Yang Tse | |
2008-05-30 | Brad House fixed a missing header file inclusion in adig sample program | Yang Tse | |
2008-05-29 | start working on 1.5.3 | Daniel Stenberg | |
2008-05-29 | 1.5.2 | Daniel Stenberg | |
2008-05-26 | fix compiler warning: unreferenced formal parameter | Yang Tse | |
2008-05-23 | list all local sources the (demo) tools need, add a few missing scripts to | Daniel Stenberg | |
the dist tarball and remove a two duplicate file names from EXTRA_DIST (most of it pointed out by Yang Tse) | |||
2008-05-23 | this is not used (anymore) | Daniel Stenberg | |
2008-05-22 | make sure the configure.ac file with the correct version number is shipped | Daniel Stenberg | |
in the tarball | |||
2008-05-22 | MSVC6+ clean-up targets must also remove acountry.exe | Yang Tse | |
2008-05-22 | sync with reality | 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 | if'def out private function ares__tvdiff(), it is not in use yet. | 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-19 | if WINSOCK2 API is used link with 'ws2_32', else | Yang Tse | |
if WINSOCK API is used under WinCE link with 'winsock', else if WINSOCK API is used link with 'wsock32'. | |||
2008-05-18 | on winsock systems linking is done using library 'ws2_32' when | Yang Tse | |
winsock2.h is available, and library 'winsock' is used when only winsock.h is available. | |||
2008-05-17 | minor change for wince-cegcc and wince-mingw32ce support | Yang Tse | |
2008-05-15 | millisecond resolution support followup | Yang Tse | |
2008-05-15 | Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET". | Gisle Vanem | |
Added "-DHAVE_GETTIMEOFDAY". Trimmed lines. | |||
2008-05-15 | sync with reality | Yang Tse | |
2008-05-15 | remove compilation time generated files | Yang Tse | |
2008-05-15 | use same time source for timeout initialization and processing | Yang Tse | |
2008-05-14 | Improve toolchain detection for WinCE cross compilation: | Yang Tse | |
When cross compiling WinCE with the arm-wince-cegcc-gcc C compiler symbol __CEGCC__ is defined and the unix-like compatibility layer is used. For our purposes this is not a native Windows build. When cross compiling WinCE with the arm-wince-mingw32ce-gcc C compiler symbol __MINGW32CE__ is defined and the unix-like compatibility layer is not used. For our purposes this _is_ a native Windows build. | |||
2008-05-14 | skip checks for Windows specific header files | Yang Tse | |
when build target is not a native Windows one | |||
2008-05-14 | WinCE cross compilation adjustments: | Yang Tse | |
HAVE_WINSOCK2_H shall not be defined. HAVE_WS2TCPIP_H shall not be defined. |