1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 13:29:42 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
90364defb0 Added new feature (rfc2671) 2012-08-17 00:54:47 +02:00
1089cf6052 ares_dns.h: adjust DNS__16BIT and DNS__32BIT macro definitions
Fixing compiler warnings existing definitions triggered on these.
2011-08-21 19:18:53 +02:00
63627fa5ab remove all $Id$ lines 2010-03-27 19:42:02 +01:00
10a035e128 compiler warning fix 2007-02-16 14:22:08 +00:00
ab3790b683 compiler warning fix 2007-02-15 12:14:34 +00:00
d145c09ef1 compiler warning fix 2007-02-08 17:01:40 +00:00
d1ad89f943 Remove "big endian" DNS section and RR data integer parser macros from
ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C
operate on logical values. And in any event the octets are already in
big-endian (aka network) byte order so they're being reversed (thus the
source of the breakage).
2006-06-19 06:41:55 +00:00
374bc69deb Detect big/little endian in the configure script and adjust the ares_dns.h
macros accordingly.
2005-11-14 23:14:54 +00:00
d629c2affd Support big-endian machines. 2005-11-12 15:15:27 +00:00
3e748f4b50 removed tabs and trailing whitespace from source 2004-10-06 07:50:18 +00:00
5e847a14bd ares 1.1.1 with collected applied patches 2003-10-07 21:54:04 +00:00