summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-12 20:09:54 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-12 20:09:54 +0000
commiteabcf6618ea341afc20c4e5414f92f4e8d2c41db (patch)
treef4129b35fab8a1a1fd4f0a2ebaf827f269d41693 /doc
parent5109de562604c334fee2a0778ff15ad93a4b1191 (diff)
downloadtor-eabcf6618ea341afc20c4e5414f92f4e8d2c41db.tar.gz
tor-eabcf6618ea341afc20c4e5414f92f4e8d2c41db.zip
Write most of the implementation for SAVECONF.
svn:r2820
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 7147a8ab47..cc74630274 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -53,7 +53,10 @@ ARMA - arma claims
o stop calling a *_policy an exit_policy_t
- Regenerate our server descriptor when a relevant option is changed from
control.c.
- - Writing out the machine-readable torrc file
+ . 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.
- fix print_usage()
- Download and use running-routers
- document signals in man page