Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-10 | ares.h: stricter CARES_EXTERN linkage decorations logic | Yang Tse | 3 | -52/+46 | |
No API change involved. | |||||
2013-03-10 | ares_build.h.dist: enhance non-configure GCC ABI detection logic | Yang Tse | 1 | -3/+5 | |
GCC specific adjustments: - check __ILP32__ before 32 and 64bit processor architectures in order to detect ILP32 programming model on 64 bit processors which, of course, also support LP64 programming model, when using gcc 4.7 or newer. - keep 32bit processor architecture checks in order to support gcc versions older than 4.7 which don't define __ILP32__ - check __LP64__ for gcc 3.3 and newer, while keeping 64bit processor architecture checks for older versions which don't define __LP64__ | |||||
2013-03-09 | ares.h: there is no ares_free_soa function | Daniel Stenberg | 1 | -3/+1 | |
2013-03-09 | Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility | Yang Tse | 1 | -0/+2 | |
2013-03-08 | ares_inet_ntop.3: s/socklen_t/ares_socklen_t | Yang Tse | 1 | -1/+1 | |
2013-03-08 | configure: use XC_LIBTOOL for portability across libtool versions | Yang Tse | 3 | -62/+27 | |
2013-03-08 | xc-lt-iface.m4: provide XC_LIBTOOL macro | Yang Tse | 1 | -0/+465 | |
2013-02-19 | Makefile.am: use AM_CPPFLAGS instead of INCLUDES | Yang Tse | 1 | -12/+10 | |
2013-02-19 | inet_ntop.c: s/socklen_t/ares_socklen_t | Yang Tse | 1 | -1/+4 | |
2013-02-19 | inet_ntop.c: s/socklen_t/ares_socklen_t for portability | Yang Tse | 1 | -3/+3 | |
2013-02-19 | ares.h: s/socklen_t/ares_socklen_t for portability | Daniel Stenberg | 1 | -1/+1 | |
2013-02-17 | ares_inet_ntop.3: 4th argument is socklen_t! | Daniel Stenberg | 1 | -1/+2 | |
2013-02-17 | spell inet correctly! | Daniel Stenberg | 2 | -2/+2 | |
2013-02-17 | ares_inet_pton/ntop: cleanup | Daniel Stenberg | 16 | -62/+36 | |
Make sure that the symbols are always exported and present in c-ares. Make the headers prefixed with 'ares'. Removed the inet_ntop.h version as it no longer features any content. | |||||
2013-02-17 | ares_inet_ntop/ares_inet_pton: added man pages | Daniel Stenberg | 3 | -3/+98 | |
2013-02-15 | curl_setup_once.h: definition of HAVE_CLOSE_S defines sclose() to close_s() | Gisle Vanem | 1 | -1/+3 | |
2013-02-15 | config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32 | Gisle Vanem | 1 | -2/+1 | |
2013-02-15 | config-dos.h: define strerror() to strerror_s_() for High-C | Gisle Vanem | 1 | -1/+2 | |
2013-02-13 | ares_get_datatype: removed unused function | Daniel Stenberg | 2 | -33/+2 | |
it was also wrongly named as internal functions require two underscores | |||||
2013-02-13 | ares__bitncmp: use two underscores for private functions | Daniel Stenberg | 3 | -29/+27 | |
It used a single one previously making it look like a public one | |||||
2013-02-13 | ares__generate_new_id: moved to ares_query.c | Daniel Stenberg | 3 | -9/+8 | |
... and ares__rc4 is turned into a local static function. | |||||
2013-02-13 | ares__swap_lists: make private and static | Daniel Stenberg | 3 | -28/+27 | |
... since there's only one user, make it static within ares_process.c | |||||
2013-02-13 | Makefile.msvc: add four VS version strings | Yang Tse | 1 | -1/+9 | |
2013-02-13 | ares_expand_name.3: clarify how to free the data | Daniel Stenberg | 1 | -1/+3 | |
2013-01-30 | zz40-xc-ovr.m4: fix 'wc' detection - follow-up 2 | Yang Tse | 1 | -1/+1 | |
- Fix a pair of single quotes to double quotes. URL: http://curl.haxx.se/mail/lib-2013-01/0355.html Reported by: Tor Arntsen | |||||
2013-01-30 | zz40-xc-ovr.m4: fix 'wc' detection - follow-up | Yang Tse | 1 | -8/+20 | |
- Take into account that 'wc' may return leading spaces and/or tabs. - Set initial IFS to space, tab and newline. | |||||
2013-01-30 | zz40-xc-ovr.m4: fix 'wc' detection | Yang Tse | 1 | -3/+14 | |
- Take into account that 'wc' may return leading spaces. - Set internationalization behavior variables. Tor Arntsen analyzed and reported the issue. URL: http://curl.haxx.se/mail/lib-2013-01/0351.html | |||||
2013-01-29 | zz40-xc-ovr.m4: check another three basic utilities | Yang Tse | 1 | -24/+116 | |
2013-01-28 | zz40-xc-ovr.m4: 1.0 interface stabilization | Yang Tse | 2 | -90/+118 | |
- Stabilization results in 4 public interface m4 macros: XC_CONFIGURE_PREAMBLE XC_CONFIGURE_PREAMBLE_VER_MAJOR XC_CONFIGURE_PREAMBLE_VER_MINOR XC_CHECK_PATH_SEPARATOR - Avoid one level of internal indirection - Update comments - Drop XC_OVR_ZZ40 macro | |||||
2013-01-26 | zz40-xc-ovr.m4: emit witness message in configure BODY | Yang Tse | 1 | -3/+36 | |
This avoids witness message in output when running configure --help, while sending the message to config.log for other configure runs. | |||||
2013-01-25 | zz40-xc-ovr.m4: truly do version conditional overriding | Yang Tse | 1 | -2/+15 | |
- version conditional overriding - catch unexpanded XC macros - fix double words in comments | |||||
2013-01-25 | zz40-xc-ovr.m4: fix variable assignment of subshell output bashism | Yang Tse | 1 | -5/+5 | |
Tor Arntsen analyzed and reported the issue. URL: http://curl.haxx.se/mail/lib-2013-01/0306.html | |||||
2013-01-25 | zz40-xc-ovr.m4: reinstate strict AC_REQUIRE macro dependencies | Yang Tse | 1 | -0/+36 | |
2013-01-25 | zz40-xc-ovr.m4: avoid double single-quote usage | Yang Tse | 1 | -4/+4 | |
2013-01-25 | zz40-xc-ovr.m4: parentheses balancing of 'case' statements | Yang Tse | 1 | -6/+6 | |
m4 quadrigraph shell comment technique allows proper autoconf parentheses balancing in shell 'case' statements. The presence of unbalanced parentheses may otherwise trigger expansion bugs. | |||||
2013-01-24 | zz40-xc-ovr.m4: internals overhauling | Yang Tse | 1 | -90/+120 | |
- Update comments - Execute commands in subshells - Faster path separator check - Fix missing 'test' command - Rename private macros - Minimize AC_REQUIRE usage | |||||
2013-01-23 | zz40-xc-ovr.m4: redirect errors and warnings to stderr | Yang Tse | 1 | -7/+27 | |
2013-01-23 | configure: use XC_CONFIGURE_PREAMBLE early checks | Yang Tse | 3 | -101/+2 | |
Some basic checks we make were placed early enough in generated configure script when using autoconf 2.5X versions. Newer autoconf versions expand these checks much further into the configure script, rendering them useless. Using XC_CONFIGURE_PREAMBLE fixes placement of early intended checks across all our autoconf supported versions. | |||||
2013-01-23 | zz40-xc-ovr.m4: provide XC_CONFIGURE_PREAMBLE macro | Yang Tse | 1 | -0/+394 | |
2013-01-23 | configure: autotools compatibility fixes - step I | Yang Tse | 5 | -27/+351 | |
Fix proper macro expansion order across autotools versions for C compiler and preprocessor program checks. | |||||
2013-01-23 | configure: fix automake 1.13 compatibility | Yang Tse | 3 | -10/+66 | |
Tested with: buildconf: autoconf version 2.69 buildconf: autom4te version 2.69 buildconf: autoheader version 2.69 buildconf: automake version 1.13.1 buildconf: aclocal version 1.13.1 buildconf: libtool version 2.4 buildconf: GNU m4 version 1.4.16 | |||||
2013-01-04 | ares_private.h: use again memdebug.h instead of curl_memdebug.h | Yang Tse | 1 | -1/+1 | |
2013-01-01 | configure.ac: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Yang Tse | 1 | -1/+1 | |
automake 1.13 errors if AM_CONFIG_HEADER is used in configure script. | |||||
2013-01-01 | cares-override.m4: provide AC_CONFIG_MACRO_DIR definition conditionally | Yang Tse | 1 | -7/+7 | |
Provide a 'traceable' AC_CONFIG_MACRO_DIR definition only when using an autoconf version that does not provide it, instead of what we were doing up to now of providing and overriding AC_CONFIG_MACRO_DIR for all autoconf versions. | |||||
2012-12-28 | ares_private.h: use curl_memdebug.h instead of memdebug.h | Yang Tse | 1 | -1/+2 | |
2012-12-18 | vc6cares.dsp: add ares_create_query.c and ares_parse_soa_reply.c | Yang Tse | 1 | -0/+8 | |
2012-12-17 | cares-functions.m4: improve gethostname arg 2 data type check | Yang Tse | 1 | -2/+4 | |
2012-12-17 | setup_once.h: HP-UX specific 'bool', 'false' and 'true' definitions. | Yang Tse | 1 | -12/+12 | |
Also reverts commit bceb40095a | |||||
2012-12-16 | configure: check if compiler halts on function prototype mismatch | Yang Tse | 2 | -1/+38 | |
2012-12-15 | cares-functions.m4: add gethostname arg 2 data type check and definition | Yang Tse | 1 | -1/+29 | |