Merge branch 'restart_nocrash'

This commit is contained in:
Nick Mathewson
2018-01-11 12:45:25 -05:00
7 changed files with 27 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
o Major features (embedding):
- Tor now has support for restarting in the same process.
Controllers that run Tor using the "tor_api.h" interface can now
restart Tor after Tor has exited. This support is incomplete, however:
we have fixed the crash bugs that prevented it from working at all
before, but many bugs probably remain. Implements ticket 24581.