Merge remote-tracking branch 'public/owning_control_fd'

This commit is contained in:
Nick Mathewson
2017-11-01 13:28:31 -04:00
9 changed files with 103 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor features (API, embedding):
- Tor can now start with a preauthenticated control connection
created by the process that launched it. This feature is meant
for use by programs that want to launch and manage a Tor process
without allowing other programs to manage it as well.
For more information, see the __OwningControllerFD option
documented in control-spec.txt. Closes ticket 23900.