- 09 Jul, 2020 1 commit
-
-
Nick Mathewson authored
-
- 15 May, 2020 1 commit
-
-
Nick Mathewson authored
Fixes bug 34233. (This has bug has been backported to 0.3.5, but only released in 0.4.3, so it only needs a changes file there.)
-
- 06 May, 2020 1 commit
-
-
Nick Mathewson authored
This macro defers to __attribute__((fallthrough)) on GCC (and clang). Previously we had been using GCC's magic /* fallthrough */ comments, but clang very sensibly doesn't accept those. Since not all compiler recognize it, we only define it when our configure script detects that it works. Part of a fix for 34078.
-
- 18 Mar, 2020 1 commit
-
-
Nick Mathewson authored
-
- 13 Mar, 2020 1 commit
-
-
Nick Mathewson authored
-
- 09 Dec, 2019 1 commit
-
-
Nick Mathewson authored
-
- 05 Dec, 2019 1 commit
-
-
Nick Mathewson authored
-
- 21 Feb, 2019 6 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 16 Jan, 2019 1 commit
-
-
Nick Mathewson authored
-
- 08 Jan, 2019 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 07 Jan, 2019 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 21 Dec, 2018 1 commit
-
-
Nick Mathewson authored
We now accumulate warning flags in a separate variable, "TOR_WARNING_FLAGS", and write it to a "warning_flags" file. Then we test whether the compiler will accept "@warning_flags": if so, we put "@warning_flags" in the CFLAGS; if not, we copy the contents of "$TOR_WARNING_FLAGS" into the CFLAGS. Closes ticket 28924.
-
- 18 Dec, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 16 Nov, 2018 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.
-
- 08 Nov, 2018 1 commit
-
-
Nick Mathewson authored
-
- 07 Nov, 2018 1 commit
-
-
Nick Mathewson authored
-
- 02 Nov, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 29 Oct, 2018 1 commit
-
-
Alex Crichton authored
This'll help retain test compatibility until 1.31.0 is released!
-
- 17 Oct, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 02 Oct, 2018 1 commit
-
-
Alex Crichton authored
This is no longer necessary with upstream rust-lang/rust changes as well as some local tweaks. Namely: * The `-fsanitize=address`-style options are now passed via `-C link-args` through `RUSTFLAGS`. This obviates the need for the shell script. * The `-C default-linker-libraries`, disabling `-nodefaultlibs`, is passed through `RUSTFLAGS`, which is necessary to ensure that `-fsanitize=address` links correctly. * The `-C linker` option is passed to ensure we're using the same C compiler as normal C code, although it has a bit of hackery to only get the `gcc` out of `gcc -std=c99`
-
- 21 Sep, 2018 1 commit
-
-
Nick Mathewson authored
-
- 20 Sep, 2018 1 commit
-
-
Nick Mathewson authored
-
- 18 Sep, 2018 1 commit
-
-
Nick Mathewson authored
-
- 17 Sep, 2018 1 commit
-
-
Nick Mathewson authored
-
- 13 Sep, 2018 1 commit
-
-
Nick Mathewson authored
-
- 12 Sep, 2018 1 commit
-
-
Nick Mathewson authored
Closes ticket 23846
-