Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-21 | use prototypes to improve getservbyport_r detection | Yang Tse | |
2008-07-21 | Adjust recvfrom's sixth arg data type definition for NetWare (LIBC) | Yang Tse | |
2008-07-21 | Use the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse | |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse | |
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate. | |||
2008-07-20 | Adjust DEC/Compaq C compiler settings | Yang Tse | |
2008-07-20 | Added "pointer to void" as another data type to check for the sixth argument of | Yang Tse | |
function recvfrom as a result of the info additionally logged when running on a Solaris system. The compiler error showed that the prototype being used on Solaris was the one declared in line 427 of "/usr/include/sys/socket.h" as: function(int, pointer to void, unsigned int, int, pointer to struct sockaddr, pointer to void) returning int | |||
2008-07-19 | Adjust DEC/Compaq C compiler settings | Yang Tse | |
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper. | |||
2008-07-16 | Initial DEC/Compaq C compiler detection and flags | Yang Tse | |
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'. |