From 029be5ad02cfec8d9b96b3466a03a353183f561a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 19 Dec 2008 18:52:00 +0000 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c86773843..7e0fe2325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,7 @@ Changes in version 0.2.1.9-alpha - 2008-12-2? - Optimize out calls to time(NULL) that occur for every IO operation, or for every cell. On systems where time() is a slow syscalls, this will be slightly helpful. + - Exit servers can now answer resolve requests for ip6.arpa addresses. o Minor features (controller): - New CONSENSUS_ARRIVED event to note when a new consensus has -- cgit v1.2.3