- 09 Jul, 2020 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
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 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
-
- 30 Jan, 2020 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 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
-
- 15 Nov, 2019 1 commit
-
-
Nick Mathewson authored
-
- 12 Nov, 2019 1 commit
-
-
Nick Mathewson authored
-
- 05 Nov, 2019 2 commits
-
-
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 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 18 Oct, 2019 4 commits
- 07 Oct, 2019 1 commit
-
-
Nick Mathewson authored
-
- 03 Oct, 2019 4 commits
-
-
Nick Mathewson authored
-
teor authored
Part of 31922.
-
teor authored
-
teor authored
When pkg-config is not installed, or a library that depends on pkg-config is not found, tell the user what to do to fix the problem. Fixes bug 31922; bugfix on 0.3.1.1-alpha.
-
- 24 Sep, 2019 1 commit
-
-
teor authored
Explain what the optional Directory Authority module is, and what happens when it is disabled. Fixes bug 31825; bugfix on 0.3.4.1-alpha.
-