aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-19 09:52:14 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-19 09:52:14 -0500
commit2c9e0a286cad3c0bbc1797f75a8c516df476db62 (patch)
treee1573bd20873474a7464ee79ef3be2162ab00eee /changes
parente7907f15f9b7685fbdd24939a7266235a066f8a0 (diff)
parent97d9ba2380e0c894a1b611bdb4f35d0fe98a837a (diff)
downloadtor-2c9e0a286cad3c0bbc1797f75a8c516df476db62.tar.gz
tor-2c9e0a286cad3c0bbc1797f75a8c516df476db62.zip
Merge branch 'restart_debug_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature245839
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/feature24583 b/changes/feature24583
new file mode 100644
index 0000000000..19feaec5bb
--- /dev/null
+++ b/changes/feature24583
@@ -0,0 +1,9 @@
+ o Minor features (testing, debugging):
+ - For development purposes, Tor now has a mode in which it runs
+ for a few seconds, then stops, and starts again without exiting
+ the process. This mode is meant to help us debug various issues
+ with ticket 23847. To use this feature, compile with
+ --enable-restart-degbugging, and set the TOR_DEBUG_RESTART
+ environment variable. This is expected to crash a lot, and is
+ really meant for developers only. It will likely be removed in a future
+ release. Implements ticket 24583.