summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-13 10:33:38 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-13 10:33:38 +0000
commitdda257435ea8c68982a58f1ec2e5c44ff55cdc45 (patch)
treea280c1b22abb12781ad14135689f656bc0fcb4b1
parent259c65ab08a4a88e310097cd5df155d62ea22447 (diff)
downloadtor-dda257435ea8c68982a58f1ec2e5c44ff55cdc45.tar.gz
tor-dda257435ea8c68982a58f1ec2e5c44ff55cdc45.zip
which leads to a new todo item. help from a windows person please?
svn:r6006
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 23d11be333..e01d75af09 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -54,7 +54,8 @@ 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.
-R - make log entries include function names in win32 again.
+ 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