]> git.ipfire.org Git - thirdparty/tor.git/commit
Turn TestingClientBootstrap* into non-testing options
authorDavid Goulet <dgoulet@ev0ke.net>
Tue, 5 Apr 2016 18:43:20 +0000 (14:43 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 7 Apr 2016 14:57:59 +0000 (10:57 -0400)
commit40827da3bfafb3191433d4151d48f79c511dcd42
tree15708670690aa920a99c0b9580ecdbc38795969c
parentd8a056daed78c9794037931db81b97d596505bb7
Turn TestingClientBootstrap* into non-testing options

This changes simply renames them by removing "Testing" in front of them and
they do not require TestingTorNetwork to be enabled anymore.

Fixes #18481

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
changes/bug18481 [new file with mode: 0644]
doc/tor.1.txt
src/or/config.c
src/or/directory.c
src/or/networkstatus.c
src/or/or.h
src/test/test_options.c