- 08 Jan, 2019 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 07 Jan, 2019 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 09 Nov, 2018 1 commit
-
-
Nick Mathewson authored
Failing to do on clients was causing TLS 1.3 negotiation to fail. Fixes bug 28245; bugfix on 0.2.9.15, when we added TLS 1.3 support.
-
- 02 Nov, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 10 Sep, 2018 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 07 Sep, 2018 5 commits
-
-
Nick Mathewson authored
-
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.
-
- 24 Aug, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 08 Aug, 2018 3 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.
-
Nick Mathewson authored
-
- 06 Aug, 2018 1 commit
-
-
Nick Mathewson authored
-
- 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 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 27 Jun, 2018 1 commit
-
- 26 Jun, 2018 1 commit
-
-
Nick Mathewson authored
-
- 25 Jun, 2018 1 commit
-
-
Nick Mathewson authored
-
- 21 Jun, 2018 2 commits
-
-
Nick Mathewson authored
Closes ticket 26372.
-
Nick Mathewson authored
-
- 20 Jun, 2018 2 commits
-
-
Nick Mathewson authored
These appear to work for me.
-
-
- 19 Jun, 2018 1 commit
-
-
Nick Mathewson authored
We need this trick because some of our Rust tests depend on our C code, which in turn depend on other native libraries, which thereby pulls a whole mess of our build system into "cargo test". To solve this, we add a build script (build.rs) to set most of the options that we want based on the contents of config.rust. Some options can't be set, and need to go to the linker directly: we use a linker replacement (link_rust.sh) for these. Both config.rust and link_rust.sh are generated by autoconf for us. This patch on its own should enough to make the crypto test build, but not necessarily enough to make it pass.
-
- 18 Jun, 2018 2 commits
-
-
Nick Mathewson authored
This reverts commit 70d91bd0.
-
Nick Mathewson authored
This was already added to LIBTOR_A_SOURCES; it doesn't need to get added again. Fixes bug 26402. Bugfix on 0.3.4.1-alpha.
-
- 15 Jun, 2018 1 commit
-
-
Taylor Yu authored
Set rustc flags to treat warnings as fatal if configured with --enable-warnings.
-