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

8 Commits

Author SHA1 Message Date
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