aboutsummaryrefslogtreecommitdiff
path: root/doc/control-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-08-10 18:05:20 +0000
committerNick Mathewson <nickm@torproject.org>2005-08-10 18:05:20 +0000
commit16528aa0704501b3dff39a193f5320a809340e3c (patch)
tree73177f65871dd582af4c4e0ab59738c8a8bdac5c /doc/control-spec.txt
parentc031d14633187038cb3032d557daa64378c54fac (diff)
downloadtor-16528aa0704501b3dff39a193f5320a809340e3c.tar
tor-16528aa0704501b3dff39a193f5320a809340e3c.tar.gz
Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.
svn:r4761
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r--doc/control-spec.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 9ce1f6071..830c329cc 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -294,6 +294,8 @@ $Id$
"version" -- The version of the server's software, including the name
of the software. (example: "Tor 0.0.9.4")
+ "config-file" -- The location of Tor's configuration file ("torrc").
+
"desc/id/<OR identity>" or "desc/name/<OR nickname>" -- the latest server
descriptor for a given OR, NUL-terminated. If no such OR is known, the
corresponding value is an empty string.