summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-01 21:09:42 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-01 21:09:42 +0000
commitc8373caac42799ae7599a99863a205353c19abc9 (patch)
treeed9ba5ea21091a520564319502912db9e731cd3e
parentbd2421aaa3f03213b501266dcb9e4bae05ead01c (diff)
downloadtor-c8373caac42799ae7599a99863a205353c19abc9.tar.gz
tor-c8373caac42799ae7599a99863a205353c19abc9.zip
note some more bugs
svn:r1051
-rw-r--r--doc/TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 9735d674e2..f0b5b096f8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -11,10 +11,15 @@ ARMA - arma claims
D Deferred
X Abandoned
-Short-term:
+Bugs:
+ - Sometimes it picks a middleman node as the exit for a circuit.
- if you specify a non-dirserver as exitnode or entrynode, when it
makes the first few circuits it hasn't yet fetched the directory,
so it warns that it doesn't know the node.
+ - make 'make test' exit(1) if a test fails.
+ - fix buffer unit test so it passes
+
+Short-term:
- when you hup, rewrite the router.desc file (and maybe others)
- consider handling broken socks4 implementations
- improve how it behaves when i remove a line from the approved-routers files
@@ -76,8 +81,6 @@ Short-term:
- remove per-connection rate limiting
- Make it harder to circumvent bandwidth caps: look at number of bytes
sent across sockets, not number sent inside TLS stream.
- - make 'make test' exit(1) if a test fails.
- - fix buffer unit test so it passes
On-going
. Better comments for functions!