diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-12 20:09:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-12 20:09:54 +0000 |
commit | eabcf6618ea341afc20c4e5414f92f4e8d2c41db (patch) | |
tree | f4129b35fab8a1a1fd4f0a2ebaf827f269d41693 /doc | |
parent | 5109de562604c334fee2a0778ff15ad93a4b1191 (diff) | |
download | tor-eabcf6618ea341afc20c4e5414f92f4e8d2c41db.tar.gz tor-eabcf6618ea341afc20c4e5414f92f4e8d2c41db.zip |
Write most of the implementation for SAVECONF.
svn:r2820
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |