- 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
-
- 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 1 commit
-
-
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
-
- 12 Nov, 2019 1 commit
-
-
Nick Mathewson authored
-
- 11 Nov, 2019 1 commit
-
-
Nick Mathewson authored
-
- 06 Nov, 2019 1 commit
-
-
teor authored
The "if-present" clause of AC_ARG_ENABLE() sets enable_{lzma,zstd}, so we don't need to set it. The "if-not-present" clause needs to set enable_{lzma,zstd}, rather than just {lzma,zstd}. The rest of the script only ever checks for enable_{lzma,zstd} = no, so these changes do not actually change the behaviour of configure. Fixes bug 32401.
-
- 05 Nov, 2019 5 commits
-
-
Nick Mathewson authored
Up till now, we have warned about all missing documentation, which meant that we could never make doxygen warnings fatal. This has led to our doxygen output getting full of errors several times in the past. This commit changes our approach to doxygen warnings: missing documentation warnings are only on when the user asks for them with --enable-missing-doc-warnings. When that option is not present, doxygen respects the --enable-fatal-warnings flag. Closes ticket 32385.
-
Nick Mathewson authored
This reverts commit 4c2c9890.
-
Nick Mathewson authored
Our @top_srcdir@ directory can contain "..", which confuses doxygen when it tries to make references to directories. Using @abs_top_srcdir@ has the same problem. Instead, we should use our @SRCDIR@ configuration variable, which is canonicalized.
-
teor authored
And update the changes file to be more specific. Part of 32191.
-
The current pkg-config setup has no sense of whether it is cross-compiling, so it will detect things on the build system that are not present or are wrong for the host system. This forces the cross-compiling build to only look for pkg-config .pc files in --prefix. A version of this has been the setup for many years with the Android builds. Fixes #32191 Signed-off-by:
Hans-Christoph Steiner <hans@eds.org>
-
- 24 Oct, 2019 1 commit
-
-
Nick Mathewson authored
-