Move in-addr.arpa parsing and generation into address.c, and simplify the code that...
commit029be5ad02cfec8d9b96b3466a03a353183f561a
authorNick Mathewson <nickm@torproject.org>
Fri, 19 Dec 2008 18:52:00 +0000 (19 18:52 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 19 Dec 2008 18:52:00 +0000 (19 18:52 +0000)
tree1cd1a87b153e8aabfef10d8d6d8f8813f6e1bdf0
parentefb863189cd4500e9cdaf8f5665f9756ae12dfde
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere.  Incidentally, this lets exit servers answer requests for ip6.arpa addresses.

svn:r17707
ChangeLog
src/common/address.c
src/common/address.h
src/or/connection_edge.c
src/or/dns.c
src/or/eventdns.c
src/or/eventdns.h
src/or/or.h
src/or/test.c