diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-01 11:09:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-01 11:09:15 -0400 |
commit | 820aba70efcc6f50f23cf676832412852a01141a (patch) | |
tree | a9f8db0fd673abf33fbc66caf907ec9dfb91e28c | |
parent | fe3bacf50a8d6e7fcec5f8bb1d5c0ac32c41a57c (diff) | |
download | tor-820aba70efcc6f50f23cf676832412852a01141a.tar.gz tor-820aba70efcc6f50f23cf676832412852a01141a.zip |
Changes file for owningcontrollerfd api
-rw-r--r-- | changes/ticket24204 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket24204 b/changes/ticket24204 new file mode 100644 index 0000000000..835952045b --- /dev/null +++ b/changes/ticket24204 @@ -0,0 +1,5 @@ + o Minor features (embedding API): + - The Tor controller API now supports a function to launch Tor with a + preconstructed owning controller FD, so that embedding applications + don't need to manage controller ports and authentication. Closes + ticket 24204. |