diff options
author | Andrew Lewman <andrew@torproject.org> | 2005-06-08 02:08:19 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2005-06-08 02:08:19 +0000 |
commit | b0e7d05c50d7dd02ebdf26a3f5cc9d3807fc9b4d (patch) | |
tree | c12e625c8e904878a04779750840bfabc7188100 | |
parent | e7da1d170a46050e7f8b6b96605f89affcf24e19 (diff) | |
download | tor-b0e7d05c50d7dd02ebdf26a3f5cc9d3807fc9b4d.tar tor-b0e7d05c50d7dd02ebdf26a3f5cc9d3807fc9b4d.tar.gz |
TODO: cleaned up duplicates, moved some tasks from uncategorized into
valid sections.
svn:r4341
-rw-r--r-- | doc/TODO | 30 |
1 files changed, 8 insertions, 22 deletions
@@ -20,6 +20,8 @@ For 0.1.0.x: - 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. + - rewrite how libevent does select() on win32 so it's not so very slow. + - instrument the code to figure out where our memory is going. (all platforms?) for 0.1.1.x: - cpu fixes: @@ -376,33 +378,17 @@ Efficiency/speed/robustness: *********** uncategorized -- solx86 cpu worker never responds - why gnutls is bad/not good for tor - -PHOBOS - convert the abuse section of the faq into a webpage like the -rest of ours; submit it to shari for approval to add to the official -site - - flesh out the rest of the section 6 of the faq -- follow up to the archive.org lady to try to get her tor server working -- rewrite how libevent does select() on win32 so it's not so very slow. -- instrument the code to figure out where our memory is going. -- compare 0.1.0.5-rc vs 0.1.0.8-rc memory usage to test out old buffer -(1015) vs new buffer (0108) algorithms +- compare 0.1.0.5-rc vs 0.1.0.8-rc memory usage to test out old buffer (1015) vs new buffer (0108) algorithms - gather pointers to livecd distros that include tor - we should remove our libevent tree from cvs. it's obsolete now. -- desired contribute.html patch: atches for dir-servers to verify server -reachability. -- i want to put the logo on the website, in source form, so people can -put it on stickers directly, etc. -- i want more pictures from ren. he wants to describe the tor handshake, -i want to talk about hidden services. -- make it clearer how to find the mailing lists from the website -(they're in users.html) +- desired contribute.html patch: atches for dir-servers to verify server reachability. +- i want to put the logo on the website, in source form, so people can put it on stickers directly, etc. +- i want more pictures from ren. he wants to describe the tor handshake, i want to talk about hidden services. +- make it clearer how to find the mailing lists from the website (they're in users.html) - switch accountingmax to count total in+out, not either in or out. it's easy to move in this direction (not risky), but hard to back, out if we decide we prefer it the way it already is. hm. -- clean up the places where our docs are redundant (or worse, obsolete -in one file and correct elsewhere). agl has a start on a global -list-of-tor-docs. +- clean up the places where our docs are redundant (or worse, obsolete in one file and correct elsewhere). agl has a start on a global list-of-tor-docs. |