- 16 Jun, 2020 1 commit
-
-
Nick Mathewson authored
-
- 15 Jun, 2020 1 commit
-
-
Nick Mathewson authored
-
- 15 May, 2020 2 commits
-
-
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.)
-
Nick Mathewson authored
-
- 14 May, 2020 1 commit
-
-
Nick Mathewson authored
-
- 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.
-
- 13 Apr, 2020 1 commit
-
-
Nick Mathewson authored
-
- 09 Apr, 2020 1 commit
-
-
Nick Mathewson authored
-
- 01 Apr, 2020 1 commit
-
-
Fixes #33646 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 18 Mar, 2020 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 17 Mar, 2020 1 commit
-
- 13 Mar, 2020 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 10 Mar, 2020 1 commit
-
-
Nick Mathewson authored
-
- 12 Feb, 2020 1 commit
-
-
teor authored
Closing these file descriptors can hide sanitiser logs. Instead, flush the logs before tor exits, using fsync(). Some Windows environments don't have fsync(), so we check for it at compile time. Fixes bug 33087; bugfix on 0.4.1.6.
-
- 11 Feb, 2020 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 10 Feb, 2020 1 commit
-
-
Nick Mathewson authored
-
- 05 Feb, 2020 1 commit
-
-
Fixes #32230 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 30 Jan, 2020 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 23 Jan, 2020 1 commit
-
-
Nick Mathewson authored
-
- 21 Jan, 2020 1 commit
-
-
Nick Mathewson authored
-
- 16 Jan, 2020 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
For now, this module is enabled whenever the relay module is enabled, and disabled whenever the relay module is disabled. Though they are logically separate, the use cases for running one without the other are rare enough that we don't really want to support compiling them independently.
-
- 09 Dec, 2019 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 05 Dec, 2019 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 25 Nov, 2019 1 commit
-
-
Nick Mathewson authored
Python 2 will be end-of-life as of 1 Jan 2020, so we can finally stop supporting it. As a first step, we should make our configure script stop accepting python 2 as something acceptable to run our tests with. Closes ticket 32608.
-
- 15 Nov, 2019 1 commit
-
-
Nick Mathewson authored
-