summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-19 08:44:20 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-19 08:44:20 +0000
commit0d0250a8c8cd2fa9742e00f414e209af94b80248 (patch)
tree41a93f6f856058bf9c2e0f734469ea3982413357
parent69af25ecbf43457ecfb7b09969f23d9f5204e2b7 (diff)
downloadtor-0d0250a8c8cd2fa9742e00f414e209af94b80248.tar.gz
tor-0d0250a8c8cd2fa9742e00f414e209af94b80248.zip
mark off a few todo items
svn:r6043
-rw-r--r--doc/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 3aef8c416d..23214f90e3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -36,8 +36,6 @@ N - building on freebsd 6.0: (with multiple openssl installations)
- <arma> should we detect if we have a --with-ssl-dir and try the -R
by default, if it works?
- o Split into ReachableDirAddresses and ReachableORAddresses
- o document
R - Jan 26 10:25:04.832 [warn] add_an_entry_guard(): Tried finding a
new entry, but failed. Bad news. XXX.
N - look at the proposed os x uninstaller:
@@ -55,8 +53,6 @@ N - commit edmanm's win32 makefile to tor cvs contrib
- when logging unknown http headers, this could include bad escape codes?
- more generally, attacker-controller log entries with newlines in them
are dangerous for our users.
- o make log entries include function names in win32 again.
- - ...and make it compile and work right on Windows again.
- Make "setconf" and "hup" behavior cleaner for LINELIST config
options (e.g. Log). Bug 238.
R - streamline how we define a guard node as 'up'. document it