Browse Source

Note item status

svn:r4345
Nick Mathewson 20 years ago
parent
commit
3d602f6ed6
1 changed files with 5 additions and 1 deletions
  1. 5 1
      doc/TODO

+ 5 - 1
doc/TODO

@@ -19,8 +19,12 @@ For 0.1.0.x:
   - Why does kevent barf with EINVAL on some freebsd boxes?
   - Why does kevent barf with EINVAL on some freebsd boxes?
   - Fix the remaining flyspray bugs marked for 0.1.0.9
   - Fix the remaining flyspray bugs marked for 0.1.0.9
   - Free remaining unfreed memory (arma will run valgrind)
   - Free remaining unfreed memory (arma will run valgrind)
-  - Note libevent/method/platform combos that are unlikely to work.
+  . Note libevent/method/platform combos that are unlikely to work.
+    o Write
+    - Test
+    - Backport
   - rewrite how libevent does select() on win32 so it's not so very slow.
   - rewrite how libevent does select() on win32 so it's not so very slow.
+    (Nice idea but nontrivial.)
   - instrument the code to figure out where our memory is going. (all platforms?)
   - instrument the code to figure out where our memory is going. (all platforms?)
 
 
 for 0.1.1.x:
 for 0.1.1.x: