Age | Commit message (Expand) | Author |
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 | Change recvfrom's sixth argument data type to the 'historically standard' 'int' | Yang Tse |
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 |
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 |
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 |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse |
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 |
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 |
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 |
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 |
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-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 |
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 |
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 |