[or-cvs] r12919: Make "GETINFO/desc-annotations/id/<OR digest>" actually work (in tor/trunk: . src/or)

arma at seul.org arma at seul.org
Sat Dec 22 05:27:31 UTC 2007


Author: arma
Date: 2007-12-22 00:27:30 -0500 (Sat, 22 Dec 2007)
New Revision: 12919

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/or/control.c
Log:
Make "GETINFO/desc-annotations/id/<OR digest>" actually work.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-12-22 05:26:36 UTC (rev 12918)
+++ tor/trunk/ChangeLog	2007-12-22 05:27:30 UTC (rev 12919)
@@ -11,6 +11,7 @@
 
   o Minor bugfixes:
     - Make the unit tests build again.
+    - Make "GETINFO/desc-annotations/id/<OR digest>" actually work.
 
 
 Changes in version 0.2.0.13-alpha - 2007-12-21

Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2007-12-22 05:26:36 UTC (rev 12918)
+++ tor/trunk/src/or/control.c	2007-12-22 05:27:30 UTC (rev 12919)
@@ -1782,6 +1782,7 @@
       "current version"),
   ITEM("address", misc, "IP address of this Tor host, if we can guess it."),
   ITEM("dir-usage", misc, "Breakdown of bytes transferred over DirPort."),
+  PREFIX("desc-annotations/id/", dir, "Router annotations by hexdigest."),
   PREFIX("dir/server/", dir,"Router descriptors as retrieved from a DirPort."),
   PREFIX("dir/status/", dir,"Networkstatus docs as retrieved from a DirPort."),
   PREFIX("exit-policy/default", policies,



More information about the tor-commits mailing list