- 10 Sep, 2018 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 07 Sep, 2018 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 27344, where we'd break compatibility with old tors by rejecting RSA1024 and DH1024.
-
- 08 Aug, 2018 2 commits
-
-
Nick Mathewson authored
I hope that the debian clang maintainers will look at debian bug 903709 soon. But until they do, this should keep our users and our CI happy on sid with clang. Closes ticket 26779.
-
Nick Mathewson authored
If we're building for Windows, we want to use windows threads no matter what, and we don't want to link a pthread library even if it is present. Fixes bug 27081; bugfix on 1790dc67 in 0.1.0.1-rc.
-
- 26 Jul, 2018 1 commit
-
-
Taylor Yu authored
Conditionalize the pragma that temporarily disables -Wunused-const-variable. Some versions of gcc don't support it. We need to do this because of an apparent bug in some libzstd headers. Fixes bug 26785; bugfix on 0.3.2.11.
-
- 20 Jul, 2018 1 commit
-
-
teor authored
Work around two different bugs in the OS X 10.10 and later SDKs that would prevent us from successfully targeting earlier versions of OS X. Fixes bug 26876; bugfix on 0.3.3.1-alpha.
-
- 11 Jul, 2018 1 commit
-
-
Nick Mathewson authored
Closes ticket 20424.
-
- 09 Jul, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 21 Jun, 2018 1 commit
-
-
Nick Mathewson authored
Closes ticket 26372.
-
- 12 Jun, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 22 May, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 15 Apr, 2018 1 commit
-
-
Nick Mathewson authored
-
- 14 Apr, 2018 1 commit
-
-
Nick Mathewson authored
-
- 05 Apr, 2018 1 commit
-
-
Nick Mathewson authored
By default, we want to look at the crates directory of the submodule, not the toplevel of the submodule. Fixes bug 25679; bugfix on 0.3.3.1-alpha.
-
- 29 Mar, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 28 Mar, 2018 1 commit
-
-
When merging the patches for #25310 the libc version requirement in `GettingStartedRust.md` and `configure.ac` did not get updated to the now needed 0.2.39.
-
- 13 Mar, 2018 1 commit
-
-
Nick Mathewson authored
Fixes bug 25474; bugfix on 0.3.2.5-alpha.
-
- 03 Mar, 2018 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 01 Mar, 2018 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 10 Feb, 2018 1 commit
-
-
Nick Mathewson authored
-
- 09 Feb, 2018 1 commit
-
-
Nick Mathewson authored
-
- 07 Feb, 2018 1 commit
-
-
- 25 Jan, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 19 Jan, 2018 1 commit
-
-
Nick Mathewson authored
For 23847, we want Tor to be able to shut down and then restart in the same process. Here's a patch to make the Tor binary do that. To test it, you need to build with --enable-restart-debugging, and then you need to set the environment variable TOR_DEBUG_RESTART. With this option, Tor will then run for 5 seconds, then restart itself in-process without exiting. This only happens once. You can change the 5-second interval using TOR_DEBUG_RESTART_AFTER_SECONDS. Implements ticket 24583.
-