Merge branch 'disable_signal_handlers'

This commit is contained in:
Nick Mathewson
2018-01-19 16:35:24 -05:00
5 changed files with 47 additions and 39 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (embedding, mobile):
- Applications that want to embed Tor can now tell Tor not to register
any of its own POSIX signal handlers, using the __DisableSignalHandlers
option. This option is not meant for general use. Closes ticket 24588.