aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_dns.h
AgeCommit message (Collapse)Author
2007-02-16compiler warning fixYang Tse
2007-02-15compiler warning fixYang Tse
2007-02-08compiler warning fixYang Tse
2006-06-19Remove "big endian" DNS section and RR data integer parser macros fromWilliam Ahern
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).
2005-11-14Detect big/little endian in the configure script and adjust the ares_dns.hDaniel Stenberg
macros accordingly.
2005-11-12Support big-endian machines.Gisle Vanem
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg