- 11 Dec, 2020 1 commit
-
-
George Kadianakis authored
-
- 09 Dec, 2020 3 commits
-
-
Nick Mathewson authored
We should be using TOR_STATIC_LDFLAGS, not TOR_STATIC_LDFALGS. Bug not in any released version of Tor.
-
Nick Mathewson authored
-
This patch makes Tor announce the relay specific bridge status page URL when Tor is starting up before bootstrap occours. See: tor#30477
-
- 08 Dec, 2020 7 commits
-
-
David Goulet authored
-
David Goulet authored
Fixes #40205 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
George Kadianakis authored
-
Nick Mathewson authored
Previously, "--list-fingerprint --quiet" was an error. Now, the handler for optional arguments to "--list-fingerprint" can tell that "--quiet" is a flag, not an argument. This only affects flags that take an _optional_ argument, so you can still put your torrc file in a location starting with "-". Closes #40223.
-
David Goulet authored
-
David Goulet authored
The "-static" compile flag was set globally which means that all autoconf test were attempting to be built statically and lead to failures of detecting OpenSSL libraries and others. This commit adds this flag only to the "tor" binary build. There is also a fix on where to find libevent.a since it is using libtool, it is in .libs/. At this commit, there are still warnings being emitted that informs the user that the built binary must still be linked dynamically with glibc. Fixes #40111 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
- 04 Dec, 2020 1 commit
-
-
Neel Chauhan authored
-
- 02 Dec, 2020 1 commit
-
-
Nick Mathewson authored
-
- 28 Nov, 2020 1 commit
-
-
Samanta Navarro authored
The Python code is such a nice addition to the documentation and the C code for better understanding of onion v3 address generation. Straight to the point and easy to understand. Unfortunately it did not work with my distribution's Python version. I have adjusted the code to support Python 3.8 (tested with 3.8.6) and to still be compatible with Python 2.
-
- 25 Nov, 2020 1 commit
-
-
Alexander Færøy authored
Currently Tor fails with the following error: src/test/test_stats.c: In function ‘test_rephist_v3_onions’: src/test/test_stats.c:527:22: error: overflow in implicit constant conversion [-Werror=overflow] update_approx_time(10101010101); This patch changes the constant passed to update_approx_time() to avoid the overflow in the implicit conversion. See: tor#40199
-
- 24 Nov, 2020 1 commit
-
-
David Goulet authored
-
- 23 Nov, 2020 7 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
George Kadianakis authored
-
George Kadianakis authored
The rest of rephist.c is doing the same kind of unsigned casting. For example see rep_hist_format_buffer_stats() and rep_hist_format_exit_stats(). The previous switch to %ld made Appveyor fail: https://ci.appveyor.com/project/torproject/tor/builds/36118502
-
- 21 Nov, 2020 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Neel Chauhan authored
-
- 19 Nov, 2020 7 commits
-
-
Alexander Færøy authored
-
Alexander Færøy authored
-
Alexander Færøy authored
-
Alexander Færøy authored
-
Alexander Færøy authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 18 Nov, 2020 4 commits
-
-
David Goulet authored
Fixes #25528 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
-
George Kadianakis authored
-
- 17 Nov, 2020 3 commits
-
-
David Goulet authored
When sending the stream level SENDME, it is possible the cirucit was marked for close or any other failures that can occur. These events can occur naturally. Fixes #40142 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
-