[or-cvs] r9093: minor cleanups and notes (in tor/trunk: . doc src/or)

arma at seul.org arma at seul.org
Tue Dec 12 20:19:57 UTC 2006


Author: arma
Date: 2006-12-12 15:19:54 -0500 (Tue, 12 Dec 2006)
New Revision: 9093

Modified:
   tor/trunk/ChangeLog
   tor/trunk/doc/TODO
   tor/trunk/doc/control-spec.txt
   tor/trunk/doc/tor-spec.txt
   tor/trunk/src/or/connection.c
Log:
minor cleanups and notes


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2006-12-12 18:34:22 UTC (rev 9092)
+++ tor/trunk/ChangeLog	2006-12-12 20:19:54 UTC (rev 9093)
@@ -1,25 +1,25 @@
 Changes in version 0.1.2.5-xxxx - 200?-??-??
   o Minor features:
     - Start using the state file to store bandwidth accounting data:
-      the bw_accounting file is now obsolete.  We'll keep generating it
+      the bw_accounting file is now obsolete. We'll keep generating it
       for a while for people who are still using 0.1.2.4-alpha.
-    - Try to batch changes to the state so that we do as few disk writes
-      as possible while still storing important things in a timely
-      fashion.
+    - Try to batch changes to the state file so that we do as few
+      disk writes as possible while still storing important things in
+      a timely fashion.
     - Ongoing work on eventdns infrastructure: add dns server and ipv6
       support.
 
   o Major bugfixes:
     - Fix a longstanding bug in eventdns that prevented the count of
-      timed-out resolves from ever being reset.   This bug caused us
-      to give up on a nameserver the third time it timed out, and try it 10
-      seconds later... and to give up on it every time it timed out after
-      that. (May fix bug 326.)
+      timed-out resolves from ever being reset. This bug caused us to
+      give up on a nameserver the third time it timed out, and try it
+      10 seconds later... and to give up on it every time it timed out
+      after that. (May fix bug 326.)
 
   o Minor bugfixes:
     - Fix a bug when a PF socket is first used.  (Patch from Fabian
       Keil.)
-    - Fix an assert failure when the directory authority sets
+    - Fix an assert failure when a directory authority sets
       AuthDirRejectUnlisted and then receives a descriptor from an
       unlisted router (reported by seeess).
     - Fix a bug on the Windows implementation of tor_mmap_file that
@@ -32,8 +32,8 @@
     - Clients do not store bandwidth history in their state files. (This
       shouldn't be an exploitable security issue, but it's better to be
       safe.)
-    - When generating bandwidth history, round down to the nearest 1k. When
-      storing accounting data, round up to the nearest 1k.
+    - When generating bandwidth history, round down to the nearest
+      1k. When storing accounting data, round up to the nearest 1k.
 
   o Controller features:
     - Have GETINFO dir/status/* work on hosts with DirPort disabled.

Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO	2006-12-12 18:34:22 UTC (rev 9092)
+++ tor/trunk/doc/TODO	2006-12-12 20:19:54 UTC (rev 9093)
@@ -436,6 +436,7 @@
   - tor-in-the-media page
   - Remove need for HACKING file.
   - Figure out licenses for website material.
+  - Specify the keys and key rotation schedules and stuff
 
 Website:
   - and remove home and make the "Tor" picture be the link to home.

Modified: tor/trunk/doc/control-spec.txt
===================================================================
--- tor/trunk/doc/control-spec.txt	2006-12-12 18:34:22 UTC (rev 9092)
+++ tor/trunk/doc/control-spec.txt	2006-12-12 20:19:54 UTC (rev 9093)
@@ -930,6 +930,11 @@
      "650" SP "ADDRMAP" SP Address SP Address SP Expiry
      Expiry = DQOUTE ISOTime DQUOTE / "NEVER"
 
+  [XXX We should rename this to ADDRESSMAP. -RD]
+
+  [FFF We should add a SOURCE=%s argument for extended events,
+   which specifies what exit node told us this addressmap. -RD]
+
 4.1.8. Descriptors uploaded to us in our role as authoritative dirserver
 
   Syntax:
@@ -966,10 +971,10 @@
      CLOCK_JUMPED
      "time=NUM"
        Tor spent enough time without CPU cycles that it has closed all
-       its circuits and will establishing them anew. This typically
+       its circuits and will establish them anew. This typically
        happens when a laptop goes to sleep and then wakes up again. It
        also happens when the system is swapping so heavily that Tor is
-       starving. The "time" argument includes the number of seconds Tor
+       starving. The "time" argument specifies the number of seconds Tor
        thinks it was unconscious for.
        This status event is sent as NOTICE severity normally, but WARN
        severity if Tor is acting as a server currently.

Modified: tor/trunk/doc/tor-spec.txt
===================================================================
--- tor/trunk/doc/tor-spec.txt	2006-12-12 18:34:22 UTC (rev 9092)
+++ tor/trunk/doc/tor-spec.txt	2006-12-12 20:19:54 UTC (rev 9093)
@@ -282,7 +282,7 @@
    are able and willing to support.  Parties can only communicate if they
    have some connection protocol version in common.
 
-   Version 0.1.2.0-alpha and earlier don't understand VERSIONS cells,
+   Version 0.1.x.y-alpha and earlier don't understand VERSIONS cells,
    and therefore don't support version negotiation.  Thus, waiting until
    the other side has sent a VERSIONS cell won't work for these servers:
    if they send no cells back, it is impossible to tell whether they

Modified: tor/trunk/src/or/connection.c
===================================================================
--- tor/trunk/src/or/connection.c	2006-12-12 18:34:22 UTC (rev 9092)
+++ tor/trunk/src/or/connection.c	2006-12-12 20:19:54 UTC (rev 9093)
@@ -1994,7 +1994,7 @@
   return 0;
 }
 
-/** Alloocates a base64'ed authenticator for use in http or https
+/** Allocates a base64'ed authenticator for use in http or https
  * auth, based on the input string <b>authenticator</b>. Returns it
  * if success, else returns NULL. */
 char *



More information about the tor-commits mailing list