tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 820aba70efcc6f50f23cf676832412852a01141a
parent fe3bacf50a8d6e7fcec5f8bb1d5c0ac32c41a57c
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  1 Aug 2018 11:09:15 -0400

Changes file for owningcontrollerfd api

Diffstat:
Achanges/ticket24204 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket24204 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.