[or-cvs] r13659: Note in the TODO some stuff I want to do in the next dev cyc (in tor/trunk: . doc)

nickm at seul.org nickm at seul.org
Thu Feb 21 16:12:06 UTC 2008


Author: nickm
Date: 2008-02-21 11:12:05 -0500 (Thu, 21 Feb 2008)
New Revision: 13659

Modified:
   tor/trunk/
   tor/trunk/doc/TODO
Log:
 r14364 at 31-33-219:  nickm | 2008-02-21 11:11:56 -0500
 Note in the TODO some stuff I want to do in the next dev cycle so it stops bouncing around in my head



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

Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO	2008-02-21 16:12:01 UTC (rev 13658)
+++ tor/trunk/doc/TODO	2008-02-21 16:12:05 UTC (rev 13659)
@@ -202,6 +202,18 @@
 =======================================================================
 
 Planned for 0.2.1.x:
+  - Things that have been bugging Nick
+    - Make better use of multi-core machines: Do AES crypto and
+      compression in worker threads
+    - Maybe use jemalloc from freebsd via firefox 3, once its windows
+      and osx ports are more mature.
+    - MMap the cached-descriptors.new file as well as the regular ones
+    - Actually use SSL_shutdown to close our TLS connections.
+    - Refactor the HTTP logic so the functions aren't so large.
+    - Get a "use less buffer ram" patch into openssl.
+    - Get IOCP patch into libevent
+    - Use libevent's evdns code where applicable.
+
   - bridge communities with local bridge authorities:
     - clients who have a password configured decide to ask their bridge
       authority for a networkstatus



More information about the tor-commits mailing list