[or-cvs] r14324: Add very short 0.2.1.x list based on discussion from arma. n (in tor/trunk: . doc doc/spec/proposals src/common)

nickm at seul.org nickm at seul.org
Tue Apr 8 22:02:09 UTC 2008


Author: nickm
Date: 2008-04-08 18:02:08 -0400 (Tue, 08 Apr 2008)
New Revision: 14324

Modified:
   tor/trunk/
   tor/trunk/doc/TODO
   tor/trunk/doc/spec/proposals/reindex.pl
   tor/trunk/src/common/util.c
Log:
 r15120 at tombo:  nickm | 2008-04-08 18:01:58 -0400
 Add very short 0.2.1.x list based on discussion from arma. needs fleshing out and merging with other lists.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r15120] on 49666b30-7950-49c5-bedf-9dc8f3168102

Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO	2008-04-08 21:40:22 UTC (rev 14323)
+++ tor/trunk/doc/TODO	2008-04-08 22:02:08 UTC (rev 14324)
@@ -242,9 +242,38 @@
   - Proposals:
     . 111: Prioritize local traffic over relayed.
 R     - Merge into tor-spec.txt.
+    - 113: close.
 
 =======================================================================
 
+For 0.2.1.x:
+  - Proposals to do:
+    - 110: avoid infinite-length circuits
+    - 128: families of private bridges
+    - 134: handle authority fragmentation.
+
+  - Proposals to write:
+    - Multilayered guards to keep bridges hidden.
+    - Proposal to supersede 117 by adding IPv6 support for exits and entries.
+    - Fix voting to handle bug 608 case when multiple servers get
+      Named.
+    - Possibly: revise link protocol to allow big circuit IDs,
+      variable-length cells, proposal-110 stuff, and versioned CREATES?
+    - Eliminate use of v2 networkstatus documents in v3 authority
+      decision-making.
+    - Draft proposal for GeoIP aggregation (see external constraints *)
+
+  - Use less RAM *
+  - Handle multi-core cpus better
+  - Use information from NETINFO cells
+  - Better test coverage
+  - Use more mid-level and high-level libevent APIs
+  - Emulate NSS better:
+    - Normalized cipher lists *
+    - Normalized lists of extensions *
+
+
+
 Planned for 0.2.1.x:
   - Refactoring:
     . Make cells get buffered on circuit, not on the or_conn.

Modified: tor/trunk/doc/spec/proposals/reindex.pl
===================================================================
--- tor/trunk/doc/spec/proposals/reindex.pl	2008-04-08 21:40:22 UTC (rev 14323)
+++ tor/trunk/doc/spec/proposals/reindex.pl	2008-04-08 22:02:08 UTC (rev 14324)
@@ -15,8 +15,8 @@
 my %status = ();
 
 my @KNOWN_STATUSES = qw{
-    OPEN ACCEPTED NEEDS-REVISION NEEDS-RESEARCH META FINISHED CLOSED 
-    SUPERSEDED DEAD DRAFT};
+    DRAFT OPEN NEEDS-REVISION NEEDS-RESEARCH ACCEPTED META FINISHED CLOSED
+    SUPERSEDED DEAD};
 
 for my $f (@files) {
     my $num = substr($f, 0, 3);

Modified: tor/trunk/src/common/util.c
===================================================================
--- tor/trunk/src/common/util.c	2008-04-08 21:40:22 UTC (rev 14323)
+++ tor/trunk/src/common/util.c	2008-04-08 22:02:08 UTC (rev 14324)
@@ -1253,6 +1253,7 @@
 
 /* =====
  * Fuzzy time
+ * XXXX021 Use this consistently or rip it out.
  * ===== */
 
 /* In a perfect world, everybody would run ntp, and ntp would be perfect, so



More information about the tor-commits mailing list