Browse Source

More todo updates

svn:r15344
Nick Mathewson 17 years ago
parent
commit
2e5e2f946a
1 changed files with 7 additions and 7 deletions
  1. 7 7
      doc/TODO

+ 7 - 7
doc/TODO

@@ -396,7 +396,7 @@ For 0.2.1.x:
     - Put bandwidth weights in the networkstatus? So clients get weight
     - Put bandwidth weights in the networkstatus? So clients get weight
       their choices even before they have the descriptors; and so
       their choices even before they have the descriptors; and so
       authorities can put in more accurate numbers in the future.
       authorities can put in more accurate numbers in the future.
-    - Map out the process of bootstrapping, break it into status events,
+    . Map out the process of bootstrapping, break it into status events,
       spec those events. Also, map out the ways where we can realize that
       spec those events. Also, map out the ways where we can realize that
       bootstrapping is *failing*, and include those. *
       bootstrapping is *failing*, and include those. *
 
 
@@ -419,7 +419,7 @@ W     - figure out license *
 
 
   - Use less RAM *
   - Use less RAM *
     - Optimize cell pool allocation.
     - Optimize cell pool allocation.
-    - Support (or just always use) jemalloc
+    - Support (or just always use) jemalloc (if it helps)
     - mmap more files.
     - mmap more files.
     - Look into pulling serverdescs off buffers as they arrive.
     - Look into pulling serverdescs off buffers as they arrive.
   - Use less bandwidth
   - Use less bandwidth
@@ -438,11 +438,11 @@ W     - figure out license *
     - For dns?
     - For dns?
     - For http?
     - For http?
     - For buffers?
     - For buffers?
-  - Emulate NSS better:
+  o Emulate NSS better:
-    - Normalized cipher lists *
+    o Normalized cipher lists
-    - Normalized lists of extensions *
+    o Normalized lists of extensions
   - Tool improvements:
   - Tool improvements:
-    - Get a "use less buffer ram" patch into openssl. *
+    o Get a "use less buffer ram" patch into openssl. *
     - Get IOCP patch into libevent *
     - Get IOCP patch into libevent *
 
 
   - Security improvements
   - Security improvements
@@ -465,7 +465,7 @@ W     - figure out license *
     - Can we deprecate controllers that don't use both features?
     - Can we deprecate controllers that don't use both features?
 
 
 Nice to have for 0.2.1.x:
 Nice to have for 0.2.1.x:
-  - Better support for private networks: figure out what is hard, and
+  o Better support for private networks: figure out what is hard, and
     make it easier.
     make it easier.
 
 
   - Proposals to write
   - Proposals to write