summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-22 18:43:24 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-22 18:43:24 +0000
commit2d40991427a80ad25dccd8f2f26e0ef3fb1d9789 (patch)
tree02a4097e106a6b56ec550ce2cf5cc90b8b5ef598 /doc
parentd6a0e5bcc9311f073fff93275e3897017698fdb1 (diff)
downloadtor-2d40991427a80ad25dccd8f2f26e0ef3fb1d9789.tar.gz
tor-2d40991427a80ad25dccd8f2f26e0ef3fb1d9789.zip
Report HTTP reasons to directory clients. (Also, fix format on new TODO items)
svn:r3811
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/TODO b/doc/TODO
index d589232565..4b41c69f73 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -21,12 +21,11 @@ R o pick the whole path when you start the circuit.
o finish messing with reachability stuff
o if we jump in time a lot, then mark our circs and note that we
haven't made a circ yet.
-
-actually give http reason phrases to dir clients, so they know why
- they're rejected.
-controller should have an event to learn about new addressmappings?
-how do ulimits work on win32, anyway?
-have a separate config option which caps bandwidth-to-advertise.
+ o actually give http reason phrases to dir clients, so they know why
+ they're rejected.
+ - controller should have an event to learn about new addressmappings?
+ - how do ulimits work on win32, anyway?
+ - have a separate config option which caps bandwidth-to-advertise.
For 0.1.0.x:
@@ -97,6 +96,7 @@ R - revised circ selection stuff.
o Time out never-attached streams.
o If we never get a CONNECTED back, we should put the stream back in
CONTROLLER_WAIT, not in CIRCUIT_WAIT.
+ - Add a way for the controller to say, "Hey, nuke this stream."
- Tests for new controller features
R o HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to
other ORs.)