- 21 Nov, 2019 1 commit
-
-
Nick Mathewson authored
-
- 15 Nov, 2019 13 commits
-
-
Nick Mathewson authored
Closes ticket 32209.
-
Nick Mathewson authored
Using a standard ending here will let other tools that expect markdown understand our output here. This commit was automatically generated with: for fn in $(find src -name '*.dox'); do \ git mv "$fn" "${fn%.dox}.md"; \ done
-
Nick Mathewson authored
This is an automatically generated commit, made with: find src -name '*.dox' | \ xargs perl -i -ne 'print unless (m#^\s*/?\*\*/?\s*$#);'
-
Nick Mathewson authored
Also, I have to add src/rust/registry to the excluded paths, since it includes .md files that Doxygen can't handle.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
(Thanks, Taylor!)
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
teor authored
-
teor authored
-
teor authored
-
- 14 Nov, 2019 26 commits
-
-
Nick Mathewson authored
Fixes bug 32495.
-
David Goulet authored
-
Nick Mathewson authored
Fixes bug 32496; bug not in any released Tor.
-
David Goulet authored
-
Nick Mathewson authored
-
teor authored
-
teor authored
Closes ticket 32245.
-
teor authored
Closes ticket 32244.
-
teor authored
(Or any files that start with "." or "#".) Obviously correct changes to already-reviewed code.
-
teor authored
There are now no HAVE_MODULE_{DIRAUTH,RELAY} inside functions. Closes ticket 32163.
-
teor authored
When the relay module is disabled, we change the ClientOnly default to 1. But we forgot to mention that in the changes file.
-
teor authored
-
teor authored
Part of 32451.
-
teor authored
Part of 32451.
-
teor authored
These failure cases can be used to test the failure behaviour and failure logs of test_parseconf.sh. See the README for details. Part of 32451.
-
teor authored
Cleanup after 32451.
-
teor authored
Part of 32451.
-
teor authored
Remove more duplicate code. Eliminate some arguments. Rewrite some comments. Cleanup after 32451.
-
teor authored
Remove duplicate code, and standardise similar behaviour. Add some additional error checking. Cleanup after 32451.
-
teor authored
Part of 32451.
-
teor authored
Make spacing, quotes, and env vars consistent. Cleanup after 32451 and 32468.
-
teor authored
When we added the $FILTER for Windows newlines, we made the pipeline always exit successfully, even if tor failed. Fixes bug 32468; bugfix on 0.4.2.1-alpha.
-
teor authored
Part of 32451.
-
teor authored
The "expected_log" file is a set of patterns that matches the output of "tor --verify-config". Unlike "error", it expects a successful exit status. Part of 32451.
-
teor authored
Part of 32451.
-
teor authored
There are lots of different files now, so having Config and Result sections is helpful. Part of 32451.
-