diff options
author | Roger Dingledine <arma@torproject.org> | 2009-12-13 19:21:06 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-12-13 19:21:06 -0500 |
commit | f7d99b62a3357f71e653bd5c39fa083336d82a8e (patch) | |
tree | 75368c0f93cc3dec8657cf1527cc1341d3c46bc7 /ChangeLog | |
parent | d086c9a7f73ce5b9b7cf4add07fa7d071b829081 (diff) | |
download | tor-f7d99b62a3357f71e653bd5c39fa083336d82a8e.tar.gz tor-f7d99b62a3357f71e653bd5c39fa083336d82a8e.zip |
New controller command "getinfo config-text"
It returns the contents that Tor would write if you send it a SAVECONF
command, so the controller can write the file to disk itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Changes in version 0.2.2.7-alpha - 2009-??-?? timeout schedule for how many seconds until we detach a stream from a circuit and try a new circuit. If your network is particularly slow, you might want to set this to a number like 60. + - New controller command "getinfo config-text". It returns the + contents that Tor would write if you send it a SAVECONF command, + so the controller can write the file to disk itself. o Minor bugfixes: - Fix compilation on OSX 10.3, which has a stub mlockall() but |