[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add simpler option_is_same, as suggested by arma. Finish im...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Add simpler option_is_same, as suggested by arma. Finish im...
- From: nickm@seul.org (Nick Mathewson)
- Date: Sun, 14 Nov 2004 15:51:30 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 14 Nov 2004 15:52:14 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv12241/doc
Modified Files:
TODO
Log Message:
Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- TODO 14 Nov 2004 19:08:24 -0000 1.213
+++ TODO 14 Nov 2004 20:51:28 -0000 1.214
@@ -19,10 +19,10 @@
o stop calling a *_policy an exit_policy_t
o Regenerate our server descriptor when a relevant option is changed from
control.c.
- . Writing out the machine-readable torrc file
+ o Writing out the machine-readable torrc file
o Function to check whether an option has changed.
o Function to generate the contents for a torrc file.
- - Function to safely replace a torrc file.
+ o Function to safely replace a torrc file.
R - fix print_usage()
- Download and use running-routers
R - document signals in man page