diff options
author | Roger Dingledine <arma@torproject.org> | 2003-09-24 21:30:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-09-24 21:30:12 +0000 |
commit | a3bd8b5483bfb3813ba814c8d73840ca993e0298 (patch) | |
tree | ac5011fffa27a9022ce8d930129a27e77c548618 /doc/TODO | |
parent | 40d0fca63ae25e9e98b70bd75ce356d63ebc6c45 (diff) | |
download | tor-a3bd8b5483bfb3813ba814c8d73840ca993e0298.tar tor-a3bd8b5483bfb3813ba814c8d73840ca993e0298.tar.gz |
a few todo things done
svn:r482
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -32,7 +32,7 @@ ARMA - router posts descriptor - when it boots - when it changes NICK - change tls stuff so certs don't get written to disk, or read from disk -ARMA - make directory.c threadsafe (or at least safe for multiple posts) + o make directory.c 'thread'safe NICK ? dirserver parses descriptor - dirserver checks signature D client checks signature? @@ -45,7 +45,7 @@ NICK - instruments ORs to report stats - average cell fullness - average bandwidth used - others? -ARMA - integrate rep_ok functions, see what breaks + . integrate rep_ok functions, see what breaks ARMA - configure log files. separate log file, separate severities. ARMA - what assumptions break if we fclose(0) when we daemonize? NICK - make buffer struct elements opaque outside buffers.c @@ -53,8 +53,8 @@ ARMA - Go through log messages, reduce confusing error messages. ARMA - make the logs include more info (fd, etc) ARMA - add log convention to the HACKING file - make 'make install' do the right thing -ARMA - change binary name to tor -ARMA - change config files so you look at commandline, else look in + o change binary name to tor + o change config files so you look at commandline, else look in /etc/torrc. no cascading. ARMA - have an absolute datadir with fixed names for files, and fixed-name keydir under that with fixed names |