diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-08 13:54:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-08 13:54:02 +0000 |
commit | 3d602f6ed6d3ba571a6b8c27f465c71fbe67360f (patch) | |
tree | e2cfb4ce0713b92c54b0d9a3879c1891df3c4a41 /doc | |
parent | ec07e1195fc28d6d6e7ab45e0c875848eac5681f (diff) | |
download | tor-3d602f6ed6d3ba571a6b8c27f465c71fbe67360f.tar.gz tor-3d602f6ed6d3ba571a6b8c27f465c71fbe67360f.zip |
Note item status
svn:r4345
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,8 +19,12 @@ For 0.1.0.x: - Why does kevent barf with EINVAL on some freebsd boxes? - Fix the remaining flyspray bugs marked for 0.1.0.9 - 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. + (Nice idea but nontrivial.) - instrument the code to figure out where our memory is going. (all platforms?) for 0.1.1.x: |